Re: [HACKERS] SSL connections don't cope with server crash very well at all

2008-01-28 Thread Magnus Hagander
On Sun, Jan 27, 2008 at 08:09:10PM -0500, Tom Lane wrote: > If you do a manual "kill -9" (for testing purposes) on its connected > server process, psql normally recovers nicely: > > regression=# select 1; > ?column? > -- > 1 > (1 row) > > -- issue kill here in another window > r

Re: [HACKERS] SSL Connections

2000-12-21 Thread Bruce Momjian
Applied. > Matthew Kirkwood wrote: > >On Wed, 20 Dec 2000, Oliver Elphick wrote: > > > >> To create a quick self-signed certificate, use the CA.pl script > >> included in OpenSSL: > ... > >Or you can do it manually: > > > >openssl req -new -text -out cert.req (you will have to enter

Re: [HACKERS] SSL Connections

2000-12-21 Thread Oliver Elphick
Matthew Kirkwood wrote: >On Wed, 20 Dec 2000, Oliver Elphick wrote: > >> To create a quick self-signed certificate, use the CA.pl script >> included in OpenSSL: ... >Or you can do it manually: > >openssl req -new -text -out cert.req (you will have to enter a password) >mv privkey.p

Re: [HACKERS] SSL Connections

2000-12-21 Thread Matthew Kirkwood
On Wed, 20 Dec 2000, Oliver Elphick wrote: > To create a quick self-signed certificate, use the CA.pl script > included in OpenSSL: > > CA.pl -newcert Or you can do it manually: openssl req -new -text -out cert.req (you will have to enter a password) mv privkey.pem cert.pem.pw openssl rsa -in

RE: [HACKERS] SSL Connections

2000-12-20 Thread Magnus Hagander
> > Has anyone successfully done this? and if so, how is the > documentation > > quoted above inforrect? > > When I did my testing, I just took some cert's that I had generated > through Apache's make certificate command - just don't enter > a passphrase, > then copy the certificate and key. Wo

Re: [HACKERS] SSL Connections

2000-12-20 Thread Dominic J. Eidson
On Wed, 20 Dec 2000, Oliver Elphick wrote: > Has anyone successfully done this? and if so, how is the documentation > quoted above inforrect? When I did my testing, I just took some cert's that I had generated through Apache's make certificate command - just don't enter a passphrase, then copy t