Same error, it ignores the setSslProtocol method completely and the error 
message shows up for TLSv1.1

Karim
-----Original Message-----
From: Emmanuel Lécharny [mailto:[email protected]] 
Sent: Wednesday, March 25, 2015 10:41 AM
To: [email protected]
Subject: Re: Problem using TLS or SSL to establish a secure binding

Le 25/03/15 08:45, Karim Hosny a écrit :
> Hi Emmanuel
>
> I tried this method but it fails as well.
>
> If I write it as config.setSslProtocol("TLSv1.0"); I get Caused by: 
> java.security.NoSuchAlgorithmException: TLSv1.0 SSLContext not 
> available If I write it as config.setSslProtocol("TLSv1"); it ignores 
> this set completely and works on TLSv1.1 And the same first error 
> shows up if I set it to SSLv3.0

Try with "TLSv1" or "SSLv3"

Reply via email to