Re: SSL and md5 password? - Mailing list pgsql-admin

From Tom Lane
Subject Re: SSL and md5 password?
Date
Msg-id 2764.1225332660@sss.pgh.pa.us
Whole thread Raw
In response to Re: SSL and md5 password?  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: SSL and md5 password?
List pgsql-admin
Alvaro Herrera <alvherre@commandprompt.com> writes:
> libpq tries to connect with SSL on and then falls back to SSL off.  If
> the latter fails, the error message from the first attempt has been
> overwritten, and only the second one is logged.
> This has been fixed by Magnus on CVS HEAD.

Right.  So in the meantime, what Peter should do is try the problem case
after
    export PGSSLMODE=require
so that he can see the error message that's relevant to his desired use.

            regards, tom lane

pgsql-admin by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: SSL and md5 password?
Next
From: "Peter Koczan"
Date:
Subject: Re: SSL and md5 password?