Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request blocked #1043

Open
kunjumol-fr opened this issue Nov 30, 2023 · 1 comment
Open

Request blocked #1043

kunjumol-fr opened this issue Nov 30, 2023 · 1 comment

Comments

@kunjumol-fr
Copy link

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)

@newmediacrew
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants