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
For backwards compatibility (and to take the safest route) it may be better to bundle the CA chain with the main cert instead of passing them in their own 'ca' key:
creds.cert += '\n'+ creds.ca;
The text was updated successfully, but these errors were encountered:
Referencing an old issue:
nodejs/node#2772
For backwards compatibility (and to take the safest route) it may be better to bundle the CA chain with the main cert instead of passing them in their own 'ca' key:
The text was updated successfully, but these errors were encountered: