SSL error after join node to cluster

itvietnam

Renowned Member
Aug 11, 2015
132
4
83
Hi,

I have 3 nodes, i configure all basic network configuration -->install let's encrypt and access with green color on browser URL.

Then on node1 i create cluster:

Code:
pvecm create test-cluster --ring0_addr 10.10.30.1 --bindnet0_addr 10.10.30.0

on node2 i join to cluster of node1:

Code:
pvecm add 10.10.30.1 --ring0_addr 10.10.30.2

Command return ok:

upload_2018-1-29_17-1-43.png

Then i tried access browser:
from https://node01.domain.com:8006 - SSL ok but from this page i can not view configuration of node2

It take too long time to load with return connection time out (596)

upload_2018-1-29_17-4-17.png

upload_2018-1-29_17-4-47.png

From node2 i see self signed certificate issues by Proxmox VE

upload_2018-1-29_17-6-9.png

May i know how to fix this issues?

Thanks,
 
i red somewhere on this forum and already try this recommend command but no luck

Code:
root@cp101:~# pvecm updatecerts --force
root@cp101:~#
 
Just update:

After change the NIC card to Intel X520-DA2, this problem solved now.

Thanks,