-
Notifications
You must be signed in to change notification settings - Fork 5
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
Getting Blocked loading mixed active content
on Firefox when hosting app over HTTPS.
#3
Comments
You're serving the WASM files over HTTPS too? |
Yes, if I won't, Firefox would complain about gamepad support, which only works on secure connections. |
Honestly, I'm not too sure as to what to do. I'm not very knowledgable of browser networking, though it definetly sounds like an issue with the naia part of the codebase. Have you seen any similar issues there? |
No Problem. I'll play with naia directly and report any findings here. |
Hey, so I managed to setup a proxy to route secure traffic to the unsecured WebRTC server. |
I've been pretty busy with university lately, but I'd absolutely love to upgrade to the latest naia version! If someone would want to work on a PR for the upgrade, I'd be very happy to review and merge it. If not, I'll probably work on one at the end of my semester. |
I'm getting the
Blocked loading mixed active content
error when my WASM-Client tries to connect to the server.Is there a way to use SSL in the server implementation?
If not, is there a way to trick Firefox into establishing the WebRTC connection anyways?
The text was updated successfully, but these errors were encountered: