MINOR: httpclient: set verify none on the https server
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 24 Aug 2021 15:15:58 +0000 (17:15 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 24 Aug 2021 15:15:58 +0000 (17:15 +0200)
commitcfcbe9ebd9ba9b8343af1b9a08e50abfd3599e15
treea7b28c5d1d25e78ccfc25c11a0ee653331d1a53b
parentf3899ddbcbf4c445d4a519fb04cc253e60d30e6e
MINOR: httpclient: set verify none on the https server

There is currently no way to specify the CA to verify from the
httpclient API. Sets the verify to none so we can still do https
request.
src/http_client.c