MySQL Forums
Forum List  »  MySQL Workbench

MySQL Workbench: 5.3.4 SSL Wizard (Certificates)
Posted by: Paulo doPorto
Date: September 12, 2016 08:21AM

Hello guys compliments

I did all the process to use the SSL connection as the Workbench and MySQL Server online manual explain and suggest. Till now i don´t get to do the SSL works. I´ve already deleted the files and created new files. What can i do more please? Any help it´s very appreciated.

:: The path to the files created on Workbench:

C:\Users\exame\AppData\Roaming\MySQL\Workbench\certificates\{66274633-9C26-404D-B370-E54EA6C4B4BC}\ca-cert.pem

C:\Users\exame\AppData\Roaming\MySQL\Workbench\certificates\{66274633-9C26-404D-B370-E54EA6C4B4BC}\client-cert.pem

C:\Users\exame\AppData\Roaming\MySQL\Workbench\certificates\{66274633-9C26-404D-B370-E54EA6C4B4BC}\client-key.pem

:: and the configuration in the file my.ini

[client]
ssl-ca=C:\Users\exame\AppData\Roaming\MySQL\Workbench\certificates\{66274633-9C26-404D-B370-E54EA6C4B4BC}\ca-cert.pem
ssl-cert=C:\Users\exame\AppData\Roaming\MySQL\Workbench\certificates\{66274633-9C26-404D-B370-E54EA6C4B4BC}\client-cert.pem
ssl-key=C:\Users\exame\AppData\Roaming\MySQL\Workbench\certificates\{66274633-9C26-404D-B370-E54EA6C4B4BC}\client-key.pem
no-beep

# pipe
# socket=0.0
port=3306

[mysql]
ssl-ca=C:\Users\exame\AppData\Roaming\MySQL\Workbench\certificates\{66274633-9C26-404D-B370-E54EA6C4B4BC}\ca-cert.pem
ssl-cert=C:\Users\exame\AppData\Roaming\MySQL\Workbench\certificates\{66274633-9C26-404D-B370-E54EA6C4B4BC}\\server-cert.pem
ssl-key=C:\Users\exame\AppData\Roaming\MySQL\Workbench\certificates\{66274633-9C26-404D-B370-E54EA6C4B4BC}\\server-key.pem
default-character-set=utf8


:: Specific manuals

5.3.4 SSL Wizard (Certificates)
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-ssl-wizard.html

7.4.6.2 Creating SSL Certificates and Keys Using openssl
http://dev.mysql.com/doc/refman/5.7/en/creating-ssl-files-using-openssl.html

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL Workbench: 5.3.4 SSL Wizard (Certificates)
1891
September 12, 2016 08: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.