RSSAmplifier

Shorts · Nov 18, 2018

Postgres SSLMODE Explained

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

When you connect to a database, Postgres uses the sslmode parameter to determine the security of the connection. There are many options, so here’s an analogy to web security: disable is HTTP verify-full is HTTPS All the other options fall somewhere in between, and by design, make less guarantees of security than HTTPS in your browser does. This includes the default prefer . The Postgres docs have…

Read on ankane.org

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.