Installation problem ~!

Started by Harshad Petheover 17 years ago2 messagesgeneral
Jump to latest
#1Harshad Pethe
hpethe@gmail.com

Hi,

I have recently tried to install pgsql on Windows but I get the
following error consistently !

Error : " psql : recieved invalid response to SSL negotiation ! "

This error is encountered as soon as I try to start psql ! The installation
completes fine , but I'm not able to do anything with psql !

Please help !

Another thing ........ I had about six months back installed and used the
same thing though a version which is not as new as this one ( I had run
8.3.1 I think ! ) So I dont understand the problem I'm facing now !

Thanking you in anticipation !

- Harshad Pethe
Student,
Nashik,
India

#2Laurenz Albe
laurenz.albe@cybertec.at
In reply to: Harshad Pethe (#1)
Re: Installation problem ~!

Harshad Pethe wrote:

I have recently tried to install pgsql on Windows but
I get the following error consistently !

Error : " psql : recieved invalid response to SSL negotiation ! "

This error is encountered as soon as I try to start psql !

Sounds like an SSL problem.

Check the server certificates and the client certificate if they
match.

Check the "ssl" setting in postgresql.conf.

Check the "sslmode" used in the connection string by the client.

Yours,
Laurenz Albe