Describe the feature
I attempted to change the minimum TLS version (from 1.2 to 1.3) in the activator when internal encryption is activated, but kourier-tls tests failed (PR attempt #13930). They failed when this line is changed (communication between Ingress to Activator):
|
MinVersion: tls.VersionTLS12, |
TLS 1.3 comes with numerous enhancements, such as a quicker TLS handshake and more secure cipher suites. We should aim to move minimum version from 1.2 to 1.3.
Describe the feature
I attempted to change the minimum TLS version (from 1.2 to 1.3) in the activator when internal encryption is activated, but
kourier-tlstests failed (PR attempt #13930). They failed when this line is changed (communication betweenIngresstoActivator):serving/cmd/activator/main.go
Line 288 in d07bf78
TLS 1.3 comes with numerous enhancements, such as a quicker TLS handshake and more secure cipher suites. We should aim to move minimum version from 1.2 to 1.3.