Skip to content

Commit a4de4de

Browse files
authored
docs(tls): add warning for not supporting TLSv1, TLSv1.1 (#10473)
1 parent fb64ba6 commit a4de4de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/user-guide/tls.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ ingress-nginx defaults to using TLS 1.2 and 1.3 only, with a [secure set of TLS
127127

128128
### Legacy TLS
129129

130+
!!! warning
131+
TLSv1, TLSv1.1 are not supported in ingress-nginx v1.6.0 and above.
132+
130133
The default configuration, though secure, does not support some older browsers and operating systems.
131134

132135
For instance, TLS 1.1+ is only enabled by default from Android 5.0 on. At the time of writing,

0 commit comments

Comments
 (0)