From: | Darren Duncan <darren(at)darrenduncan(dot)net> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Successor of MD5 authentication, let's use SCRAM |
Date: | 2012-10-13 04:00:08 |
Message-ID: | 5078E748.2090800@darrenduncan.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Stephen Frost wrote:
> * Josh Berkus (josh(at)agliodbs(dot)com) wrote:
>> Problem is, the fact that setting up SSL correctly is hard is outside of
>> our control.
>
> Agreed, though the packagers do make it easier..
>
>> Unless we can give people a "run these three commands on each server and
>> you're now SSL authenticating" script, we can continue to expect the
>> majority of users not to use SSL. And I don't think that level of
>> simplicity is even theoretically possible.
>
> The Debian-based packages do quite a bit to ease this pain. Do the
> other distributions do anything to set up SSL certificates, etc on
> install? Perhaps they could be convinced to?
This has bit me.
At my work we started a project on Debian, using the
http://packages.debian.org/squeeze-backports/ version of Postgres 9.1, and it
included the SSL out of the box, just install that regular Postgres or Pg client
package and SSL was ready to go.
And now we're migrating to Red Hat for the production launch, using the
http://www.postgresql.org/download/linux/redhat/ packages for Postgres 9.1, and
these do *not* include the SSL.
This change has been a pain, as we then disabled SSL when we otherwise would
have used it.
(Though all database access would be over a private server-server network, so
the situation isn't as bad as going over the public internet.)
How much trouble would it be to make the
http://www.postgresql.org/download/linux/redhat/ packages include SSL?
-- Darren Duncan
From | Date | Subject | |
---|---|---|---|
Next Message | Shigeru HANADA | 2012-10-13 05:08:31 | Re: proposal - assign result of query to psql variable |
Previous Message | Fabrízio de Royes Mello | 2012-10-13 03:56:19 | Re: Adding comments for system table/column names |