Re: Facing SSL Exception in Tomcat 7.57 using Java

2015-01-20 Thread Rajesh Biswas
: System.setProperty( "https.protocols", "TLSv1" ); Hope it will work for any OS and any JDK greater than 1.5 Regards, Rajesh On Tue, Jan 20, 2015 at 9:17 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Rajesh Biswas [mailto:rajesh...@gmail.com] > >

RE: Facing SSL Exception in Tomcat 7.57 using Java

2015-01-19 Thread Caldarale, Charles R
> From: Rajesh Biswas [mailto:rajesh...@gmail.com] > Subject: Re: Facing SSL Exception in Tomcat 7.57 using Java > Would you please pin point the issue why it is not working in JDK5, where > can I set the TLS property. Note that JRE/JDK 5 has not been supported in some years; the

Re: Facing SSL Exception in Tomcat 7.57 using Java

2015-01-19 Thread Rajesh Biswas
Hello Mark, I have some more points to mention. The SSL is not working from my Java client which is ran on JDK5, but same is working on JDK7. I put some debug statement to print the SSL version client is running. For JDK I am getting NONE, for JDK7 I am getting TLSv1 Below is my statement:

Re: Facing SSL Exception in Tomcat 7.57 using Java

2015-01-19 Thread Rajesh Biswas
Hello Mark, Thank you for your reply. I have de-select the User SSL 3.0 option from Control Panel ---> Java > Advanced Tab Still I am not able to connect. Is there any other place I need to disable SSL v.3 Rajesh On Tue, Jan 20, 2015 at 12:32 AM, Mark Thomas wrote: > On 19/01/2015 17:33, Ra

Re: Facing SSL Exception in Tomcat 7.57 using Java

2015-01-19 Thread Mark Thomas
On 19/01/2015 17:33, Rajesh Biswas wrote: > I am facing issues running the application in SSL with latest version of > tomcat 7.57, same is working in 7.40. Below is the configuration in my > server.xml file > > " keystorePass="xxx" clientAuth="false" sslProtocol="TLS" /> > > I am getting ssl han