Re: open socket /accept secure

2015-03-01 Thread Dr. Hawkins
On Sun, Mar 1, 2015 at 3:57 PM, Bjoernke von Gierke wrote: > Not possible, missing feature. > Yikes. All I really need is a secure option for postgres, like there is for mySQL. Or to do ssl, well, securely. I suppose I can use sockets with a key number as the first element (to know which decr

Re: open socket /accept secure

2015-03-01 Thread Bjoernke von Gierke
Not possible, missing feature. > On 28 Feb 2015, at 01:50, Dr. Hawkins wrote: > > I'm looking at the open socket/accept connection behavior. > > I see clearly that I can "open secure". > > What I don't see is anything in accept to *only* accept secure/encrypted. > > I would like to open the s

open socket /accept secure

2015-02-27 Thread Dr. Hawkins
I'm looking at the open socket/accept connection behavior. I see clearly that I can "open secure". What I don't see is anything in accept to *only* accept secure/encrypted. I would like to open the socket, keep it open as as secure & encrypted, and pass database queries to the server by a write