]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: httpclient/ssl: use the correct verify constant
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 28 Apr 2022 17:35:21 +0000 (19:35 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 28 Apr 2022 17:35:21 +0000 (19:35 +0200)
commit04994de6422efa2cb79fbbe3a4b91945bf54bdc8
tree2cd0c696f128745e0b4b73e2d3094e4d00add82f
parent3e26698f8966ef84a7cab9ad74db40a9c3b0fb1e
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
src/http_client.c