change nginx default HTTPS protocol from "SSLv2" to "TLSv1.2 TLSv1.3" (#7144)
parent
5517e62c86
commit
b59035df06
|
@ -99,7 +99,7 @@ ingress_publish_status_address: ""
|
|||
# ingress_nginx_secure_port: 443
|
||||
# ingress_nginx_configmap:
|
||||
# map-hash-bucket-size: "128"
|
||||
# ssl-protocols: "SSLv2"
|
||||
# ssl-protocols: "TLSv1.2 TLSv1.3"
|
||||
# ingress_nginx_configmap_tcp_services:
|
||||
# 9000: "default/example-go:8080"
|
||||
# ingress_nginx_configmap_udp_services:
|
||||
|
|
Loading…
Reference in New Issue