Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove TLS 1.0 and 1.1 from the defaults on the client-side #5395

Closed
PiotrSikora opened this issue Dec 22, 2018 · 0 comments · Fixed by #8755
Closed

Remove TLS 1.0 and 1.1 from the defaults on the client-side #5395

PiotrSikora opened this issue Dec 22, 2018 · 0 comments · Fixed by #8755
Labels
area/tls no stalebot Disables stalebot from closing an issue

Comments

@PiotrSikora
Copy link
Contributor

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:

$ curl -s localhost:9901/stats | grep -E "^cluster.*.ssl.versions.TLSv(1|1.1):"
cluster.<service>.ssl.versions.TLSv1: 1
cluster.<service>.ssl.versions.TLSv1.1: 1

(This works only with Envoy v1.9.0 and newer)

ETA: 1.10 (i.e. ~now)

@mattklein123 mattklein123 added area/tls no stalebot Disables stalebot from closing an issue labels Dec 24, 2018
@PiotrSikora PiotrSikora changed the title Deprecate TLS 1.0 and 1.1 on the client-side Remove TLS 1.0 and 1.1 from the defaults on the client-side Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tls no stalebot Disables stalebot from closing an issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants