You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered:
@jason-riddle hit this issue when trying to run Cog behind an http proxy. Cog should be aware of the
HTTP_PROXY
andHTTPS_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.The text was updated successfully, but these errors were encountered: