Re: [RDBO] Remote DB connection over SSL to MySQL DB using Rose::DB

2007-12-12 Thread John Siracusa
On Sep 3, 2007 9:57 PM, Kurt Hansen [EMAIL PROTECTED] wrote: John Siracusa wrote: On 9/3/07 12:31 PM, Kurt Hansen wrote: However, I did not try the connect_options method based on your inlined into the DSN comment and reading up on the Rose::DB and DBI docs. The SSL options DO need to

Re: [RDBO] Remote DB connection over SSL to MySQL DB using Rose::DB

2007-09-03 Thread Kurt Hansen
John Siracusa wrote: On 8/26/07 11:44 PM, Kurt Hansen wrote: 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

Re: [RDBO] Remote DB connection over SSL to MySQL DB using Rose::DB

2007-09-03 Thread Kurt Hansen
(Previous message sent before editting complete. Please ignore.) John Siracusa wrote: On 8/26/07 11:44 PM, Kurt Hansen wrote: 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

Re: [RDBO] Remote DB connection over SSL to MySQL DB using Rose::DB

2007-09-03 Thread John Siracusa
On 9/3/07 12:31 PM, Kurt Hansen wrote: However, I did not try the connect_options method based on your inlined into the DSN comment and reading up on the Rose::DB and DBI docs. The SSL options DO need to be inlined into the DSN Okay, I'll make the change in SVN when I get a chance. so I took

Re: [RDBO] Remote DB connection over SSL to MySQL DB using Rose::DB

2007-09-03 Thread Kurt Hansen
John Siracusa wrote: On 9/3/07 12:31 PM, Kurt Hansen wrote: However, I did not try the connect_options method based on your inlined into the DSN comment and reading up on the Rose::DB and DBI docs. The SSL options DO need to be inlined into the DSN Okay, I'll make the change in SVN

[RDBO] Remote DB connection over SSL to MySQL DB using Rose::DB

2007-08-26 Thread Kurt Hansen
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