Websockets stopped working
All attempts to connect to websocket services result in 503 Service Unavailable using full strict mode with a universal certificate, but switching to DNS only and another certificate (let's encrypt for example) fixes the issue but leaves the servers without proxies
The issue appeared yesterday out of nowhere as no one changed the settings and services
Interestingly, using my personal domain with the same settings in the dashboard and in nginx fixes the issue too
Examples (both addresses are routed to the same server and are behind the CF proxy):
wss://wss-test.perch1.me/websockify
- connects and then returns 400 (expected)
wss://wss-test.h8r.gg/websockify
- doesn't connect and returns 5032 Replies
I think it's possibly affected by an incident: https://www.cloudflarestatus.com/incidents/2s7yd2wtdcfl
As I see it, they posted the incident 20 minutes ago, thank you ❤️
Just went through the forum and other guys have the same issue - https://community.cloudflare.com/t/websocket-is-down/710819