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

how to setting up a Secure Web Socket? #114

Open
sarikas735 opened this issue May 7, 2018 · 2 comments
Open

how to setting up a Secure Web Socket? #114

sarikas735 opened this issue May 7, 2018 · 2 comments

Comments

@sarikas735
Copy link

Earlier in the drupal7 website, I have configured Push notifications using PHP WebSockets.
Now we have implemented https for our server and we are not able to get the push notifications and real-time functions on the websites.
The following error message is shown on the console.

Mixed Content: The page at 'https://xxxxxx.xx' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://xxxxxx.xx:15003/echobot'. This request has been blocked; this endpoint must be available over WSS.

We have real-time jobs configured on the website related to the status of the data and time period.
Referenced many related threads including New feature discussion: TLS #41

Please give any suggestion.

Thanks in advance

@osc2nuke
Copy link

change ws://
to wss://

@SergeyToff
Copy link

can this do response wss from github pages?

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

3 participants