]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
debian/control: add Recommends on ca-certificates
authorJohannes Schauer Marin Rodrigues <josch@mister-muffin.de>
Wed, 3 Sep 2025 19:46:35 +0000 (21:46 +0200)
committerAlessandro Astone <ales.astone@gmail.com>
Sun, 21 Sep 2025 10:12:24 +0000 (12:12 +0200)
waydroid init downloads from https URLs like
https://ota.waydro.id/system/lineage/waydroid_arm64/VANILLA.json which
will fail like this if the package ca-certificates is not installed:

ERROR: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c: 1029)>

Closes: https://github.com/waydroid/waydroid/issues/2034

No differences found