crypto: tls.rootCertificates empty
- Version: 13.10.1
- Platform: openSUSE Tumbleweed
- Subsystem: crypto
For environments that use system CA store by configuring with --openssl-use-def-ca-store --shared-openssl
What steps will reproduce the bug?
> tls.rootCertificates.length
0
After reverting commit 091444a
> tls.rootCertificates.length
137
So this is a regression after fixing #32074