I have flexible ssl mode. It works fine with https requests: clients send https requests and server accepts http.
But it does not work with ssl websocket: client is sending wss://domain:port, but server gets the same wss://domain:port. Should Cloudflare change wss request to ws, that server gets ws://domain:port?
1 Like
Your page is still not secure though, you do need a certificate on your server for that and switch to Full instead.
Whats the URL where you use that socket?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.