Skip to content

Commit

Permalink
adjust ssl connection docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Nov 4, 2019
1 parent a09c0be commit 0138b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/connectors/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ You can add various parameters to the connection string if your database server
- `sslidentity=<PATH>`: Path to the PKCS12 certificate database created from client cert and key.
- `sslpassword=<PASSWORD>`: The PKCS12 password.
- `sslaccept=(strict|accept_invalid_certs)`:
- `strict`: Any missing value in the certificate will lead to an error. For Google Cloud, especially if the database doesn't have a domain name, the certificate might miss the domain/IP address, causing an error when connecting.
- `strict` (default): Any missing value in the certificate will lead to an error. For Google Cloud, especially if the database doesn't have a domain name, the certificate might miss the domain/IP address, causing an error when connecting.
- `accept_invalid_certs`: Bypass this check. Be aware of the security consequences of this setting.

0 comments on commit 0138b98

Please sign in to comment.