commit | 4006b0f13050a04e863a64672a48fe28b1b5e6a1 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Mon Apr 25 18:23:35 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Apr 26 16:15:23 2022 +0200 |
tree | 0e5df3780f82edb134923771e633e03b995ce5db | |
parent | addfc4dfe47b2fc9eb111e37e5f0829eb6ac777e [diff] |
MEDIUM: httpclient: disable SSL when the ca-file couldn't be loaded Emit a warning when the ca-file couldn't be loaded for the httpclient, and disable the SSL of the httpclient. We must never be in a case where the verify is disabled without any configuration, so better disable the SSL completely. Move the check on the scheme above the initialization of the applet so we could abort before initializing the appctx.