Percona XtraDB Cluster 8.0 CentOS 8

[ERROR] [MY-000000] [Galera] handshake with remote endpoint ssl://192.168.1.130:4567 failed: asio.ssl:67567754: ‘invalid padding’ ( 67567754: ‘error:0407008A:rsa routines:RSA_padding_check_PKCS1_type_1:invalid padding’)This error is often caused by SSL issues. For more information, please see:  Encrypting PXC Traffic - Percona XtraDB Cluster

Hi @davdidding
It looks like you have issues with your ssl certs.
How to configure them you can find here:
https://www.percona.com/doc/percona-xtradb-cluster/8.0/security/encrypt-traffic.html

Hi, I have the same problem with a RH 7.9 node
no ssl option is configured in ws_rep_options
There are only the default mysql certificates on /var/lib/mysql and on all nodes seems ok
openssl verify -CAfile ca.pem server-cert.pem client-cert.pem
server-cert.pem: OK
client-cert.pem: OK
I’ve already tried restart and reboot
The 2 other nodes are working, do you have any suggestions?