Error with command "etcdctl --endpoints=IP1:2379,IP2:2379,IP3:2379 member list" #16303
Unanswered
siddhu1409
asked this question in
Q&A
Replies: 1 comment
-
So you are using old IP1 to reconnect? It seems that you were connecting to wrong IP |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report criteria
What happened?
I have a 3 node cluster. I have added Node 1 after removing node 1 with different IP. Now On node 0 and node 2 command is working fine while node 1 is giving error for below command.
[root@IP2 ~]# etcdctl member list
4e40bb9723e4c6c8, started, etcd0, http://IP1:2380, http://IP1:2379, false
707fa5277a3151ac, started, etcd1, http://IP2:2380, http://IP2:2379, false
bb9e47b4f1319429, started, etcd2, http://IP3:2380, http://IP3:2379, false
[root@IP2 ~]# etcdctl --endpoints=IP1:2379,IP2:2379,IP3:2379 member list
{"level":"warn","ts":"2023-07-20T22:26:23.959+0530","logger":"etcd-client","caller":"[email protected]/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"etcd-endpoints://0xc0001cc000/IP1:2379","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = latest balancer error: last connection error: connection error: desc = "transport: Error while dialing failed to do connect handshake, response: \"HTTP/1.1 403 Tunnel or SSL Forbidden\\r\\nConnection: close\\r\\nContent-Length: 666\\r\\nCache-Control: no-store\\r\\nContent-Language: en\\r\\nContent-Type: text/html\\r\\nDate: Thu, 20 Jul 2023 16:56:23 GMT\\r\\nVia: 1.1 NOIDA-APP-PROXY-WCG\\r\\n\\r\\n<TITLE>Tunnel or SSL Forbidden</TITLE>\\n<BODY BGCOLOR=\\\"white\\\" FGCOLOR=\\\"black\\\">
Tunnel or SSL Forbidden
\\n<FONT FACE=\\\"Helvetica,Arial\\\">\\nDescription: 2379 is not an allowed port for Tunnel or SSL connections\\n
\\n\\n\\n \\x00\"""}
Error: context deadline exceeded
Can anyone help me to undestand the error?
What did you expect to happen?
It should return member list.
How can we reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
No response
Etcd version (please run commands below)
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions