Re: SSL cleanups/hostname verification - Mailing list pgsql-hackers

From Gregory Stark
Subject Re: SSL cleanups/hostname verification
Date
Msg-id 87ljwinrob.fsf@oxford.xeocode.com
Whole thread Raw
In response to Re: SSL cleanups/hostname verification  (Martijn van Oosterhout <kleptog@svana.org>)
Responses Re: SSL cleanups/hostname verification
List pgsql-hackers
Martijn van Oosterhout <kleptog@svana.org> writes:

> You seem to be making the assertion that making an encrypted connection
> to an untrusted server is worse than making a plaintext connection to
> an untrusted server, which seems bogus to me.

Hm, is it? If you use good old traditional telnet you know you're typing on an
insecure connection. If you use ssh you expect it to be secure and indeed ssh
throws up big errors if it fails to get a secure connection -- it doesn't
silently fall back to an insecure connection.

Actually even the example given before of the browsers follows this model. If
you visit an insecure web site you get your web page. But if you visit a
secure web site with a bogus certificate you get a big warning.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Ask me about EnterpriseDB's 24x7 Postgres support!


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Index use during Hot Standby
Next
From: Stefan Kaltenbrunner
Date:
Subject: Re: SE-PostgreSQL wiki updates, but ...