Created
May 3, 2019 05:57
-
-
Save bastman/358bd96e695ec4831035b06dec8a8c39 to your computer and use it in GitHub Desktop.
psql set sslmode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://stackoverflow.com/questions/14021998/using-psql-to-connect-to-postgresql-in-ssl-mode | |
$ export PGSSLMODE=prefer | |
$ psql ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment