How to ensure that SSL is enabled? - Mailing list pgsql-jdbc

From Eric Jain
Subject How to ensure that SSL is enabled?
Date
Msg-id e48479d40910191731y37028537kd239b310a142fd22@mail.gmail.com
Whole thread Raw
Responses Re: How to ensure that SSL is enabled?  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-jdbc
I've appended ?ssl=true&sslfactory=org.postgresql.ssl.NonValidatingFactory
to the connection URL, but (looking at the network traffic) no
encryption appears to be done. Shouldn't the connection fail if no SSL
connection can be established? It's possible that the server isn't set
up properly; is there a simple way to test that (e.g. verify that the
server was compiled with SSL support etc)?

pgsql-jdbc by date:

Previous
From: dmp
Date:
Subject: Re: ERROR : column c.reltriggers does not exist
Next
From: Craig Ringer
Date:
Subject: Re: How to ensure that SSL is enabled?