]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: httpclient: initialize the httpclient with default SSL values master
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 26 Jun 2026 15:07:51 +0000 (17:07 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 26 Jun 2026 15:25:50 +0000 (17:25 +0200)
commit9d64d390c8dc9af5f626052d08eeb4a1f2dd5d2e
tree2bd7f4d69e6ee0d0c731e1bdceeee94b0f0896f5
parentce417b2fb94989cb645b5af891be1ebbb3bd1556
MEDIUM: httpclient: initialize the httpclient with default SSL values

The current httpclient implementation does not initialize its server
with the options from the global section: ciphers, ciphersuites and
various SSL options are always the default of the SSL library.

This patch changes the behavior and apply the ssl-default-server-*
keywords to the httpclient SSL server.
src/http_client.c