Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
Update the Puppet::Network::HttpPool factory to return a SSL connection from a host, port and SSLContext. If caching is not enabled, then it should always create a new connection. If caching is enabled, it should only return a cached connection, if they both have the same SSLContext (and same verification mode, certs/keys, etc).