Re: Where I can find "SSL specification"? - Mailing list pgsql-general

From Raimon Fernandez
Subject Re: Where I can find "SSL specification"?
Date
Msg-id D87D7BCB-F0BD-4411-966F-E50A61A1E431@montx.com
Whole thread Raw
In response to Re: Where I can find "SSL specification"?  (Raimon Fernandez <coder@montx.com>)
List pgsql-general
Hello,


More on this ...


To be clear, just after receiving the S confirmation that PostgreSQL
can handle SSL connections, I have to switch my TCPSocket into SSL.

Immediatly, I receive some errors, depending my configuration:


0 - SSLv2: SSL (Secure Sockets Layer) version 2.  ==== ERROR => 102
1 - SSLv23: SSL version 3, but can roll back to 2 if needed.  ====
ERROR => 336031996
2- SSLv3: SSL version 3.  ==== ERROR => 336130315
3- TLSv1: TLS (Transport Layer Security) version 1. ==== ERROR =>
336150773


NavicatPostgreSQL can connect and establish a SSL connection with my
PostgreSQL server.
pgAdminIII can also connect using SSL.

So, the problem must be in my code ?

thanks,

regards,

raimon


pgsql-general by date:

Previous
From: Michael Harris
Date:
Subject: Database Startup Failure: FATAL: could not read block 6 of relation 16390/16391/5153282: Success
Next
From: Tim Uckun
Date:
Subject: Re: I can't seem to put the right combination of magic into the pg_hba and pg_ident files.