Connections
SSL Configuration
Configure SSL/TLS connections for secure database access.
Quick Setup
Toggle Use SSL in your connection settings. For most cloud-hosted databases (AWS RDS, Google Cloud SQL, DigitalOcean, etc.), this is all you need.
Advanced SSL Options
For custom certificate setups:
| Field | Description |
|---|---|
| SSL Mode | require, verify-ca, or verify-full |
| CA Certificate | Path to the Certificate Authority file |
| Client Certificate | Path to the client certificate file |
| Client Key | Path to the client private key file |
Common Configurations
AWS RDS
- Download the RDS CA bundle
- Set SSL Mode to
verify-full - Select the CA certificate file
Self-Signed Certificates
Set SSL Mode to require to accept self-signed certificates without CA verification.