flowdock / hubot-flowdock

Flowdock adapter for Hubot chat bot
94 stars 60 forks source link

Running behind a corporate proxy #97

Closed bhebing closed 7 years ago

bhebing commented 7 years ago

Is there a way to configure/script the flowdock adapter to make it work with a http proxy? I want to run our hubot on an internal server, so hubot can access our internal api's and servers. We do need a connection to the outside world for the flowdock connection. I have hubot working with a proxy (with proxy-agent) and npm works with the proxy, but the flowdock adapter doesn't seem to use these settings.

Any thoughts?

bhebing commented 7 years ago

Found it. Flowdock-node uses require as http lib and require uses the HTTP(S)_PROXY environment variables.

Problem solved :)