[GH-ISSUE #124] Certificate not being create for "local" resources #22591

Closed
opened 2026-06-05 04:37:29 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @maddler on GitHub (Jan 31, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/124

Certificates for "local" resources are not getting created.

Step to reproduce

  1. Create a new "local" site
  2. Create a new resource
  3. Wait a reasonable amount of time
  4. Visit the corresponding URL

Current behavior: HTTPS error in browser/invalid cert
Expected behavior: HTTPS connection established correctly

Certificates are being issued no problem for remote resources.
Version: 1.0.0.beta-10

Originally created by @maddler on GitHub (Jan 31, 2025). Original GitHub issue: https://github.com/fosrl/pangolin/issues/124 Certificates for "local" resources are not getting created. Step to reproduce 1. Create a new "local" site 2. Create a new resource 3. Wait a reasonable amount of time 4. Visit the corresponding URL Current behavior: HTTPS error in browser/invalid cert Expected behavior: HTTPS connection established correctly Certificates are being issued no problem for remote resources. Version: 1.0.0.beta-10
Author
Owner

@shayne commented on GitHub (Jan 31, 2025):

Perhaps related. After upgrading to the latest release (1.0.0-beta.10) "local" resources are not shown in http://pangolin:3001/api/v1/traefik-config causing 404 page not found for those resources.

<!-- gh-comment-id:2628110208 --> @shayne commented on GitHub (Jan 31, 2025): Perhaps related. After upgrading to the latest release (1.0.0-beta.10) "local" resources are not shown in `http://pangolin:3001/api/v1/traefik-config` causing `404 page not found` for those resources.
Author
Owner

@miloschwartz commented on GitHub (Jan 31, 2025):

Perhaps related. After upgrading to the latest release (1.0.0-beta.10) "local" resources are not shown in http://pangolin:3001/api/v1/traefik-config causing 404 page not found for those resources.

We identified the bug. There are some extra filter statements causing local site resources to get excluded as result of having to rewrite the Traefik config provider for beta.9. We will get a new beta out soon fixing this problem. Sorry for any inconvenience this has caused.

<!-- gh-comment-id:2628249874 --> @miloschwartz commented on GitHub (Jan 31, 2025): > Perhaps related. After upgrading to the latest release (1.0.0-beta.10) "local" resources are not shown in `http://pangolin:3001/api/v1/traefik-config` causing `404 page not found` for those resources. We identified the bug. There are some extra filter statements causing local site resources to get excluded as result of having to rewrite the Traefik config provider for beta.9. We will get a new beta out soon fixing this problem. Sorry for any inconvenience this has caused.
Author
Owner

@miloschwartz commented on GitHub (Jan 31, 2025):

Fixed in 1.0.0-beta.11

<!-- gh-comment-id:2628418949 --> @miloschwartz commented on GitHub (Jan 31, 2025): Fixed in [1.0.0-beta.11](https://github.com/fosrl/pangolin/releases/tag/1.0.0-beta.11)
Author
Owner

@maddler commented on GitHub (Jan 31, 2025):

Confirmed fixed.
Thanks!

<!-- gh-comment-id:2628423187 --> @maddler commented on GitHub (Jan 31, 2025): Confirmed fixed. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#22591