roded commented on pull request #64:
URL: https://github.com/apache/jclouds/pull/64#issuecomment-625057903


   I've pushed another attempt at this which handles the issue only for the 
untrusted use case. 
   JavaUrlHttpCommandExecutorService now keeps its existing optional (trusted) 
Supplier<SSLContext> and fallbacks to a Supplier<SSLSocketFactory> for the 
untrusted usecase.
   
   Classes extending JavaUrlHttpCommandExecutorService have been changed to 
support the new constructor signature. 
   
   LazyCachingSSLSocketFactorySupplier was introduced to keep the 
SSLSocketFactory creation during first client access instead of during the 
Guice Module's initialization.
   
   I'm currently having some trouble building the project locally due to 
missing gson packages (?). I'll have to see how to work around that.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to