-
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
etcdserver: rejected TLS peer connection error message to client is not helpful #8803
Comments
@hongchaodeng Server-side error message when client gets rejected with
|
@gyuho I am going to take a stab at this. |
@gyuho in this case the rejected connection message is coming from etcdserver/cluster_util.go:getClusterFromRemotePeers.
The err returned from this is |
@hexfusion Thanks for looking it up! Yeah seems like But in this case, Closing since there's not much we can do. |
Affecting >v3.2.
Might need make this error message more descriptive in etcdserver side.
Related
/cc @hongchaodeng
The text was updated successfully, but these errors were encountered: