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 o
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 th
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
(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
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
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 the parameters
> prope
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