cog
cog copied to clipboard
Add support for running Cog behind an http proxy
@jason-riddle hit this issue when trying to run Cog behind an http proxy. Cog should be aware of the HTTP_PROXY and HTTPS_PROXY env vars and make requests accordingly. We should also add some logging around the websocket connection to make sure the proxy supports them and prints a descriptive error message if not.
Any update on this?
Just to follow up on this one: https://github.com/BlakeWilliams/Elixir-Slack/issues/94
This issue depends on upstream patching Elixir-Slack which in turn depends on upstream patching of websocket_client