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

Does etcd support TLS1.3? #11692

Closed
hehechen opened this issue Mar 12, 2020 · 3 comments
Closed

Does etcd support TLS1.3? #11692

hehechen opened this issue Mar 12, 2020 · 3 comments
Labels

Comments

@hehechen
Copy link

Try to connect etcd with openssl s_client -tls1_3, handshake failed, openssl log:
140144542844736:error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version:ssl/record/rec_layer_s3.c:1544:SSL alert number 70
etcd log:
embed: rejected connection from "127.0.0.1:34692" (error "tls: client offered only unsupported versions: [304]", ServerName "")
Does etcd Support TLS1.3?

@hehechen
Copy link
Author

etcd version : 3.4.4

@riptl
Copy link

riptl commented Mar 15, 2020

@hehechen Can you share some system details? Did you build etcd yourself, if yes what version? Did you install it, if yes what package and package manager?

Older versions of Go required opt-in for TLSv1.3. Can you try starting the server with environment variable GODEBUG set to tls13=1?

@stale
Copy link

stale bot commented Jun 13, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jun 13, 2020
@stale stale bot closed this as completed Jul 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants