Are you able to
curl
the Organizr endpoint manually during these502
outage periods? (Invoke-WebRequest
being the go-to Powershell equivalent if you don’t want to grab a cURL executable).
Also, the templates you’ve linked to on pastebin don’t seem to have anything regarding Organizr - are you able to post the Caddyfile that’s being used?
I’ll take a shot at Invoke-WebRequest
the next time the 502 appears. As for the templates, the links I put in the Caddy github issue are the exact Caddyfile and Common.conf file I use (with some personal details scrubbed out).
But you’re right in that nothing in the files directly mentions Organizr. Organizr is just a site written in PHP, so I downloaded it’s files from git and put them all in c:\caddy\www. I also downloaded PHP and put those files in c:\caddy\php and it’s loaded fine ever since. (I also roughly followed Organizr’s install instructions for Windows, but they were written with Nginx in mind).
Are any of your certificates expiring within 30 days, perchance?
They shouldn’t be. I just set up my entire domain/dns/caddy reverse proxy setup about 3 weeks ago (with the awesome help of Whitestrake in my previous thread.)