PMG cluster join issue

Miro_I

Member
Apr 2, 2021
30
3
13
43
Hello,
I created cluster on a PMG VM and am trying to join it from another PMG VM.
Joining from web interface is not working. It does not throw error, just reloads the page which is empty after join. In syslog i see this error:

Code:
Jul  3 13:03:20 mx2 pmgdaemon[951]: starting task UPID:mx2:00000693:0003D3CC:66852FF8:clusterjoin::root@pam:
Jul  3 13:03:21 mx2 pmgdaemon[1683]: fingerprint '82:B7:74:D5:D1:3E:5F:CE:B3:6B:28:0E:9A:9D:7F:44:6A:4B:75:CF:33:85:72:9D:D2:54:FB:E2:91:5E:A0:13' not verified, abort!
Jul  3 13:03:21 mx2 pmgdaemon[951]: end task UPID:mx2:00000693:0003D3CC:66852FF8:clusterjoin::root@pam: fingerprint '82:B7:74:D5:D1:3E:5F:CE:B3:6B:28:0E:9A:9D:7F:44:6A:4B:75:CF:33:85:72:9D:D2:54:FB:E2:91:5E:A0:13' not verified, abort!

The fingerprint in the error is not the one i enter in join form.
 
The fingerprint in the error is not the one i enter in join form.
what's the actual fingerprint you see from the node you want to join?
Code:
openssl s_client -connect <ip.of.node>:8006 < /dev/null 2>/dev/null | openssl x509 -fingerprint -sha256 -noout