Connections Implementing SSL in 7.1 Dev

From: Mark Kirkwood <markir(at)i4free(dot)co(dot)nz>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Connections Implementing SSL in 7.1 Dev
Date: 2000-08-17 08:09:35
Message-ID: 399B9DBE.AB2665DF@i4free.co.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

I downloaded the current ( 12 Aug ) development snapshot of the 7.1
development software.

It runs great ! - except I am having trouble with the ssl enabled
connections...

I used a certificate that I have generated via a mod_ssl installation
to provide 2 files :

server.key
server.crt

in the $PGDATA directory. This enabled the postmaster to start ok.

Unfortunatly I cannot connect to the server usng psql ( or I suspect
anything else ). I get an error like :
"couldn't send SSL negotiation packet (not connected) ". This appears to
be coming from fe-connect.c.

Am I geting this because this fearture is not yet implemented, or am I
just being a plonker and not configured ssl properly...( I wondered if
I needed a client certificate too...) ?

Anyway

Thanks for providing acecss at an interesting stage of your development

regards

Mark

Browse pgsql-hackers by date

  From Date Subject
Next Message Jerome Raupach 2000-08-17 08:45:37 optimization in C
Previous Message Kaare Rasmussen 2000-08-17 06:40:34 Re: MySQL disputes benchmarks..