docs(tls): add warning for not supporting TLSv1, TLSv1.1 (#10473)

This commit is contained in:
ChangZhuo Chen (陳昌倬) 2023-10-03 21:56:07 +08:00 committed by GitHub
parent 553169d400
commit f6f3611b77

View file

@ -127,6 +127,9 @@ ingress-nginx defaults to using TLS 1.2 and 1.3 only, with a [secure set of TLS
### Legacy TLS ### Legacy TLS
!!! warning
TLSv1, TLSv1.1 are not supported in ingress-nginx v1.6.0 and above.
The default configuration, though secure, does not support some older browsers and operating systems. The default configuration, though secure, does not support some older browsers and operating systems.
For instance, TLS 1.1+ is only enabled by default from Android 5.0 on. At the time of writing, For instance, TLS 1.1+ is only enabled by default from Android 5.0 on. At the time of writing,