Curl Error 77 on debian 12 (Franken Version 1.7.0)
What happened?
cURL error: 77: error setting certificate file /etc/pki/tls/certs/ca-bundle.crt
only in version 1.7.0
Build Type
Docker (Debian Bookworm)
Worker Mode
Yes
Operating System
GNU/Linux
CPU Architecture
x86_64
PHP configuration
default
Relevant log output
Please provide some php code to reproduce this.
was able to figure it out with the code from the other issue, I believe.
Wait, this is the docker build, then our fix in static-php-cli wouldn't change anything. It would need to be fixed either in the docker image install-php-extension action (if it links curl statically) or by whoever builds the libcurl.so in the debian docker images.
But I can barely imagine they build curl on a rhel system to distribute in docker images...
I think you may have selected the wrong build type @dxofc ?
Wait, this is the docker build, then our fix in static-php-cli wouldn't change anything. It would need to be fixed either in the docker image install-php-extension action (if it links curl statically) or by whoever builds the libcurl.so in the debian docker images.
But I can barely imagine they build curl on a rhel system to distribute in docker images...
I think you may have selected the wrong build type @dxofc ?
I'm using the binary, I don't use docker.
In other versions it works correctly, only in this new one does this problem occur.
Okay, then it will be fixed in the next release.
Even before that because we rebuild the latest tagged binary each night with the latest version of SPC.
Oh cool, it also tagged the correct .deb and .rpm packages now.
You might want to manually remove the 0.0.0 ones from the last releases.
@dunglas close, please :)