MySQL Forums
Forum List  »  Security

Re: SSL doesn't verify keys / certificates?
Posted by: Ryan Lowe
Date: August 06, 2007 07:41PM

The "REQUIRE SSL" portion of your GRANT statement only requires that the communication be over SSL (not any particular subject/issuer). You need to specify:

mysql> GRANT ... REQUIRE ISSUER=... AND SUBJECT=...;

Refer here: http://dev.mysql.com/doc/refman/5.0/en/grant.html

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: SSL doesn't verify keys / certificates?
2711
August 06, 2007 07:41PM


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.