MySQL Forums
Forum List  »  Perl

Re: DBI/ssl help - now querying but can't confirm encryption
Posted by: Richard Schumert
Date: July 23, 2006 12:22AM

Cyril -- Let us know if you find a good way to confirm encryption! The only way I know is to use REQUIRE X509 (versus NONE or SSL) and I watch how each choice can affect the connection the ability for my perl script to connect and read data.

Has anyone successfully tried using GRANT ... REQUIRE ISSUER '...' AND SUBJECT '...' (see http://dev.mysql.com/doc/refman/4.1/en/grant.html) ?

I haven't had any luck getting those to work with my perl script.

Options: ReplyQuote


Subject
Written By
Posted
March 23, 2006 08:16PM
March 24, 2006 11:15AM
May 28, 2006 01:34AM
June 07, 2006 01:06AM
June 28, 2006 04:15PM
July 01, 2006 09:54AM
Re: DBI/ssl help - now querying but can't confirm encryption
July 23, 2006 12:22AM


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.