You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If custom certificates are provided, we should automatically configure Node.js to use them. By default they use their own bundled CA certs, so I think would ignore any custom certs added to Linux.
Should we configure --use-openssl-ca or SSL_CERT_DIR or SSL_CERT_FILE?
The text was updated successfully, but these errors were encountered:
If custom certificates are provided, we should automatically configure Node.js to use them. By default they use their own bundled CA certs, so I think would ignore any custom certs added to Linux.
Should we configure
--use-openssl-ca
orSSL_CERT_DIR
orSSL_CERT_FILE
?The text was updated successfully, but these errors were encountered: