I am trying to write a program that will access a mysql database across a network. The data being transferred needs to be encrypted. The mysql server supports openssl, but getting it to work has been problematic at best, and the documentation I've found on openssl is so bad that it causes physical illness to even attempt to read it.
I created a user name in the mysql server with the REQUIRE SSL clause, but clearly this alone is insufficient. I have no interest in verifying users with certificates; I'm going to use a username password scheme for user verification. With that in mind, what do I need to do with the mysql server to get it ready to accept SSL connections? -- View this message in context: http://www.nabble.com/Securing-mysql-with-openssl-t1618511.html#a4385996 Sent from the OpenSSL - User forum at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
