Enable SSL Connections
Prerequisites
PostgreSQL SSL
Basic SSL
MyDB = CQL::Schema.define(
:my_db,
adapter: CQL::Adapter::Postgres,
uri: "postgres://user:pass@host/db?sslmode=require"
) do
endSSL Modes
Mode
Description
With Certificate Verification
MySQL SSL
Environment Variables
Verify SSL Connection
Cloud Database SSL
AWS RDS
Heroku
Troubleshooting
See Also
Last updated
Was this helpful?