opinionswrest
Member
Hi All,
Had websockets working on my rp/hotel now all of a sudden with no changes made they wont open keep getting:
'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS.
app.main.js?1617896701:190 Mixed Content: The page at 'https://******' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://********:3000/289'. This request has been blocked; this endpoint must be available over WSS.
I have changed to wss within app.main but then once done that it shows:
[WEBSOCKET] Websocket error {"isTrusted":true}
app.main.js?1617896817:201
[WEBSOCKET] Connection to the server disconnected...
app.main.js?1617896817:160
anyone have any ideas on a fix?
Using Cloudflare btw to secure the domain
Secure information removed or security reasons
Had websockets working on my rp/hotel now all of a sudden with no changes made they wont open keep getting:
'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS.
app.main.js?1617896701:190 Mixed Content: The page at 'https://******' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://********:3000/289'. This request has been blocked; this endpoint must be available over WSS.
I have changed to wss within app.main but then once done that it shows:
[WEBSOCKET] Websocket error {"isTrusted":true}
app.main.js?1617896817:201
[WEBSOCKET] Connection to the server disconnected...
app.main.js?1617896817:160
anyone have any ideas on a fix?
Using Cloudflare btw to secure the domain
Secure information removed or security reasons