-
I used to be able to connect to Slack's websocket via a proxy, but with the new code it doesn't connect at all.
```
I, [2021-02-26T16:37:28.739948 #32529] INFO -- request: POST https://slack.com/…
-
Hi.
I'm trying to debug this error from chrome web browser. These are some details of the application stack:
- web server: apache httpd 2.4 (proxying to app server using ws proxy module)
- appl…
-
The plain HTTP requests work, however websockets fail to connect.
This is the error that I see in the browser console that attempts to establish the connection:
```
[vite] connecting... client.ts…
-
Exception in proxy method `getLogMessages(`: akka.pattern.AskTimeoutException: Recipient[Actor[akka://SignalCollect/user/Coordinator]] had already been terminated. from Actor[akka://SignalCollect/user…
-
So, websockets have various issues with use in real contexts, mostly owing to shitty HTTP proxy/intermediary implementations. There are lots of posts out there - here's [one](http://lucumr.pocoo.org/2…
-
Hey, I have been using this library and noticed some inconvenient behavior when adding logging. When adding a logging middleware (any logging middleware should work), and then requesting a connection …
-
Whilst there are configuration to "Enable Reverse Proxy Support" because of the use of web sockets standard configurations do not appear to work for this.
Would it be possible to update the readme…
-
Hi,
I want to send a single message to wss://mydomain/mqtt behind a proxy.
Mosquitto and NGINX work fine.
I can send messages via websocket to the defined path via MQTTX.
Same via full-client-c…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-dlp is…
-
Hi,
IS there a way to start a websocket in listen mode? As for noVNC It could be great that proxy support the listen mode.
Pretend we already have a connection between the computer HOST (proxy vnc) …