[Solved] Libmbedtls - 2.7.2-2 - 2.7.3-1 upgrade breaks curl

Upgrading on 17.01.4 - after the upgrade getting https urls results in:

curl: (77) Error reading ca cert file /etc/ssl/certs/ca-certificates.crt - mbedTLS: (-0x3E00) PK - Read/write of file failed

Fixed this by adding:

opkg install ca-bundle

So I assume this package now has a dependency that wasn't there previously.

There are multiple ways that the CAs can be specified. Some people want a "standard" package of them, some select from that package, and others don't want the "public" CAs at all. It's common for the CA bundle to not be a "hard dependency" on many of the OSes I have worked with.

If your problem is solved, please consider marking this topic as [Solved].

Yes, but you can drop the other.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.