klaus4040
About
- Username
- klaus4040
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
Just looked over your apache config and you also need to reverseproxy the websocket: enable mod_proxy_wstunnel and add ProxyPass /socket/ ws://localhost:3344/socket/ ProxyPassReverse /socket/ ws://localhost:3344/socket/ before your existin…
-
There are 2 hardcoded websocket protocol identifiers with the rest of the url dynamic. They are in js/basics-min.js and js/app-min.js ( 1 each), search for ws:// and replace with wss:// or make it conditional if you still want to connect through …