Skip to content

Error 2026 (HY000): SSL connection error: server doesn't support SSL.

0

Hello,

When i try to connect my RDS aurora mysql db in ec2 instance, i am getting this errors. Why i am getting these errors. How to fix it?

"ERROR 2026 (HY000): SSL connection error: unknown error number [Jul 27 11:22:56] ERROR[3650] cdr_mysql.c: Cannot connect to database server pulsedbtest.cluster-cia2xris1iid.ap-south-1.rds.amazonaws.com: (2026) SSL connection error: SSL_CTX_set_default_verify_paths failed.

Please reply ASAP.

Thanks, Ragav

asked 2 years ago1.1K views
1 Answer
1
Accepted Answer

Hello.

The problem may be the certificate you are using when connecting to MySQL.
https://repost.aws/knowledge-center/rds-error-2026-ssl-connection

Please download the certificate described in the document below and specify it in the command option like "--ssl-ca global-bundle.pem".
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html#UsingWithRDS.SSL.CertificatesAllRegions

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.