When SSL is used ,unable to start the cluster - PXC 8.0.27

Hi there,

Server configurations Details :

AWS EC2 instances
m5a.xlarge  - AMD EPYC 7000 series processors .

Iam able to configure/start the PXC 8.0.27 cluster when the ssl parmameters are disabled,and unable to start the cluster with ssl parameters enabled (mentioned below…).
Is there any issue with AMD processors…?

pxc-encrypt-cluster-traffic=on

  [sst]
   encrypt = 4
   ssl-ca=/etc/mysql/certs/ca.pem
   ssl-cert=/etc/mysql/certs/server-cert.pem
   ssl-key=/etc/mysql/certs/server-key.pem
1 Like

make sure all nodes have the same certs. copy the certs from one node to all of the other nodes.

1 Like