[Dev] How to enable SSL for MySQL

2013-07-24 Thread Chanika Geeganage
Hi, I followed several tutorials to enable SSL for MyQSL. [1] [2]. But still I'm getting following configuration when I check whether the SSL is enabled. mysql show variables like %ssl%; +-+-+ | Variable_name | Value

Re: [Dev] How to enable SSL for MySQL

2013-07-24 Thread Udara Rathnayake
Hi Chanika, Your server is capable of supporting SSL,you need to start in a mode which enable them to be used according to the reference [1]. [1] http://dev.mysql.com/doc/refman/5.1/en/configuring-for-ssl.html On Wed, Jul 24, 2013 at 12:16 PM, Chanika Geeganage chan...@wso2.comwrote: Hi, I

Re: [Dev] How to enable SSL for MySQL

2013-07-24 Thread Chanika Geeganage
I tried with it, but still no luck. Here is how the permission are set to .pem files -rw-r--r-- 1 root root 1375 Jul 24 11:31 ca-cert.pem -rw-r--r-- 1 root root 1679 Jul 24 11:30 ca-key.pem -rw-r--r-- 1 root root 1257 Jul 24 11:33 client-cert.pem -rw-r--r-- 1 root root 1704 Jul 24 11:33