mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 22:55:14 -05:00
[GH-ISSUE #759] pangolin not applying certificates #8376
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @calim20 on GitHub (May 21, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/759
Hi,
I've moved my uptime-kuma setup to another server which is already connected as site. Discourse is working on the server with an localhost port and pangolin serves the site without errors. In the same way I've set up uptime-kuma with 127.0.0.1:3001. I've added it as resource with a new subdomain. Unfortunately pangolin does not serve the site, it not even shows the PIN login site. Firefox shows "PR_END_OF_FILE_ERROR" on https and a nginx welcome page on http.
I've checked the certificates, it shows in acme.json. When I stop pangolin and delete acme.json it gets recreated on startup including all configured subdomains, but still does not work.
Thanks for any hints!
Marco
@oschwartz10612 commented on GitHub (May 22, 2025):
Hi Marco,
I am tempted to say that maybe this is just pointing at the wrong port or something? If you are seeing a Nginx welcome page that can not be from Pagnolin itself because Pangolin does not use Nginx. So I think it is getting to your resource and if you have the ssl switch checked then that is probably why it is working on https. Could you give it a check and let me know?
@calim20 commented on GitHub (May 22, 2025):
Hi,
Hmm, seems my general understanding of the settings in pangolin is a bit off.
Where did I go wrong? It seems I have blinders on... sorry.
Best,
Marco
PS: I checked for nginx using
ps -efand found serveral processes. There is no nginx installed on os level and no configuration files. When killed the processes are restarted. I guess it's from discourse. I will try shut down discourse and have a look what happens.@calim20 commented on GitHub (May 22, 2025):
Sorry, sleep deprivation is getting to me. There was a orphaned entry in the hosts file. My fault.