TLS under container environment with log: x509: certificate specifies an incompatible key usage #17279
Replies: 1 comment 4 replies
-
Hey @walleliu1016 - Thanks for your question, based on https://etcd.io/docs/v3.5/op-guide/security/#im-seeing-a-sslv3-alert-handshake-failure-when-using-tls-client-authentication I think your
Please give that a go and report back. |
Beta Was this translation helpful? Give feedback.
-
I want to deploy etcd in kubernetes use etcd-operator with tls enabled.
the first node start successfully, but the second container start with err as the first etcd node reject connection.
the running etcd node err log
my etcd version: 3.4.0
my etcd config:
some stdout log in running pod:
some err log in err pod
the tls config as follower
ca-config.json
ca-csr.json
server.json
peer.json
client.json
Beta Was this translation helpful? Give feedback.
All reactions