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

Some browser can't access ws protocol under https #1

Closed
m5horton opened this issue Jun 25, 2018 · 5 comments
Closed

Some browser can't access ws protocol under https #1

m5horton opened this issue Jun 25, 2018 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@m5horton
Copy link

Example is firefox

@m5horton m5horton added the bug Something isn't working label Jun 25, 2018
@m5horton m5horton self-assigned this Jun 25, 2018
@m5horton
Copy link
Author

m5horton commented Jun 25, 2018

@fengliu00
Copy link

The solution for firefox: about:config->click conntinue->network.websocket.allowInsecureFromHTTPS->double click

@fengliu00
Copy link

Developers.aceinna.com doesn't support Safari.

safari_web_issue

@yiweisong
Copy link
Collaborator

I added a solution for Firefox and Safari.
The site will use wss protocol to listen message from python-openimu. And user should implement a websocket server that supports wss.

There is a tool about locally-trusted certificates, it helps to setup local wss server.
https://github.com/FiloSottile/mkcert

@m5horton
Copy link
Author

Resolved for all except Safari.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants