Re: How to make to Apache-Tomcat 6.0.13 to support all of SSLv2/SSLv3 and TLS protocols

2008-09-02 Thread Suresh Kumar J
Haven't yet tried with Sun JRE. When I try setting the sslProtocol="ALL" in server.xml, the tomcat error'd out the following in catalina.out: SEVERE: Error starting endpoint Throwable occurred: java.io.IOException: SSLContext ALL implementati

Re: How to make to Apache-Tomcat 6.0.13 to support all of SSLv2/SSLv3 and TLS protocols

2008-09-02 Thread Suresh Kumar J
urity.ssl3.dhe_dss_camellia_256_sha security.ssl3.dhe_rsa_camellia_128_sha security.ssl3.dhe_rsa_camellia_256_sha security.ssl3.rsa_camellia_128_sha security.ssl3.rsa_camellia_256_sha Wonder if anybody else has encountered this issue while using Tomcat server with the FireFox browser. Thanks, Suresh Su

Re: How to make to Apache-Tomcat 6.0.13 to support all of SSLv2/SSLv3 and TLS protocols

2008-08-31 Thread Suresh Kumar J
Then it's most likely an issue with harmony JRE (I think it doesn't provide an SSLContext implementation that you are looking for i.e. SSL). Have you tried Sun JRE?? -----Original Message- From: Suresh Kumar J <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Mon, 1 Sep 2008

Re: How to make to Apache-Tomcat 6.0.13 to support all of SSLv2/SSLv3 and TLS protocols

2008-08-31 Thread Suresh Kumar J
Am having the Apache Harmony JRE. [EMAIL PROTECTED] wrote: What JRE / JDK are you using with Tomcat 6.0.13? -Original Message- From: Suresh Kumar J <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Sat, 30 Aug 2008 10:16 pm Subject: Re: How to make to Apache-Tomcat 6.0.13 to suppo

Re: How to make to Apache-Tomcat 6.0.13 to support all of SSLv2/SSLv3 and TLS protocols

2008-08-30 Thread Suresh Kumar J
ECTED] wrote: I tried changing the "sslProtocol" attribute in the "Connector" element in conf/server.xml file and when the Tomcat couldn't start. Observed the following error in catalina.out: what value did you specify for sslProtocol. I tried using SSL and it wo

How to make to Apache-Tomcat 6.0.13 to support all of SSLv2/SSLv3 and TLS protocols

2008-08-29 Thread Suresh Kumar J
Hi! Am running the Apache Tomcat (v6.0.13) on Redhat Linux. Below is the snippet of the server.xml config: The https connection(TLS based) works fine with IE6.0/7.x and FireFox 2.0.x. But am having issues with the FireFox 3.0.1 on Window