Connor

Results 42 comments of Connor

Would love to see this merged!

@develar I'd like to see this feature and am happy to work on a PR towards this goal. Seemed like you were actively working on it a few years ago,...

Thanks for the quick reply. Dev is macOS, prod is Ubuntu 23.04. Using the official packages for Python support. Haven't tried using certs locally, will try that now to see...

We are indeed using wss:// in production, and ws:// locally. Have not tried to use ws:// in production, currently trying to get wss:// working locally first.

EDIT: Ignore the below, misconfiguration on my end. I was able to get WebSockets working just fine locally with the wss:// scheme with a local SSL cert. One thing I...

After messing around with the production environment and looking at the logs, I am actually seeing two errors repeatedly that definitely seem related: ``` 2023/12/07 15:54:00 [info] 428141#428155 *735 websocket...

I might be a bit dense, but what do you want me to hit with verbose curl? Tried specifying 443 explicitly, indeed did not seem to help.

Yep, I will see if I can make a very simple repro in the next few days. Somewhat difficult because the websockets are working in dev, so it also might...