question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hubot behind a proxy

See original GitHub issue

I’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:

  1. Tell Hubot to use a proxy when doing a .get()?
  2. Get some additional debugging out of Hubot so that I can diagnose why things aren’t working?

Thanks!

Issue Analytics

  • State:closed
  • Created 11 years ago
  • Comments:20 (7 by maintainers)

github_iconTop GitHub Comments

4reactions
notokcommented, Apr 23, 2016

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

0reactions
paschmanncommented, Apr 27, 2016

@notok - thanks, this worked like a champ 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found