Browse Source
It was reported in issue #6267 that the private key was leaked when using the DEPLOY_HAPROXY_HOT_UPDATE=yes feature. Indeed, the debugging code which sends commands to HAProxy was using _debug even when passing the private key. This patch fixes the issue by using _secure_debug when doing that.pull/6268/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue