PostgreSQL SSL Connections

From: Carlos Guzman Alvarez <carlosga(at)telefonica(dot)net>
To: Developement <pgsql-hackers(at)postgresql(dot)org>
Subject: PostgreSQL SSL Connections
Date: 2003-08-28 21:35:32
Message-ID: 3F4E75A4.1050206@telefonica.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello:

I'm developing a TLS library in C# for my PostgreSQL ADO.NET Data
Provider, i can work well using the openssl test server, using:

openssl s_server -accept 443 -key server.key -cert server.crt -tls1 -bugs

But when i try to use it for connect to postgresql (7.4 on
Windows+Cygwin) i get always this message in the postgresql log:

LOG: could not initialize SSL connection: tls rsa encrypted value
length is wrong

Any idea of what can be the problem ?? ( i that it's anything related to
the creation of the certificate but i don't know what , can be better to
ask this in the Openssl support list ??)

--
Best regards

Carlos Guzmán Álvarez
Vigo-Spain

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-08-28 21:37:39 Re: Nasty problem in hash indexes
Previous Message Alvaro Herrera 2003-08-28 21:28:59 Re: [HACKERS] running bdg on postgresql`