actual-server icon indicating copy to clipboard operation
actual-server copied to clipboard

Activating HTTPS kills HTTP

Open P1514 opened this issue 1 year ago • 7 comments

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?

P1514 avatar May 12 '23 02:05 P1514