My problem is that I am using WebSockets and to connect to my server I need to use ws: // but I get an error because it is not safe, then I try to change and use wss: // but it does not work like that.
So the only solution I have is to stop using https: // and use http: // but the option I have is cloudflare SSL, to use it in https: // I leave it in flexible mode but if I turn it off in my browser issues the error: ERR_TOO_MANY_REDIRECTS and keep redirecting to https: //
How can I make it redirect to http: // always?
I use PHP on the site with Framework Laravel 5.1 and IIS