Using a proxy server for Slack integration #2053
Unanswered
nabeards
asked this question in
Help / Q&A
Replies: 2 comments
-
As a follow-up, I also have this in my settings for Slack: |
Beta Was this translation helpful? Give feedback.
0 replies
-
It definitely seems that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use a proxy server to connect to Slack, but it doesn't appear that MatterBridge ever sends a request to the configured proxy and instead just fails to connect with an error. Slack connects and works properly without the proxy server.
Working without proxy:
With proxy configured:
local.dev
is in my hosts file pointing to 127.0.0.1. Running the proxy server locally on port 3020, and I see no request coming in from MatterBridge. The failure is very quick.I've also tried setting http_proxy, HTTP_PROXY, and HTTPS_PROXY, all with the same failure.
Does anyone have experience running MatterBridge through a proxy properly? TIA
Beta Was this translation helpful? Give feedback.
All reactions