change nginx default HTTPS protocol from "SSLv2" to "TLSv1.2 TLSv1.3" (#7144)

pull/7149/head
Florian Ruynat 2021-01-13 17:34:36 +01:00 committed by GitHub
parent 5517e62c86
commit b59035df06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: