-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
3.2/3.3 etcd server with TLS would start with error "tls: bad certificate" #9398
Comments
I can reproduce with 3.2 and 3.3. Will take a look. |
This comment is relevant here: coreos/etcd-operator#1727 (comment) |
I meet the same issue etcd version 3.3.1 |
I have the same issue in 3.3.1
|
Hello,
|
I am having the same issue after updating |
Seeing the same with v3.3.5 after debugging coreos/etcd-operator#1962. |
Resolved by adding client auth as an extended key usage in my cfssl config as recommended here (and evidently missing based on error output): |
@tkellen What have yopu exactly added to resolve this? I am using etcd version 3.2.17 and getting below error- |
I have the same issue in 3.3.9 |
i have the same issue in 3.3.8 on openshift |
How to fix the issue: #9785 (comment) (add "client auth" to "server" profile in CA config and regenerate server cert). |
Not working for me.
Generate
Intermediate for etcd
Generating intermediate
Intermediate sign config
Sign intermediate
Etcd certificate config
Intermediate to end config
Generating etcd config
And starting etcd like
Same config for second node (10.10.10.104) Erorr log still the same ((
|
/assign |
I reran ansible scripts one more time, and etcd is up with 3.3 version. Dunno how it was solved... Do not change nothng. |
I didn't have this problem until I upgraded to 3.4. I think the golang upgrade is the cause but if y'all were having problems with 3.3 then I don't think my issues are the same as everyone's here. |
This is still a problem with no clarity in the documentation for 3.4. |
I have the same issue in 3.4.3 |
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. |
I had the same issue in v3.4.9. |
I think this is probably a bug. |
I guess this ticket is another example of https://blog.benwinding.com/github-stale-bots/ please reopen it, still happens in latest stable |
While debugging issues (might be relevant):
I have found that a single member etcd server on bootstrap will show error:
Reproduce steps:
https://gist.github.com/hongchaodeng/7d62f3b5d30b58c783c382d9b629b819
Note that 3.1.11 didn't have this error log.
The text was updated successfully, but these errors were encountered: