Cannot change TLS minimum version to 1.3 for internal encryption (between Ingress to Activator) #14057
Labels
kind/feature
Well-understood/specified features, ready for coding.
triage/accepted
Issues which should be fixed (post-triage)
Milestone
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 betweenIngress
toActivator
):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.
The text was updated successfully, but these errors were encountered: