Closed nschonni closed 7 years ago
Currently, when I try to use pulley behind a corp proxy I get
Error: Error: getaddrinfo ENOTFOUND
I've tried changing the request require to:
request
request = require("request").defaults( { 'proxy': process.env.HTTP_PROXY } )
but that just changes the message to
Error: Error: Hostname/IP doesn't match certificate's altnames
Currently, when I try to use pulley behind a corp proxy I get
I've tried changing the
request
require to:but that just changes the message to