istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/tls-inbound.yaml (about)

     1  apiVersion: release-notes/v2
     2  kind: bug-fix
     3  area: security
     4  releaseNotes:
     5  - |
     6    **Improved** TLS configuration on sidecar server side inbound paths to enforce TLSv2 version along with recommended cipher suites.
     7                 If this is not needed or creates problems with non Envoy clients, it can disabled by setting env variable "PILOT_SIDECAR_ENABLE_INBOUND_TLS_V2" to false.