]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: Wrong ocsp-update "incompatibility" error message
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Mon, 25 Mar 2024 15:50:23 +0000 (16:50 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 27 Mar 2024 10:38:28 +0000 (11:38 +0100)
commit97c2734f44fa89d59a61f66955966f9381b4ae8b
treeee818de867d0fff9fc7dd87323c3613793391cf7
parent9cf3d1fcc0df94905a2e69427cfcd8e1947a65f0
BUG/MINOR: ssl: Wrong ocsp-update "incompatibility" error message

In a crt-list such as the following:
    foo.pem [ocsp-update off] foo.com
    foo.pem bar.com
we would get a wrong "Incompatibilities found in OCSP update mode ..."
error message during init when the two lines are actually saying the
same thing since the default for 'ocsp-update' option is 'off'.

This patch can be backported up to branch 2.8.
src/ssl_ocsp.c