Skip to content

Commit

Permalink
change nginx default HTTPS protocol from "SSLv2" to "TLSv1.2 TLSv1.3" (
Browse files Browse the repository at this point in the history
  • Loading branch information
floryut authored Jan 13, 2021
1 parent 5517e62 commit b59035d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory/sample/group_vars/k8s-cluster/addons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b59035d

Please sign in to comment.