MySQL Forums
Forum List  »  Security

Re: Enable SSL Connection
Posted by: Georgi Kodinov
Date: September 18, 2019 05:29AM

If you insist on debugging what's wrong with the blog article you're reading from or with your certificates I suggest you consider contacting MySQL support.
What you need to check if the combination of your key material works with openssl command line tools. But from the error you paste it looks like the public key file doesn't match the private key file you're supplying.

But if you just need certificates that work I'd suggest you follow the MySQL reference manual and let MySQL generate these for you:

https://dev.mysql.com/doc/refman/5.7/en/creating-ssl-rsa-files-using-mysql.html

Note also that I'd *STRONGLY* recommend that you consider using an openSSL based binary.
The good news is that we're in the process of switching how the mysql binaries are built too. So stay tuned.

Georgi "Joro" Kodinov
MySQL SrvGen team lead
Plovdiv, Bulgaria

Options: ReplyQuote


Subject
Views
Written By
Posted
2287
September 18, 2019 04:04AM
456
September 18, 2019 04:14AM
488
September 18, 2019 04:28AM
Re: Enable SSL Connection
608
September 18, 2019 05:29AM
587
September 19, 2019 01:33AM
1045
September 19, 2019 02:14AM
610
September 19, 2019 02:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.