MySQL Forums
Forum List  »  Security

Verify SSL Connection
Posted by: ryan.a.lowe
Date: March 12, 2007 11:45AM

I have created a user that requires SSL:

GRANT ALL PRIVILEGES ON *.* TO 'ssl_user'@'XXX' IDENTIFIED BY 'YYY' REQUIRE SSL;

However, I can connect via command-line:

mysql -hmysqlhost.blah.com -ussl_user -pYYY

without using the --ssl option. Is there any way I can verify after logging in that I am, in fact, using SSL to connect?

Thanks,
J

Options: ReplyQuote


Subject
Views
Written By
Posted
Verify SSL Connection
5712
March 12, 2007 11:45AM
3120
May 18, 2007 06:49AM


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.