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
One of the sites I'm monitoring has an invalid certificate and I get this error
Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate's altnames:
Is there a way I can bypass this check? e.g. on Chrome, I can accept the risk and load the .json page
I tried adding this to Task
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0;
but got this error
TypeError: Cannot read property 'forEach' of undefined
The text was updated successfully, but these errors were encountered:
One of the sites I'm monitoring has an invalid certificate and I get this error
Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate's altnames:
Is there a way I can bypass this check? e.g. on Chrome, I can accept the risk and load the .json page
I tried adding this to Task
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0;
but got this error
TypeError: Cannot read property 'forEach' of undefined
The text was updated successfully, but these errors were encountered: