chandrabipin
Results
1
comments of
chandrabipin
> > @apfritts I believe you can do that via a custom socket factory. https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/ApacheHttpClientConfig.html#withSslSocketFactory-org.apache.http.conn.socket.ConnectionSocketFactory- > > ```java > > ClientConfiguration config = new ClientConfiguration(); > > config.getApacheHttpClientConfig().setSslSocketFactory(....); > >...