-
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
Unable to connect to etcd cluster started with "auto-tls" flag #7654
Comments
When you use
And you specify this certs in your |
That results in an malformed HTTP response error.
|
CURL throws the same error even when I specify client certificate.
|
The earlier malformed HTTP response error was because I was setting the env variable in current user and then using
|
Ok I can repro... this doesn't seem to work
Will look into it. Thanks. |
@RaeesBhatti etcd
This is fixed via #7659. And #7674 will provide similar information if you use v3 etcdctl. You can still use the generated keys with
However, Thanks. |
Hey there, I started a 3 node etcd cluster with
–auto-tls
and–peer-auto-tls
flags. The cluster is up and running but I can't connect to it. I've tried usingetcdctl
.Using
curl
:From the response of
curl
, I'm guessing that it requires an explicit CA certificate but where do I find that? Please provide your insight on the problem.Also, when using
auto-tls
andpeer-auto-tls
flags, is the communication between server-server and server-client really tamper proof?The text was updated successfully, but these errors were encountered: