Haproxy deaktiviert sichere Neuverhandlung

Haproxy deaktiviert sichere Neuverhandlung

Ich möchte die sichere Neuverhandlung in HAproxy-1.5.2 deaktivieren, kann aber in der offiziellen Dokumentation nichts dazu finden:http://www.haproxy.org/download/1.5/doc/configuration.txt

Meine SSL HAproxy-Konfiguration:

tune.ssl.default-dh-param 2048
ssl-default-bind-ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:...

bind :443 ssl crt ./cert.pem no-sslv3

Eigentlich:

root# openssl s_client -connect x.x.x.x:443 |grep "Secure"
Secure Renegotiation IS supported

Ich will:

root# openssl s_client -connect x.x.x.x:443 |grep "Secure"
Secure Renegotiation NOT supported

Kann mir jemand helfen?

verwandte Informationen