>        private final HostnameVerifier verifier;
>        private final Supplier<SSLContext> untrustedSSLContextProvider;
>        private final HttpUtils utils;
>  
> +      @Inject(optional = true)
> +      private Supplier<SSLContext> sslContextSupplier;
> +
> +      @Inject(optional = true)

Oh, that makes sense. This approach is already used in Chef to [bind Ohai 
info](https://github.com/jclouds/jclouds/blob/master/apis/chef/src/main/java/org/jclouds/ohai/config/OhaiModule.java#L80-L88)
 and makes perfect sense to use it here too. Thanks for the suggestion!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/619/files#r21063124

Reply via email to