-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue With SSL Certificate Verification #297
Comments
This is a known problem. See #271 |
When will this be fixed as it kind of breaks my entire workflow having to use virtual machines. (I have a build server setup in the garage which automates builds with jenkins). For now I've been able to get around it however guess there would then be more issues then? |
Hmm, we can use a Raspberry Pi to build these images on is what I'm reading in #271? Looks like the best route to do, I'll report back. |
It's kind of a complex bug to solve as it seems that a kernel patch is also necessary. Yes you can use a Raspberry Pi to build too (as the Foundation is doing) which doesn't require Qemu, therefore avoiding the problem completely. However I'm not sure how much slower is this compared to building in an x86 machine. You don't need to use virtual machines, just a 32 bits host system (Debian Buster recommended). |
Unfortunately I want to use more than 4GB of my Ram so changing to a 32 Bit system in 2019 is hardly practical. I'll sort something out. |
Thanks. To be honest I have quite a bit of hassle with docker so its easier for me to VM. But thanks for letting me know! |
We use pi-gen to produce images for our products. However after upgrading our fork to buster seem to be experiencing an issue with open SSL in PHP failing to verify SSL Certificates.
Once the Pi has booted if I run the following the issue will resolve.
sudo apt purge ca-certificates sudo apt install ca-certificates
However I'm not sure why this is happening in the first place as before the buster upgrade didn't have any issues at all.
The text was updated successfully, but these errors were encountered: