Hi, I have page with https and I have the server with "useWebsockets" enabled.
For now I got error:
Mixed Content: The page at 'https://*******' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://******/'. This request has been blocked; this endpoint must be available over WSS.
If I add to my page this
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
I got error:
WebSocket connection to...
SLL support in "useWebsockets" mode
For now I got error:
Mixed Content: The page at 'https://*******' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://******/'. This request has been blocked; this endpoint must be available over WSS.
If I add to my page this
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
I got error:
WebSocket connection to...
SLL support in "useWebsockets" mode