MySQL Forums
Forum List  »  Security

Re: ERROR 2026 (HY000): SSL connection error: SSL is required but the server doesn't support it
Posted by: Silan Liu
Date: August 03, 2017 10:24PM

I worked out why. I had the following line in my.ini:

ssl-key="c:\ssl\server-key.pem"

MySQL interprets "\s" as a space. So it has been looking for

"c:\ssl erver-key.pem"

Obviously it can't find it.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ERROR 2026 (HY000): SSL connection error: SSL is required but the server doesn't support it
7623
August 03, 2017 10:24PM


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.