git error - ca-certificates.crt mbedTLS missing
-
After updating Omega2+ Firmware to 0.1.9 b149, git stopped working. (It worked earlier with 0.1.7)
The output is:
fatal: unable to access 'https://github.com/.......' : Error reading ca cert file /etc/ssl/certs/ca-certificates.crt - mbedTLS : (-0x3E00) PK - Read/write of file failedopkg install ca-certificates didn't help
-
I am receiving the same message for git's I had access on the previous firmware. Is anyone else getting this as well?
-
@Yuval-Reina Actually, there is one more package to install, and it will work. At least it worked on my Omega2+ at the latest firmware.
opkg update
opkg install ca-bundle
-
This should really be added to https://wiki.onion.io/Tutorials/Using-Git
-
@Bogdan-Cimpeanu that link is for old docs, the docs for Onion2 is https://docs.onion.io/omega2-docs/installing-and-using-git.html which has the steps described.
I know it is confusing that they having 2 sets of documents.