mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 23:23:37 +01:00
Package download error reporting hides true cause when redirects are involved #332
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 @HT154 on GitHub (Jul 31, 2025).
I'm working on adopting Pkl 0.29 and HTTP rewrites and ran into an error condition with a misleading message.
Background:
I made the mistake of not explicitly trusting my normal public CA bundle via ~/.pkl/cacerts so attempting to access https://github.internal failed, but the error message was surprising!
I would expect this error to look something like this:
(The handling of ~/.pkl/cacerts being a replacement for the default trust rather than additive is orthogonal to the misleading error message)