TODO item for protocol revision: Negotiate encryption in connection handshake - Mailing list pgsql-hackers

From Craig Ringer
Subject TODO item for protocol revision: Negotiate encryption in connection handshake
Date
Msg-id 5406EAD3.7070002@2ndquadrant.com
Whole thread Raw
Responses Re: TODO item for protocol revision: Negotiate encryption in connection handshake  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Hi all

Another thing I keep on wishing Pg's protocol had is an after-connection
negotiation for transport encryption, like STARTTLS .

Right now, the client has to guess if the server requires, permits, or
rejects SSL, and decide whether to start with SSL or !SSL. If that
fails, it has to try the other one.

The way it's managed in pg_hba.conf means that users usually just get
confusing errors like:

FATAL: no pg_hba.conf entry for host "192.168.0.1", user "postgres",
database "whatever", SSL off

without the client app being given the opportunity to be told by the
server "Please upgrade to transport level security before proceeding".

I like how IMAP does it, where the server announces its capabilities.

Reasonable to aim for in a protocol v4?

-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: implement subject alternative names support for SSL connections
Next
From: Heikki Linnakangas
Date:
Subject: Re: Commitfest status