> this.creds = creds; > + this.trustManager = !isNullOrEmpty(caCertPath) ? > getTrustManagerWithCaCert(caCertPath) : null;
Should we keep the original logic (to optionally use `TrustAllCerts`) if no CA certificate is supplied? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/190/files#r34784985
