]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: startup: Add the SSL lib verify directory in haproxy -vv
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 10 Feb 2026 19:36:14 +0000 (20:36 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 10 Feb 2026 20:06:38 +0000 (21:06 +0100)
commit2ac0d127903baab68f3e9c65df5ca92708b058ec
treebe2b54147f75503e932aea83ea83b2d938e7d976
parentc724693b952be6f85de26cf507278782066bc2d8
MINOR: startup: Add the SSL lib verify directory in haproxy -vv

SSL libraries built manually might lack the right
X509_get_default_cert_dir() value.

The common way to fix the problem is to build openssl with
./configure --openssldir=/etc/ssl/

In order to verify this setting, output it with haproxy -vv.
src/ssl_sock.c