We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you connect to a PostgreSQL server that requires SSL, you get:
no pg_hba.conf entry for host "192.168.1.2", user "nate", database "sales", SSL off
The official PostgreSQL libraries default to sslmode=prefer, so SSL should always work unless you manually disable it (sslmode=disable).
sslmode=prefer
sslmode=disable
However, I don’t know much about Ruby. I wonder if the postgres-pr library used here even supports SSL.
postgres-pr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you connect to a PostgreSQL server that requires SSL, you get:
The official PostgreSQL libraries default to
sslmode=prefer
, so SSL should always work unless you manually disable it (sslmode=disable
).However, I don’t know much about Ruby. I wonder if the
postgres-pr
library used here even supports SSL.The text was updated successfully, but these errors were encountered: