graphile / graphile/graphile.github.io
Document correct connection string to use for SSL
Open
- Dominant language
- SCSS
- Stars
- 27
- Forks
- 126
- PR merge metrics
- No merged PRs in 30d
Description
The postgres query string library doesn't support `sslmode=require` instead requiring `ssl=1`.
Example: `postgresql://username:password@example.com/dbname?ssl=1`
Ref: postgraphql/postgraphql#357
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.