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

Inject NODE_EXTRA_CA_CERTS #29

Closed
johnsudaar opened this issue Jan 23, 2020 · 0 comments · Fixed by #32
Closed

Inject NODE_EXTRA_CA_CERTS #29

johnsudaar opened this issue Jan 23, 2020 · 0 comments · Fixed by #32
Assignees

Comments

@johnsudaar
Copy link

Node use a statically compiled list of CA. See this issue: nodejs/node#4175

So we should inject:

NODE_EXTRA_CA_CERTS=/usr/share/ca-certificates/Scalingo/scalingo-database.pem

Doc during build and runtime to prevent users from manually configuring their drivers (which might not even work in some cases).

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

Successfully merging a pull request may close this issue.

2 participants