This change adds an option to configure the HttpClient with an SslBundle.
There is still the case of the specified bundle name not being a configured ssl bundle. At the moment the code just ignores it but thats probaby a nightmare to debug. Whats your prefered way to handle this?
Also, this PR does NOT implement support for the reload feature.
This change adds an option to configure the HttpClient with an SslBundle.
There is still the case of the specified bundle name not being a configured ssl bundle. At the moment the code just ignores it but thats probaby a nightmare to debug. Whats your prefered way to handle this?
Also, this PR does NOT implement support for the reload feature.
Fixes gh-2981