graphile / graphile.github.io

PostGraphile (PostGraphQL) and Graphile-Build website - contributions very welcome!
https://www.graphile.org/
26 stars 127 forks source link

Document correct connection string to use for SSL #39

Open typesend opened 6 years ago

typesend commented 6 years ago

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

benjie commented 6 years ago

Reopening because I think we should add this in more places too, e.g. the README, the CLI examples, etc.