<div dir="ltr">Hi everyone<div><div class="gmail_extra"><br></div></div><div class="gmail_extra">I've been through the list archives trying to find previous instances about the subject but haven't managed to find anything.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Does anybody have any experiences with configuring Radiator with MySQL over SSL? I'm being forced to cypher the MySQL traffic to follow corporate guidelines, but seeing so scarce information about the topic is leading me to think it might not be a good idea.</div><div class="gmail_extra"><br></div><div class="gmail_extra">The way I see it (and I haven't set foot on the lab yet) , it should be as simple as making sure that the perl modules in place support SSL and specifying a specially crafted DBSource on the Radiator config (according to <a href="http://search.cpan.org/~michielb/DBD-mysql-4.042/lib/DBD/mysql.pm" style="font-family:calibri,sans-serif;font-size:11pt">http://search.cpan.org/~michielb/DBD-mysql-4.042/lib/DBD/mysql.pm</a>). Something like: </div><div class="gmail_extra"><br></div><div class="gmail_extra"><span style="color:rgb(0,0,0);font-family:"open sans",arial,helvetica,sans-serif;font-size:12.6px">DBSource DBI:mysql:database=radiusp;host=mysql_server;port=3306;</span><span style="color:rgb(0,0,0);font-family:"open sans",arial,helvetica,sans-serif;font-size:12.6px">mysql_ssl=1;</span><span style="color:rgb(0,0,0);font-family:"open sans",arial,helvetica,sans-serif;font-size:12.6px">mysql_ssl_client_key=/test/client-key.pem;</span><span style="color:rgb(0,0,0);font-family:"open sans",arial,helvetica,sans-serif;font-size:12.6px">mysql_ssl_client_cert=/test/client-cert.pem;</span><span style="color:rgb(0,0,0);font-family:"open sans",arial,helvetica,sans-serif;font-size:12.6px">mysql_ssl_ca_file=/test/b2bca-cert.pem</span><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Right?</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks in advance</div><div class="gmail_extra">-</div><div class="gmail_extra">Bruno</div></div>