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
_http_client.js:131
throw new ERR_INVALID_PROTOCOL(protocol, expectedProtocol);
^
TypeError [ERR_INVALID_PROTOCOL]: Protocol "http:" not supported. Expected "https:"
at new ClientRequest (_http_client.js:131:11)
at Object.request (http.js:41:10)
at HttpsRequest.makeHttpRequest (/Users/eastkap/dev/nodemonitors/node_modules/http2-client/lib/request.js:396:31)
at HttpsRequest.makeRequest (/Users/eastkap/dev/nodemonitors/node_modules/http2-client/lib/request.js:355:17)
at HttpsRequest.onIdentification (/Users/eastkap/dev/nodemonitors/node_modules/http2-client/lib/request.js:281:24)
at HttpsRequest.onIdentify (/Users/eastkap/dev/nodemonitors/node_modules/http2-client/lib/request.js:381:9)
at TLSSocket.onConnect (/Users/eastkap/dev/nodemonitors/node_modules/http2-client/lib/request.js:459:9)
at Object.onceWrapper (events.js:277:13)
at TLSSocket.emit (events.js:189:13)
at TLSSocket.onConnectSecure (_tls_wrap.js:1163:10)
when asking a website over https
The text was updated successfully, but these errors were encountered:
when asking a website over https
The text was updated successfully, but these errors were encountered: