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
@simov, yes, NODE_TLS_REJECT_UNAUTHORIZED=0 works, but it does it for all the connection in the process :(
Monkey-patche also worksm with a little addition is that grunt must be required right after and not before the patch
Trying to use this library with the OAuth2.0/IODC server hosted with self signed certificate and getting this error on callback/verify call
Is there a way to set something like
new https.Agent({rejectUnauthorized: false}
to the underlying request library?Thank you in advance, pretty nice library btw!
The text was updated successfully, but these errors were encountered: