]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: ssl/ocsp: ocsp commands warn when accessed without admin level
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 31 Mar 2026 09:35:46 +0000 (11:35 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 31 Mar 2026 10:18:26 +0000 (12:18 +0200)
commitd47415624b19bd093a7778ba7aea90cd9e813f9d
tree7181b95deca210e14878029e2dd618dc7d7a0dd2
parent14a4168a847cedc98ad1137839ffb03e2bdb4d3b
BUG/MEDIUM: ssl/ocsp: ocsp commands warn when accessed without admin level

This commit adds an ha_warning() when OCSP commands are accessed without
admin level. This is to warn users that these commands will be
restricted to admin only in HAProxy 3.3.

Must be backported in every stable branches.

Initially reported by Cameron Brown.
src/ssl_ocsp.c