Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Website Not working with SSL #293

Open
felix920506 opened this issue Jul 23, 2018 · 1 comment
Open

Website Not working with SSL #293

felix920506 opened this issue Jul 23, 2018 · 1 comment

Comments

@felix920506
Copy link

Stats are not being displayed when using SSL

@omani
Copy link

omani commented Oct 4, 2018

because the stats page is fetched via http. look at your console in chrome. it should state something like: "blocked mixed-content". you can't downgrade from https to http. meaning, you can't go on a https website and fetched non https content.

use a reverse proxy for your api port and everything should work.

I do it with haproxy (as reverse proxy for both statis website and api) and nginx (for the static website delivery).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants