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
We wanted to ignore a bad SSL certificate temporarily and was wondering how to do this. Unfortunately the documentation did not cover this. I noticed you have the rejectUnauthorized: false flag in your test which does exactly what we need. Would it be possible to add this to the documentation?
The text was updated successfully, but these errors were encountered:
Hello,
We wanted to ignore a bad SSL certificate temporarily and was wondering how to do this. Unfortunately the documentation did not cover this. I noticed you have the
rejectUnauthorized: false
flag in your test which does exactly what we need. Would it be possible to add this to the documentation?The text was updated successfully, but these errors were encountered: