MEDIUM: httpclient: re-enable the verify by default
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 26 Apr 2022 10:00:06 +0000 (12:00 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 26 Apr 2022 14:15:23 +0000 (16:15 +0200)
commitf1344b3cee9c190f0cf4081b72e0544c47f3eb11
tree64774d5b9e9e892284620a6e67904a830a270c3d
parent4cfbf3c014cf013542533d46b21ccc518ad8866c
MEDIUM: httpclient: re-enable the verify by default

Since the httpclient verify now has a fallback which disable the SSL in
the httpclient without exiting haproxy at startup, we can safely
re-enable it by default.

It could still be disabled with "httpclient-ssl-verify none".
src/http_client.c