From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | glynastill(at)yahoo(dot)co(dot)uk |
Cc: | pgadmin-support <pgadmin-support(at)postgresql(dot)org> |
Subject: | Re: pgAdmin v1.10.0 Beta 1 available for testing |
Date: | 2009-03-13 19:53:47 |
Message-ID: | 937d27e10903131253x37a65ccaie584e7d6ca1614ca@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers pgadmin-support |
[Removing extra lists]
On Fri, Mar 13, 2009 at 5:41 PM, Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk> wrote:
>
> Hi Dave,
>
> Just gave it a whirl on windows I get;
>
> An error has occoured:
>
> Error connection to the server: root certificate file "C:\Documents and Settings\<SNIP>\Application Data/postgresql/root.crt" does not exist.
>
> At a guess, maybe something to do with the forward slashes? Else its user error and I apologise ;)
Hi Glyn,
This isn't really a bug, it's the enhanced security in PostgreSQL 8.4.
Basically, libpq (which pgAdmin uses to talk to the server) is trying
and failing to validate the SSL certificate that the server is using.
There needs to be a copy of the CA's root certificate on the client so
it can verify the server is who/what it claims to be.
I've reported the mixed slashes thing to the author of that code who
happens to on the other end of an IM client at the moment :-)
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2009-03-13 20:01:26 | Re: pgAdmin v1.10.0 Beta 1 available for testing |
Previous Message | Arthur Knight Hammer | 2009-03-13 17:46:10 | Re: pgAdmin v1.10.0 Beta 1 available for testing |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2009-03-13 20:01:26 | Re: pgAdmin v1.10.0 Beta 1 available for testing |
Previous Message | Arthur Knight Hammer | 2009-03-13 17:46:10 | Re: pgAdmin v1.10.0 Beta 1 available for testing |