Everything works fine.
I try to update openhab with apt-get upgrade but I have that error: E: Impossible de récupérer https://storage.googleapis.com/art-openhab-filestore-1486395997/filestore/15/15582e786fce273dc38e03e765304646a7062f25?X-Artifactory-artifactPath=pool/main/4.3.5/openhab_4.3.5-1_all.deb&X-Artifactory-originPackageType=debian&X-Artifactory-originProjectKey=default&X-Artifactory-originRepoType=local&X-Artifactory-originRepositoryKey=openhab-linuxpkg&X-Artifactory-packageType=debian&X-Artifactory-projectKey=default&X-Artifactory-repoType=local&X-Artifactory-repositoryKey=openhab-linuxpkg&X-Artifactory-username=anonymous&X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=ope6835160690275734@aol-prod.iam.gserviceaccount.com/20250507/auto/storage/goog4_request&X-Goog-Date=20250507T082627Z&X-Goog-Expires=600&X-Goog-SignedHeaders=host&response-content-disposition=attachment;filename="openhab_4.3.5-1_all.deb"&response-content-type=application/x-debian-package&x-jf-traceId=e4c7fe4052fa397e6a3cdba51b2b9611&X-Goog-Signature=36b824285944ff53e35d41953528fcb401ad1136df9fe25c8011ceac5b01e31402481668e5e47e2e16197de08ee862dd2f9bf48ea3ae0dafffda68146828c05d7504f23151903a234055de75f5273480a9080732c886fc7d957db606d7b784bcfa513c1e06001371ef3da39f3bb580b7babbdbd5b35a5bf3b19b054e3c9a1bee1545236165a1c42ef969dcee2b84adcaa8591650f342e2a84770002291c1c7a010bc919dc6a0e95126b538b4557404b71fb52b6424e51c984d7b7265c33814c04eb69f2f43c35a79e3bc05efa36e1a8895b29120e81a0a198dcfa11b59ed2ac36906d333e966d9137c5666b718b5b41b706f032aeb6b04d7c4d431c203c9fb70 Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. The name in the certificate does not match the expected. Could not handshake: Error in the certificate verification. [IP : 0.0.0.0 443] E: Impossible de récupérer certaines archives, peut-être devrez-vous lancer apt-get update ou essayer avec --fix-missing ?
I’ve tried to find out how to update the certificate but couldn’t find anything useful.
So, maybe it’s stupid but I’ve downloaded openhab_4.3.5-1_all.deb and I did a dpkg --install openhab_4.3.5-1_all.deb.
Everything seems fine but when I start openhab I have this message:
I have gathered that it’s linked to my version of Debian (Buster); apparently too old now.
Edit: no Buster is still OK apparently.
The problem is with googleapis url (Verification error: certificate has expired).
If I try to bypass verification with Acquire::https::Verify-Peer=false -o Acquire::https::Verify-Host=false, I have a “404 Not Found” for the link to the package…
And the answer lies here: pi-hole.
It’s installed on the raspberry as well and storage.googleapis.com was blacklisted by one list.
And it was the cause also for the core.karaf.internal.FeatureInstaller error btw.