jeresig / pulley

Easy Github Pull Request Lander
MIT License
175 stars 24 forks source link

Support for use behind a proxy #63

Closed nschonni closed 7 years ago

nschonni commented 11 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 = 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