Consul connection error on port 8300
Hello,
I use Consul 1.13.1
I have two server (as an example): 10.10.10.1, 10.10.10.2
I set up consul server on both.
consul.json are same on both:
{
"bind_addr": "10.10.10.1",
"client_addr": "0.0.0.0",
"datacenter": "datacenter-01",
"bootstrap_expect": 3,
"data_dir": "/var/lib/consul",
"encrypt": "
consul members output like that:
Node Address Status Type Build Protocol DC Partition Segment
ha1 10.10.10.1:8301 alive server 1.13.1 2 datacenter-01 default
But I got an error both server like that:
[WARN] agent: [core]grpc: addrConn.createTransport failed to connect to {ha1:8300 ha1.compute.internal
Port 8300 used for consul service on both server. I check ports with telnet and there is no problem: telnet 10.10.10.1 8300 Trying 10.10.10.1... Connected to 10.10.10.1. Escape character is '^]'.
I did not get an error in Consul 1.12.1. Is this a bug in Consul 1.13.1 ?
Thanks, Seda