MySQL Forums
Forum List  »  Security

Re: SSL don't work
Posted by: Blue Phaz
Date: February 20, 2014 02:40AM

SSL still don't work.

Query: SHOW VARIABLES LIKE '%SSL%'

have_openssl DISABLED
have_ssl DISABLED

ssl_cert C:/ProgramData/MySQL/MySQL Server 5.6/ssl/server-cert.pem
ssl_key C:/ProgramData/MySQL/MySQL Server 5.6/ssl/server-key.pem

Login.bat:
"C:\Program Files\MySQL\MySQL Server 5.6\bin\mysql" -ussluser -p"ssluser" -P3306 --ssl
pause

C:\Users\Administrator\Desktop>"C:\Program Files\MySQL\MySQL Server 5.6\bin\mysq
l" -ussluser -p"ssluser" -P3306 --ssl
Warning: Using a password on the command line interface can be insecure.
ERROR 1045 (28000): Access denied for user 'ssluser'@'localhost' (using password
: YES)

If i remove require ssl for the user i can login.

Options: ReplyQuote


Subject
Views
Written By
Posted
4750
February 06, 2014 12:44PM
2166
February 07, 2014 08:23AM
2150
February 07, 2014 09:43AM
2046
February 07, 2014 10:07AM
2699
February 13, 2014 07:13AM
2105
February 13, 2014 07:47AM
2175
February 13, 2014 08:10AM
2132
February 13, 2014 08:33AM
2291
February 13, 2014 08:49AM
2022
February 13, 2014 09:08AM
2092
February 13, 2014 09:24AM
2053
February 14, 2014 02:16AM
2116
February 19, 2014 07:28AM
1830
February 19, 2014 08:15AM
2573
February 19, 2014 09:17AM
1856
February 19, 2014 09:32AM
3517
February 19, 2014 09:57AM
2102
February 19, 2014 10:00AM
Re: SSL don't work
2458
February 20, 2014 02:40AM
2073
February 20, 2014 02:57AM


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.