Skip to content

Is there a list of supported TLS Ciphers for ETCD? #16402

Answered by jmhbnz
NBK27 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @NBK27 - Thanks for your question. etcd currently relies on the list of cipher suites provided by golang standard crypto/tls library, please refer to:

etcd/server/embed/config.go

Lines 226 to 229 in 1edd8ba

// CipherSuites is a list of supported TLS cipher suites between
// client/server and peers. If empty, Go auto-populates the list.
// Note that cipher suites are prioritized in the given order.
CipherSuites []string `json:"cipher-suites"`

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmhbnz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants