commit | 04994de6422efa2cb79fbbe3a4b91945bf54bdc8 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Thu Apr 28 19:35:21 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Apr 28 19:35:21 2022 +0200 |
tree | 2cd0c696f128745e0b4b73e2d3094e4d00add82f | |
parent | 3e26698f8966ef84a7cab9ad74db40a9c3b0fb1e [diff] |
BUG/MINOR: httpclient/ssl: use the correct verify constant The SSL_SERVER_VERIFY_* constants were incorrectly set on the httpclient server verify. The right constants are SSL_SOCK_VERIFY_* . This could cause issues when using "httpclient-ssl-verify" or when the SSL certificates can't be loaded. No backport needed