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

[HTML5] HTTP server now supports optional SSL #47974

Merged
merged 1 commit into from
Apr 27, 2021

Commits on Apr 27, 2021

  1. [HTML5] HTTP server uses optional SSL.

    Generates a key/cert snakeoil pair or use a custom SSL cert/key.
    This is of course false security, and potentially detrimental for it.
    
    But, so long, those are the requirements browser vendors agreed on to
    use things like the Gamepad API, and more advanced topics like wasm
    threads.
    
    You don't need this if you run on localhost (at least!), but you do
    need this (or a much safer nginx proxy) to try those things on your
    local network (e.g. when debugging a phone, networking, etc).
    Faless committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    c9dcf2b View commit details
    Browse the repository at this point in the history