-
-
Notifications
You must be signed in to change notification settings - Fork 67
curlimages/curl:8.1.0
fails to load a p12 certificate that 8.00.1
could
#81
Comments
curlimages/curl:8.1.0
fails to load an encrypted p12 certificate that 8.00.1
couldcurlimages/curl:8.1.0
fails to load a p12 certificate that 8.00.1
could
At first glance, I do not think there is anything container related here ... eg. probably best to verify if plain ole curl 8.1.0 (albeit with the same build flags/deps) reproduces this error eg. this might just be a curl error. Will investigate if I have the time. |
Hey @xquery, It seems that you are right, I can reproduce a similar issue with plain old Which is pretty weird, because this container worked 24 hours ago without me changing absolutely nothing. I will dig further to see if this is related to curl or not 😕 |
we just made a new release ... curl/curl#11129 may fix it .. we plan a patch release of curl and will also release container |
I don't think this is the 11129 bug, because @roobre says it reproduces in 8.0.1 and it does not seem related to the URL... |
I think I've been able to nail down the issue here. The p12 certificate in question uses That being said, it would seem that |
I've just noticed that an upgrade from
8.00.1
to8.1.0
has caused a curl command to fail to load a p12 certificate. The error returned is not very verbose:The command triggering this is:
$CERT_PASS
contains the correct password for/roobre-k8s.p12
, and the same command works oncurlimages/curl:8.00.1
.I should be able to provide some more info if needed :)
The text was updated successfully, but these errors were encountered: