-
-
Add the ability to configure websockets via headers so that one can select specific events to listen to. This filter must be applied from the firewall-controller.
-
Tested on Linux (Ubuntu 24.04)
When configured for client certificates with `required_certificate true`, `capath` and `protocol websockets`, mosquitto sends a `TLSV1_ALERT_UNKNOWN_CA` / `SSL aler…
-
**Description of the bug**
When running `pytr dl_docs ./` it ends with `BaseEventLoop.create_connection() got an unexpected keyword argument 'extra_headers'`. This is caused by a change in the "webso…
tjalb updated
3 hours ago
-
## Descreva o problema que você quer resolver com essa feature
As informações presentes no client não se atualizam automaticamente (sem que o usuário troque de página ou atualize) quando alguma des…
-
### Welcome!
- [x] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any.
- [x] Yes, I've searched similar issues on the [Traefik community foru…
-
First of all, thanks for the great HTTP.jl package, I really appreciate this project!
I've noticed an issue with the WebSocket implementation: when multiple async tasks send WebSocket messages, a r…
-
Hey, I've tried this on the Original and the fork.
With this plugin enabled, I noticed that websockets seem to break and I get the following error within my traefik logs
```
2024-11-20T01:16:36-0…
-
First off, thanks for SST. Truly innovative. Superb.
Second, have you roadmapped AWS AppSync WebSockets? Cheaper than AG WebSockets so keen to get them in.
Thanks again,
Wilfred
-
Right now the only way to connect to websocket - using api key, which is not super secure.
We need to create scoped tokens api and validate when client connects to websockets. JWT looks good for that…