Re: 8.0 Beta3 worked, RC1 didn't! - Mailing list pgsql-general

From Tom Lane
Subject Re: 8.0 Beta3 worked, RC1 didn't!
Date
Msg-id 5527.1103737689@sss.pgh.pa.us
Whole thread Raw
In response to Re: 8.0 Beta3 worked, RC1 didn't!  ("A. Mous" <a.mous@shaw.ca>)
List pgsql-general
"A. Mous" <a.mous@shaw.ca> writes:
> I didn't change the SSL settings from default, so I believe it should not be
> using it.

Nope, the default libpq behavior is "prefer SSL", so it will try an SSL
connection first ... if it is compiled to support SSL, which I believe
was not true in the beta3 windows release but is true in later releases.

Right at the moment I'm not convinced this is an SSL issue at all, it's
just that the connection failure occurs while we're asking the server if
it wants to do SSL.  You can try
    export PGSSLMODE=disable
before running psql and see how the behavior changes, but I suspect it
will still fail.

            regards, tom lane

pgsql-general by date:

Previous
From: Együd Csaba (Freemail)
Date:
Subject: Re: Strange Index behavior
Next
From: "Magnus Hagander"
Date:
Subject: Re: 8.0 Beta3 worked, RC1 didn't!