x509: negative serial number
since ca-certificates:3.9.0
#327
Unanswered
guillaumesmo
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There are no changes to the buildpack's code between 3.8.6 and 3.9.0, so if you're seeing a change in behavior it's from a dependency that was updated in that release. There are a number, in particular, we bumped a minor Go version. It is possible that Go has changed how they are processing certificates, probably to be more strict, and hence why you're seeing this error. Try running |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building a Spring Boot (Java) app and use their Maven plugin which basically wraps paketobuildpacks/builder-jammy-base to build a Docker image
Since the release of ca-certificates 3.9.0, I get the following error:
The issue is gone when reverting to an older builder image (eg
builder-jammy-base:0.4.360
) but I would rather have it working with the most recent one. Any ideas if this is a bug or if this can be fixed on my side?Beta Was this translation helpful? Give feedback.
All reactions