Jump to content

[Solved] ERROR 2026 (HY000): SSL connection error: protocol version mismatch


mosar

Recommended Posts

When attempting to connect to db I suddenly am now getting the error


ERROR 2026 (HY000): SSL connection error: protocol version mismatch



from the MySQL Workbench or Shell on both of my machines. I was able to connect for several weeks without problems and seemingly for no reason am now getting this error. The last thing I was doing on the server wasn't much special, sth. like "CREATE TABLE IF NOT EXISTS `$tablename` (id INT(6) UNSIGNED AUTO_INCREMENT PRIMARY KEY) engine=InnoDB;".


I can access the db just fine using phpMyAdmin


I'm using MySQL Workbench 6.3 CE


I appreciate any suggestions
Edited by mosar
Link to comment
Share on other sites

Just so you know this was a serverside change that caused your error. Another user asked if it was possible to enable mysql ssl connections and after some fiddling I determined it wasn't possible. It was surely the fiddling that made that error pop up.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...