Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.3.31
-
None
-
10.3.31
OpenSSL
Description
Node not able to join cluster WSREP_SST: [ERROR] The certificate and private key do not match
Openssl and certification key match.
openssl rsa -noout -modulus -in server-key.pem md5sum....
openssl x509 -noout -modulus -in server-key.pem md5sum....
WSREP_SST: [INFO] Using socat as streamer (20211014 15:07:00.112)
WSREP_SST: [INFO] Using openssl based encryption with socat: with key and crt (20211014 15:07:00.122)
WSREP_SST: [ERROR] ***************** FATAL ERROR ******************* (20211014 15:07:00.131)
WSREP_SST: [ERROR] * The certificate and private key do not match. * (20211014 15:07:00.134)
WSREP_SST: [ERROR] * Please check your certificate and key files. * (20211014 15:07:00.138)
WSREP_SST: [ERROR] ***************** FATAL ERROR ******************* (20211014 15:07:00.140)
Downgrade to 10.3.29 resolved the issue