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
@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?
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.
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?
The text was updated successfully, but these errors were encountered: