-
Is there a list of supported TLS Ciphers for ETCD? |
Beta Was this translation helpful? Give feedback.
Answered by
jmhbnz
Aug 11, 2023
Replies: 1 comment
-
Hey @NBK27 - Thanks for your question. etcd currently relies on the list of cipher suites provided by golang standard
Lines 226 to 229 in 1edd8ba |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jmhbnz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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