Skip to content

Commit

Permalink
Remove TLS 1.0 and 1.1 from the default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Atchuu authored Oct 28, 2024
1 parent a44d477 commit 23e5d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/artifactory-ha/files/nginx-artifactory-conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{- if .Values.nginx.https.protocols }}
ssl_protocols {{ .Values.nginx.https.protocols }};
{{- else -}}
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
ssl_protocols TLSv1.2 TLSv1.3;
{{- end }}
{{- if .Values.nginx.https.ciphers }}
ssl_ciphers {{ .Values.nginx.https.ciphers }};
Expand Down

0 comments on commit 23e5d8f

Please sign in to comment.