-
Notifications
You must be signed in to change notification settings - Fork 81
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
Only works on ff for the past couple months #779
Comments
it appears this is due to most chromium based browsers trying to force https connections by default. |
Oh that's annoying because forced HTTPS blocks all requests to server in order to get the state... I'm going to think about all that if I can implements a newsolution |
I pointed instructions to allow the sure to load unsecured on chromium, you could have https load an error page and just show those instructions? |
Just adding this, i pinned this on discord in #general For those of you having issues accessing the site, it is not down, it is you. Your browser (or you) are inputting https when it should be http. Here are some options
It is worth noting that if a user leaves it sitting there long enough, due to the infinite loop, cloudflare will eventually ban them for "attacking" |
The browsers only try to force https if the webserver offers it. There is a script tag in index.html that checks whether a user accessed the site using https and if so, redirects to http. The Browser knows that the site is also served on https and redirects back to https. Disabling https at the website hoster would stop the loop. If https is disabled at the hoster, users get a warning when accessing the website, but they can click on ignore. Since the webserver wouldn't offer https anymore, the browser wouldn't try to force it.
If you would use https on the website, the lan play server would also need to support https. I think staying on http is the simplest solution |
All other browsers just reload until banned by cloudflare. Started maybe 3 months ago
The text was updated successfully, but these errors were encountered: