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
Research direction
No file or test is named. Search the website content for the PostgreSQL connection-string documentation, compare its SSL guidance with the example and the referenced PostGraphQL issue, and update the documented query parameter; done when the correct SSL connection string is clearly stated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100