"A. Mous" <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html