You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the intent to remove TLS 1.0 and 1.1 from the default TLS protocols on the client-side.
This change will affect your deployment if it's using default minimum TLS protocol version (i.e. not configuring tls_minimum_protocol_version) and it's making outgoing TLS 1.0 or 1.1 connections:
This is the intent to remove TLS 1.0 and 1.1 from the default TLS protocols on the client-side.
This change will affect your deployment if it's using default minimum TLS protocol version (i.e. not configuring
tls_minimum_protocol_version
) and it's making outgoing TLS 1.0 or 1.1 connections:(This works only with Envoy v1.9.0 and newer)
ETA: 1.10 (i.e. ~now)
The text was updated successfully, but these errors were encountered: