]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: httpclient: hard-error when SSL is configured
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 4 May 2022 12:53:41 +0000 (14:53 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 4 May 2022 14:13:17 +0000 (16:13 +0200)
commit6fce46a910e4f7158139748b6892fdeda7848b3a
tree5fb990659f0224c0d4928deb42f4ec4495645140
parent85af49c5c83ba8f4c8e79465f4fccf4b6b5b3b97
MEDIUM: httpclient: hard-error when SSL is configured

The hard_error_ssl flag is set when the configuration is explicitely
done for the ssl in the httpclient.

If no configuration was made, the features are simply disabled and no
alert is emitted.
src/http_client.c