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

Live view does not work if the connection to the web interface is done via HTTPS #236

Open
fabianfrz opened this issue Jun 9, 2023 · 1 comment

Comments

@fabianfrz
Copy link

If you open the page in firefox, you will get a blank screen if you open it using HTTPS due to a mixed content (http resource with active elements in a https page) issue.

Original Error message in German:
Laden von gemischten aktiven Inhalten "http:https://live.ircddb.net:8080/ircddblive5.html" wurde blockiert.

Affected LoC in this project:
https://github.com/LX3JL/xlxd/blob/master/dashboard/pgs/liveircddb.php#L2
The URL needs to point to a HTTPS-URL, which seems to be not existing at the moment. So I guess you are blocked at this issue as well. I ask the provider of this service, if he can support TLS encryption as well so this can be fixed and answer here as well.

@phl0
Copy link
Contributor

phl0 commented Jun 9, 2023

I did ask the ircDDB guys if they could provide HTTPS. They said they would do but as of today it is still HTTP only. And mixed content loading is blocked by default in recent browsers.

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

2 participants