You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mixed Content: The page at 'https://mysite.com/websocket' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://mysite.com:8080/'. This request has been blocked; this endpoint must be available over WSS.
In my live server (Ubundu)
The text was updated successfully, but these errors were encountered:
Off course this is mixed content you are running the socket server on an insecure connection. You need wss://mysite.com:8080. With the appropriate certificates attached to it.
Mixed Content: The page at 'https://mysite.com/websocket' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://mysite.com:8080/'. This request has been blocked; this endpoint must be available over WSS.
In my live server (Ubundu)
The text was updated successfully, but these errors were encountered: