-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.
Description
Right now, you might get lucky if you set process.env.NODE_EXTRA_CA_CERTS = 'foo.crt'
real early.
It's not reliable and I don't think NODE_EXTRA_CA_CERTS
was intended to be used that way (rather the contrary) so I suggest loading the extra certificates at startup rather than on first use.
Refs #20432.
Metadata
Metadata
Assignees
Labels
tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.