Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-28 Thread Alejandro Gasca
2007/9/28, Dave Page <[EMAIL PROTECTED]>: > > Alejandro Gasca wrote: > > No. same problem.. > > I unzip the libpq.dll (8.3.0.7268) and replace the other. > > > > OpenSSL: FATAL. > > OPENSSL_Uplink(00DF4010,05): no OPENSSL_Applink. > > Hmm, OK on further investigation it looks like the applink code

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-28 Thread Dave Page
Alejandro Gasca wrote: No. same problem.. I unzip the libpq.dll (8.3.0.7268) and replace the other. OpenSSL: FATAL. OPENSSL_Uplink(00DF4010,05): no OPENSSL_Applink. Hmm, OK on further investigation it looks like the applink code must be in the exe, not the dll. This is *really* annoying becau

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Alejandro Gasca
2007/9/26, Dave Page <[EMAIL PROTECTED]>: > > Dave Page wrote: > > [CCing Magnus as this could be a problem - pgAdmin 1.8 fails to connect > > to an SSL server with a 'real' certificate] > > > > Alejandro Gasca wrote: > >> Well, i download the postgresql-8.2.4-1-binaries-no-installer.zip. > >> the

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Dave Page
Magnus Hagander wrote: Yes. But we probably need an openssl version check as well, no? Won't it break on older openssl libs otherwise? Yeah, we should require 0.9.8 or above. I had a quick look for a suitable macro in ssl.h earlier but didn't find anything. If the fix works, I'll look again.

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Magnus Hagander
On Wed, Sep 26, 2007 at 04:40:53PM +0100, Dave Page wrote: > Dave Page wrote: > > [CCing Magnus as this could be a problem - pgAdmin 1.8 fails to connect > > to an SSL server with a 'real' certificate] > > > > Alejandro Gasca wrote: > >> Well, i download the postgresql-8.2.4-1-binaries-no-install

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Dave Page
Dave Page wrote: > [CCing Magnus as this could be a problem - pgAdmin 1.8 fails to connect > to an SSL server with a 'real' certificate] > > Alejandro Gasca wrote: >> Well, i download the postgresql-8.2.4-1-binaries-no-installer.zip. >> the psql packed there connects without problem. > > Well th

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Dave Page
[CCing Magnus as this could be a problem - pgAdmin 1.8 fails to connect to an SSL server with a 'real' certificate] Alejandro Gasca wrote: Well, i download the postgresql-8.2.4-1-binaries-no-installer.zip. the psql packed there connects without problem. Well the main difference between those

Fwd: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Alejandro Gasca
-- Forwarded message -- From: Alejandro Gasca <[EMAIL PROTECTED]> Date: 26-sep-2007 5:21 Subject: Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5 To: Dave Page <[EMAIL PROTECTED]> 2007/9/26, Alejandro Gasca <[EMAIL PROTECTED]>: > > 2007

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Alejandro Gasca
2007/9/26, Dave Page <[EMAIL PROTECTED]>: > > Alejandro Gasca wrote: > > note. > > 1. If i put incorrect certificates in %appdata%\postgres pgAdmin says: > > "Error connecting to the server: SSL error: certificate verify failed", > > as expected. > > 2. using the "out of the box" dummy certs of pos

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Dave Page
Alejandro Gasca wrote: note. 1. If i put incorrect certificates in %appdata%\postgres pgAdmin says: "Error connecting to the server: SSL error: certificate verify failed", as expected. 2. using the "out of the box" dummy certs of postgres (i think from postgresql-common) works fine. but the pr

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Alejandro Gasca
2007/9/26, Dave Page <[EMAIL PROTECTED]>: > > Alejandro Gasca wrote: > > Hi. > > > > I'm using pgAdmin3 1.8.0 beta 5, with winXp sp2. > > > > When trying to stablish a ssl connection, the appication crash with this > > error: > > > > OpenSSL: Fatal > > > > OPENSSL_Uplink(00FD010,05): no OPENSSL_App

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Dave Page
Alejandro Gasca wrote: Hi. I'm using pgAdmin3 1.8.0 beta 5, with winXp sp2. When trying to stablish a ssl connection, the appication crash with this error: OpenSSL: Fatal OPENSSL_Uplink(00FD010,05): no OPENSSL_Applink. It works fine for me (using the released version of beta 5 on XP Pro

[pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-25 Thread Alejandro Gasca
Hi. I'm using pgAdmin3 1.8.0 beta 5, with winXp sp2. When trying to stablish a ssl connection, the appication crash with this error: OpenSSL: Fatal OPENSSL_Uplink(00FD010,05): no OPENSSL_Applink. PgAdmin 1.6.3 connects just fine whit the same set of certificates. Thanks, Alejandro