Re: Localhost vs. Unix Domain Sockets?

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Localhost vs. Unix Domain Sockets?
Date: 2014-08-19 00:00:36
Message-ID: 53F293A4.5070704@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/18/2014 4:55 PM, Ken Tanzer wrote:
> So I've got two questions. One is whether there are any downsides to
> using sockets, or any "gotchas" to be aware of. The second is whether
> there is anything to do to increase the security of sockets? (e.g.,
> analagous to encrypting localhost conenctions with SSL?) From the
> little I saw, it sounds like sockets are "just inherently secure," but
> wanted to confirm that or get another opinion!

localhost is plenty secure, only root can sniff it, and root can su to
postgres and be in full ownership of your server anyways, so if you
consider root a security risk, well, there's no cure for that.

unix domain sockets are quite secure too. they might be slightly
faster than tcp/ip via localhost, but its probably not enough to matter.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2014-08-19 00:09:13 Re: Localhost vs. Unix Domain Sockets?
Previous Message Ken Tanzer 2014-08-18 23:55:28 Localhost vs. Unix Domain Sockets?