Skip to content
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
@maffe

Description

@maffe

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions