Hello, I'm trying to connect to a remote MySQL database over an SSL connection.
I'm not sure if it is possible using Rose::DB. It looks like DBD::mysql does support it, so I'm guessing Rose::DB does. Would it be sufficient to add the following ssl parameters to my Rose::DB module? I realize I may need to do some work to configure DBD::mysql to support ssl connections, but if DBD::mysql configured properly, will Rose::DB send the parameters properly? __PACKAGE__->register_db( domain => 'pax', type => 'transaction', driver => 'mysql', database => 'dbname', host => '192.168.2.18', username => 'USERNAME', password => 'PASSWORD', #ssl parameters: mysql_ssl => 1, mysql_ssl_client_key => 'KEYFILE', mysql_ssl_client_cert => 'CERTFILE', mysql_ssl_ca_file => 'CAFILE', #end ssl parameters ); Any advice much appreciated! Thanks, Kurt Hansen [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Rose-db-object mailing list Rose-db-object@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rose-db-object