Re: How to make http client to use the Protocol TLSv1 and not TLSv1.2

2015-02-20 Thread Maruthi Shanmugam
Hi Stefan, Yes my app is completely non internet based app. Yes the session resumption doesnt work if i use two clients together for the same target host. Sent from my iPad > On Feb 20, 2015, at 1:21 AM, Stefan Magnus Landrø > wrote: > > Are you saying you can crash one client (3.x) by using

Re: How to make http client to use the Protocol TLSv1 and not TLSv1.2

2015-02-19 Thread Stefan Magnus Landrø
Are you saying you can crash one client (3.x) by using a different client (4.x) ? Wouldn't that rather be a serious server issue? Are you running both clients from the same jvm? Are you aware of the security flaws in tlsv1 (or don't they affect your use case?) Stefan Sendt fra min iPhone > De

How to make http client to use the Protocol TLSv1 and not TLSv1.2

2015-02-19 Thread Maruthi Shanmugam
Hi , My application runs on WAS 7. I use Httpclient 4.3.6 and when i make a https call, by default it picks the ssl protocol as TLSv1.2 even though I pass the protocol as TLSv1 as part of the SSLConnectionSocketFactory. Can you please advise on the same, because my application has a hard de