Websocket only work with ws:// but not with wss:// – Apache
I have one site configured to work with ssl. Every request that I receive I redirect to https. Recently I implemented a websocket on it, and it work fine on development, so when I put in production I started to…