mysql with SSL

Permalink
Is it possible to set up C5 to use mysql through SSL? I've never used mysql that way before but some searching on the web seems to indicate you need to pass MYSQL_CLIENT_SSL to the mysql_connect function. Looking through the code I don't see any facility for doing this. Has anyone done this before? Is there a good way to do this so it is compatible with future versions of C5?

RoyS
 
RoyS replied on at Permalink Reply
RoyS
Turns out you can do this with configuration of the MySQL client so no changes needed to the code base. Put the keys into my.cnf.