commit | f3e225dc673e654f7bbb6c3482752cdaad9bde05 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Mon Oct 23 21:54:23 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Nov 08 17:15:16 2023 +0100 |
tree | 3122e21e991e408e329f2c55a7b55c4876a23585 | |
parent | a8f293b8ab4a8647a1fa3fd61bbf1a5d2aa9b5c6 [diff] |
BUG/MINOR: ssl: load correctly @system-ca when ca-base is define The configuration parser still adds the 'ca-base' directory when loading the @system-ca, preventing it to be loaded correctly. This patch fixes the problem by not adding the ca-base when a file starts by '@'. Fix issue #2313. Must be backported as far as 2.6. (cherry picked from commit b12613f0acc9e542baa4cb9626ef7f6693b984a7) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>