abedra / libvault

A C++ library for Hashicorp Vault
MIT License
34 stars 25 forks source link

Allow setting own CA bundle for TLS verification #48

Closed jimpark closed 4 years ago

jimpark commented 4 years ago

In enterprise environments, internal servers may have TLS certificates signed by an internal CA authority. It would be nice if we exposed the ability to set the CA bundle in ConfigBuilder.

jimpark commented 4 years ago

If you want to take my pull request, you have to change your Travis settings to use g++8.2 or newer since that's when is added to GCC.