Just a quick note.  I found the following:

"The 2.0Beta binaries DO have SSL support and would recommend them  
even tho
it has 'Beta' in the name.


To use SSL, add the following parameter to the connect string:
   sslmode=
        disable  - No SSL
        allow    - First try non SSL, then try SSL
        prefer   - First try SSL, then non-SSL connection
        require  - Only try SSL connection
ie:

# Connect up to the test database using only SSL support
#
c = psycopg2.connect("host=test user=test dbname=test sslmode=require")
"
So it looks fairly straight forward.

-David

On Oct 20, 2009, at 8:17 PM, John wrote:

> On Tuesday 20 October 2009 04:35:32 pm David Henry wrote:
>> Hi,
>>
>> I am new to the list.  Does Dabo support PostgreSQL or MySQL SSL
>> connections?
>>
>> I didn't see this option on the Connection Manager.
>>
>> Thanks,
>> David
>
> I can say that the connection string does not pass the SSL setting for
> Postgres because I did not account for it.  Adding the setting would  
> not be
> difficult.  But I wonder if it would work?
>
> I tried to find doc's on SSL for psycopg2 and discovered little.  If  
> psycopg2
> is the client.  How does it handle the communication to process the
> certificate information.
>
> I don't have a postgres install that uses SSL.  So I know little  
> about what is
> required.  If you know what is required I'm willing to work with you  
> (or
> anyone that has the information) to get the support working.
>
> Johnf
>
>
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to