Closed deanfourie1 closed 7 months ago
Any ideas on this one?
I just receive a Hmmm… can't reach this page.
You get a blank page?
If so, you need to set ASSET_URL
in your env vars. See https://github.com/Bubka/2FAuth/issues?q=blank+screen
I dont get a blank page, just get a 404 error basicly, but I can reach it over HTTP.
on port 8000 you have HTTP service, not HTTPS. Current image does not include HTTPS it seems. You may reverse proxy request + SSL offload them with something external
@deanfourie1 Solved? Can the issue be closed?
I close the issue. Feel free to re-open it if you need more support.
Version
5.0.3
Details & Steps to reproduce
Fresh install, appears to not be running in HTTPS.
Expectation
to be able to reach over SSL
Error & Logs
Execution environment
docker compose
Containerization
Additional information
When attempting run in HTTPS (https://IP:8000) I just receive a Hmmm… can't reach this page.
I cant access over HTTP (http://IP:8000) however cannot use the camera to scan 2fa codes etc.
Seems 2fa is not enabled?
Any way to enable?
Thanks