Re: SSL over Unix-domain sockets - Mailing list pgsql-hackers

From Tom Lane
Subject Re: SSL over Unix-domain sockets
Date
Msg-id 6866.1199554748@sss.pgh.pa.us
Whole thread Raw
In response to Re: SSL over Unix-domain sockets  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: SSL over Unix-domain sockets  (Mark Mielke <mark@mark.mielke.cc>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Here is a patch that implements "localssl" as well.  It is quite simple.  

The other area that would need some thought before we could consider
this "done" is the behavior of libpq's sslmode parameter.  With the
patch as given, an SSL-capable libpq will *default* to using SSL over
sockets, which might be thought overkill; it is almost certainly
going to result in a performance penalty.  Is this a reasonable default
behavior?  Should sslmode be extended to allow specification of
different behaviors for sockets vs. TCP?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Treat
Date:
Subject: Re: Dynamic Partitioning using Segment Visibility Maps
Next
From: Markus Schiltknecht
Date:
Subject: Re: Dynamic Partitioning using Segment Visibility Maps