Re: [BUGS] BUG #1321: SSL error: sslv3 alert handshake failure

2004-11-16 Thread Neil Conway
On Tue, 2004-11-16 at 21:13 +0100, Magnus Hagander wrote: > Upon reviewing this patch, I notice this horrible line slipped into the > patch earlier up (in the #ifdef WIN32 section): > + printf("uhh\n");fflush(stdout); > > Oopsie. Could you remove that, or do you want a patch to do it?

Re: [BUGS] BUG #1321: SSL error: sslv3 alert handshake failure

2004-11-16 Thread Tom Lane
"T.J." <[EMAIL PROTECTED]> writes: > To clarify, what I have experienced was in all versions of 8.0.0.beta, > it did not just happen between 3 to 4. It was the change from 7.4 to > 8.0. The error was not just windows based as I built psql on a seperate > linux machine communicating with a linux

Re: [BUGS] BUG #1321: SSL error: sslv3 alert handshake failure

2004-11-16 Thread T.J.
To clarify, what I have experienced was in all versions of 8.0.0.beta, it did not just happen between 3 to 4. It was the change from 7.4 to 8.0. The error was not just windows based as I built psql on a seperate linux machine communicating with a linux server and got the same results. I created

Re: [BUGS] BUG #1321: SSL error: sslv3 alert handshake failure

2004-11-16 Thread Michael Fuhr
On Tue, Nov 16, 2004 at 03:33:49PM -0500, Tom Lane wrote: > Michael Fuhr <[EMAIL PROTECTED]> writes: > > Sounds like a problem due to the backend in recent betas demanding > > a client certificate if $PGDATA/root.crt exists, but the client > > certificate doesn't exist in ~/.postgresql/postgresql.{

Re: [BUGS] BUG #1321: SSL error: sslv3 alert handshake failure

2004-11-16 Thread Tom Lane
Michael Fuhr <[EMAIL PROTECTED]> writes: > Sounds like a problem due to the backend in recent betas demanding > a client certificate if $PGDATA/root.crt exists, but the client > certificate doesn't exist in ~/.postgresql/postgresql.{crt,key}. If that is the problem, it's still broken because the e

Re: [BUGS] BUG #1321: SSL error: sslv3 alert handshake failure

2004-11-16 Thread Michael Fuhr
On Tue, Nov 16, 2004 at 03:01:23PM -0500, Tom Lane wrote: > "PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > > After installing 8.0.0beta4 (previously tried with beta3,2,etc) on a linux > > system with a working 7.4.x installation I was unable to connect with ssl. > > Tried compiling with Ope

Re: [BUGS] BUG #1321: SSL error: sslv3 alert handshake failure

2004-11-16 Thread Magnus Hagander
>> After installing 8.0.0beta4 (previously tried with >beta3,2,etc) on a linux >> system with a working 7.4.x installation I was unable to >connect with ssl. >> Tried compiling with OpenSSL 0.9.7d/e. I used certificates >created with >> OpenSSL 0.9.7d/e that both worked fine with 7.4.x but >

Re: [BUGS] BUG #1321: SSL error: sslv3 alert handshake failure

2004-11-16 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > After installing 8.0.0beta4 (previously tried with beta3,2,etc) on a linux > system with a working 7.4.x installation I was unable to connect with ssl. > Tried compiling with OpenSSL 0.9.7d/e. I used certificates created with > OpenSSL 0.9.7d/

[BUGS] BUG #1321: SSL error: sslv3 alert handshake failure

2004-11-15 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1321 Logged by: T.J. Ferraro Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Beta Operating system: Mandrake Linux 10 Description:SSL error: sslv3 alert handshake failure Details: After installin