actual-server
actual-server copied to clipboard
Activating HTTPS kills HTTP
Hello,
I'm currently trying to deploy this on truenas (docker)
Without HTTPS it asks for Shared....
When I configure HTTPS, it works (locally on the docker) with one catch. HTTP requests don't get forwared/upgraded to HTTPS. Just empty reply from server
This is an issue, since truenas detect the app is up by calling http://XXXX:5006, and since HTTP fails the app is never up so forwarding is never active.
Anyone else experiencing this issue?