steves / node-jira

A nodejs wrapper for the JIRA REST API
378 stars 169 forks source link

Request from behind corporate proxy #136

Closed nicolas-mosch closed 6 years ago

nicolas-mosch commented 8 years ago

I get the following error when using the listProjects function: Error: connect EHOSTUNREACH (some IP address X)

I have seen this EHOSTUNREACH message before and it was caused by being behind a corporate proxy. Is there a way of giving in proxy details to fix this (like the --proxy flag from curl)?

Cheers

gorootde commented 7 years ago

I fixed this by forking the project and using the newest version of "request" module