Syleron / pulseha

PulseHA is a active-passive high availability cluster daemon that uses GRPC and is written in GO.

Home Page:http://www.pulseha.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cant join with new cert system

akadata opened this issue · comments

I pulseha cert 192.168.100.50
restart pulse0 with TLS enabled.
join pulse0 cluster

pulse1: pulseha create 192.168.100.60
restart pulse1
scp pulse0:ca.crt pulse1 certs

[root@pulse1 asmalley]# pulseha join -bind-ip=192.168.100.60 -bind-port=9443 192.168.100.50 9443 pulse0

[x] Could not connect to host: open ca.crt: no such file or directory

After creating a new cluster, the now active appliance will have generated a ca.crt which you must manually distribute to any additional nodes before attempting to join. There is no need to exchange server/client certs now.

Works better now but IPv6 is not working as expected yet.

@akadata Cheers for your help. I will keep you posted on ipv6 support with TLS.