We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have a look at this note from Matt Davis regarding SSLs:
When you connect to a database, in the options parameter you pass, there is a key called ssl. When you are doing a local database this should be set to false but when you are using a heroku database it needs to be set to true... look in this file: https://github.com/foundersandcoders/ws-database-testing/blob/master/src/database/db_connection.js for help or ask @Samaamro20
The text was updated successfully, but these errors were encountered:
Alternatively as @ghassanmas explained if you have a querystring at the end of your database url with ?ssl=true the build will work
?ssl=true
Sorry, something went wrong.
Add ssl #37
aa6e28d
No branches or pull requests
Have a look at this note from Matt Davis regarding SSLs:
The text was updated successfully, but these errors were encountered: