Verify SSL Connection
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
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.