Which cert bundle does httpi is using

92 Views Asked by At

I am wondering which certificates bundle does httpi is using?

I am using centOS 5 that has ca-bundle.crt under /etc/pki/tls/certs/ca-bundle.crt

It seems that openSSL is using the above ca-bundle but httpi is not ?

2

There are 2 best solutions below

0
ConfusedUser On BEST ANSWER

HTTP Client has their own certificates bundled into it. See Issue #187.

This can be set using http_client.ssl_config.set_default_paths to use the system certificates

0
Steffen Roller On

httpi is only a wrapper around a locally installed http client package. It uses whatever this underlying package is using.