pgsql: If SSL negotiation fails and SSLMODE is 'prefer', then retry - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: If SSL negotiation fails and SSLMODE is 'prefer', then retry
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
If SSL negotiation fails and SSLMODE is 'prefer', then retry without SSL.
Negotiation failure is only likely to happen if one side or the other is
misconfigured, eg. bad client certificate.  I'm not 100% convinced that
a retry is really the best thing, hence not back-patching this fix for now.
Per gripe from Sergio Cinos.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-connect.c (r1.338 -> r1.339)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c.diff?r1=1.338&r2=1.339)

pgsql-committers by date:

Previous
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Add capitalization mention.
Next
From: [email protected] (Andrew Dunstan)
Date:
Subject: pgsql: remove duplicate declaration, per report from Magnus Hagander.