Mysql ssl base replication security problem

Taking care of your Linux box.
Post Reply
nomankhn
Colonel
Posts: 714
Joined: Wed Aug 07, 2002 8:00 pm

Mysql ssl base replication security problem

Post by nomankhn »

Hi Folks,

I am running RHEL5.3 and mysql Ver 14.12 Distrib 5.0.45, for redhat-linux-gnu (i686) using readline 5.0. I have setup ssl base replication, everything is working fine, but connection is not secure,

On slave i check below command, its returning empty.

mysql> SHOW STATUS LIKE 'Ssl_cipher';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| Ssl_cipher | |
+---------------+-------+
1 row in set (0.00 sec)

both side ssl is yes, both side certificate is generated as well.

can some one help me out.
nomankhn
Colonel
Posts: 714
Joined: Wed Aug 07, 2002 8:00 pm

Post by nomankhn »

forgot to update problem resolved it client/server problem, Thanks
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Post by lambda »

how did you solve it?
Watch out for the Manners Taliban!
Isn't it amazing how so many people can type "linuxpakistan.net" into their browsers but not "google.com"?
nomankhn
Colonel
Posts: 714
Joined: Wed Aug 07, 2002 8:00 pm

Post by nomankhn »

I was doing mistake because need to follow configuration of ssl in confs as per, this is nice thread.

http://dev.mysql.com/doc/refman/5.1/en/ ... s-ssl.html
Post Reply