Merge "Disable TLS 1.1 on haproxy"
This commit is contained in:
commit
c83e9d194b
@ -16,7 +16,7 @@ global
|
||||
stats socket /var/lib/kolla/haproxy/haproxy.sock group kolla mode 660
|
||||
{% if kolla_enable_tls_external | bool %}
|
||||
ssl-default-bind-ciphers DEFAULT:!MEDIUM:!3DES
|
||||
ssl-default-bind-options no-sslv3 no-tlsv10
|
||||
ssl-default-bind-options no-sslv3 no-tlsv10 no-tlsv11
|
||||
tune.ssl.default-dh-param 4096
|
||||
{% endif %}
|
||||
|
||||
|
5
releasenotes/notes/disable_tlsv11-51d6be67d593f7ab.yaml
Normal file
5
releasenotes/notes/disable_tlsv11-51d6be67d593f7ab.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
security:
|
||||
- |
|
||||
Disable TLS 1.1 on haproxy for external network if
|
||||
tls is enabled.
|
Loading…
Reference in New Issue
Block a user