Skip to content
Snippets Groups Projects
Unverified Commit b59035df authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

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

parent 5517e62c
Branches
Tags
No related merge requests found
...@@ -99,7 +99,7 @@ ingress_publish_status_address: "" ...@@ -99,7 +99,7 @@ ingress_publish_status_address: ""
# ingress_nginx_secure_port: 443 # ingress_nginx_secure_port: 443
# ingress_nginx_configmap: # ingress_nginx_configmap:
# map-hash-bucket-size: "128" # map-hash-bucket-size: "128"
# ssl-protocols: "SSLv2" # ssl-protocols: "TLSv1.2 TLSv1.3"
# ingress_nginx_configmap_tcp_services: # ingress_nginx_configmap_tcp_services:
# 9000: "default/example-go:8080" # 9000: "default/example-go:8080"
# ingress_nginx_configmap_udp_services: # ingress_nginx_configmap_udp_services:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment