Hubot behind a proxy
See original GitHub issueI’m behind a proxy, and while hubot ping
works just fine, math me 2+2
doesn’t work. In fact, any step that uses a get()
in the script just doesn’t work at all. How do I either:
- Tell Hubot to use a proxy when doing a
.get()
? - Get some additional debugging out of Hubot so that I can diagnose why things aren’t working?
Thanks!
Issue Analytics
- State:
- Created 11 years ago
- Comments:20 (7 by maintainers)
Top Results From Across the Web
Document starting hubot-slack with a proxy · Issue #372 - GitHub
Setup hubot with slack adapter behind a proxy server; Restrict outbound traffic directly from the hubot server to only allow traffic to go ......
Read more >Run hubot and hubot-slack behind proxy – Jackie Chen's IT Workshop
If you are struggling to run hubot with Slack behind the corporate proxy. Here are two things that you can try: Set https_proxy...
Read more >How to use Hubot behind a proxy. - tomute's note
You may fail to run a bot which uses http connection with Hubot if you are behind a proxy such as Squid. Hubot...
Read more >Hubot: How to specify the agent to be used by robot.http
I am in a corporate environment with a proxy, so I am using the stanza mentioned in the Hubot documentation under "Forwarding all...
Read more >Advanced Usage - Slack
Running Hubot behind an HTTP Proxy. You might find the need to run Hubot inside a firewall, where the internet is only accessible...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi all,
I wrote an external script that loads proxy setting from environment variables to make it easier. I hope this helps.
https://www.npmjs.com/package/hubot-proxy-loader
@notok - thanks, this worked like a champ 👍