Issues fetching from Koha Git due to Let's Encrypt root certificate expiry
Hi all, Some people might have found they aren't able to fetch from the Koha Git (in koha-testing-docker for instance). They might be getting the following error: fatal: unable to access 'https://git.koha-community.org/Koha-community/Koha.git/': server certificate verification failed. CAfile: none CRLfile: none That seems to be due to the Let's Encrypt root certificate expiry. I imagine the latest koha-testing-docker probably doesn't have this problem, but if you're lazy or time poor like me, you can just run the following to get your existing koha-testing-docker to work again: apt-get update apt-get install ca-certificates Cheers, David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 9212 0899 Online: 02 8005 0595
Thanks a lot David. This certificate expiry has many huge impacts, like some package repositories acess. Be sure to upgrade all your servers. Best regards Le 05/10/2021 à 18:56, dcook@prosentient.com.au a écrit :
Hi all,
Some people might have found they aren’t able to fetch from the Koha Git (in koha-testing-docker for instance). They might be getting the following error:
fatal: unable to access 'https://git.koha-community.org/Koha-community/Koha.git/': server certificate verification failed. CAfile: none CRLfile: none
That seems to be due to the Let’s Encrypt root certificate expiry. I imagine the latest koha-testing-docker probably doesn’t have this problem, but if you’re lazy or time poor like me, you can just run the following to get your existing koha-testing-docker to work again:
apt-get update
apt-get install ca-certificates
Cheers,
David Cook
Senior Software Engineer
Prosentient Systems
Suite 7.03
6a Glen St
Milsons Point NSW 2061
Australia
Office: 02 9212 0899
Online: 02 8005 0595
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
-- Fridolin SOMERS <fridolin.somers@biblibre.com> Software and system maintainer 🦄 BibLibre, France
participants (2)
-
dcook@prosentient.com.au -
Fridolin SOMERS