This repository was archived by the owner on Feb 11, 2023. It is now read-only.
This repository was archived by the owner on Feb 11, 2023. It is now read-only.
Document parameter sslmode and implications #15
Open
Description
The documentation doesn’t mention the parameter sslmode
. While setting up a PostgreSQL environment, I came across http://www.postgresql.org/docs/9.4/static/libpq-ssl.html#LIBPQ-SSL-SSLMODE-STATEMENTS. I included sslmode=verify-full
in my JDBC connection parameters which does affect the JDBC driver (a different SSLSocketFactory
is used). The most obvious effect was that the server CA certificate in the default Java truststore is ignored, instead it has to be in ~/.postgresql/root.crt
.
Metadata
Metadata
Assignees
Labels
No labels