[BUG] healthcheck fails due to redirect response (302) when using https #843
Labels
🐛 Bug
[ISSUE] Ticket describing something that isn't working
🕸️ Duplicate
[ISSUE] This issue or pull request already exists
Environment
Self-Hosted (Docker)
System
Debian GNU/Linux 11 (bullseye) / Docker version 20.10.5+dfsg1, build 55c4c88
Version
Dashy version 2.1.1
Describe the problem
I am running Dashy in a docker container on debian.
I specify my own ssl certificate as per instructions at https://github.com/Lissy93/dashy/blob/master/docs/management.md#passing-a-self-signed-certificate-to-dashy
dashy runs fine with https on port 443 , has correct certificate, no errors in log, able to configure & run with no problems.
the only issue is the healthcheck..
its fails due to a redirect (302) message returned - (redirection from http to https i assume)
the command used to test healthceck is:
docker exec -it dashy yarn health-check
the result is :
Is there someway to get the healthcheck to test against https (443) instead of http (80)
my workaroud is to specify
in the docker-compose.yml but it would be nice to have healthcheck active.
Thanks.
Additional info
No response
Please tick the boxes
The text was updated successfully, but these errors were encountered: