Skip to content
New issue

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

SSL for production #37

Open
jema28 opened this issue Dec 6, 2018 · 1 comment
Open

SSL for production #37

jema28 opened this issue Dec 6, 2018 · 1 comment

Comments

@jema28
Copy link
Contributor

jema28 commented Dec 6, 2018

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

@m4v15
Copy link
Contributor

m4v15 commented Dec 6, 2018

Alternatively as @ghassanmas explained if you have a querystring at the end of your database url with ?ssl=true the build will work

RazanTayyem added a commit that referenced this issue Dec 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants