]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: ssl/cli: tls-keys commands warn when accessed without admin level
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 31 Mar 2026 09:34:43 +0000 (11:34 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 31 Mar 2026 10:18:26 +0000 (12:18 +0200)
commit14a4168a847cedc98ad1137839ffb03e2bdb4d3b
treeb0c3924fc5b79934399feb1131454793b0f50d70
parent226bb4bd28a64de4daa47b782809b958697d6866
BUG/MEDIUM: ssl/cli: tls-keys commands warn when accessed without admin level

This commit adds an ha_warning() when 'show tls-keys' or 'set ssl
tls-key' 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_sock.c