On Mon, 2015-07-06 at 19:03 +0300, Guri Livne wrote:
> Thanks!
> 
> 1) This example leaves the supportedCipherSuites parameter empty and set
> the supportedProtocols parameter.
> Is it a better practice?
> 2) How can I get the list of the cipher suites that are used by the
> HttpClient instance?
> 

http://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/JSSERefGuide.html

Oleg

> Regards!
> 
> Guri Livne
> 
> On Mon, Jul 6, 2015 at 11:47 AM, Oleg Kalnichevski <ol...@apache.org> wrote:
> 
> > On Sun, 2015-07-05 at 21:04 +0300, Guri Livne wrote:
> > > We got the following message from a third party:
> > >
> > > Partners using TLS/SSL with the RC4 cipher suite will not be able to
> > > connect to our servers.
> > >
> > > 1) How can we know which cipher suites are used by our HttpClient
> > instance?
> > >
> > > 2) What should we do in order to handle it?
> > >
> > >
> > > Thanks!
> > >
> > >
> > > Guri Livne
> >
> > Use custom SSLConnectionSocketFactory instance
> >
> >
> > http://hc.apache.org/httpcomponents-client-4.5.x/httpclient/examples/org/apache/http/examples/client/ClientCustomSSL.java
> >
> > Oleg
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
> > For additional commands, e-mail: httpclient-users-h...@hc.apache.org
> >
> >



---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to