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

2008-09-03 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

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

2008-09-03 Thread Gregor Schneider
On Wed, Sep 3, 2008 at 8:20 AM, Suresh Kumar J [EMAIL PROTECTED] wrote: Am runing Harmony JRE in this case. Is this error related to Harmony JRE or Tomcat?. Suresh, sorry, but unfortunately my cristal ball is not available... Try it with the original SUN JDK - Not JRE and see if it works. I

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

2008-09-03 Thread bhooshanpandit
This is surely an issue with Harmony JRE as it does not have the implementation that you are looking for. Switch to Sun JRE and re-verify. -Original Message- From: Suresh Kumar J [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wed, 3 Sep 2008 11:50 am Subject:

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
The issue turns out to be that the Apache-Tomcat is not able to handle the full set of cipher suites implemented in the latest FireFox v3.0.1. When I try to the establish the https connection, the tomcat server seems to choke with the set of cipher suites negotiated by the FireFox browser and

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

2008-09-02 Thread Gregor Schneider
Suresh, I guess no one is having the same problem like what you're having. As a first guess, within your connector I'd change clientAuth=false sslProtocol=TLS keystoreType=PKCS12 to clientAuth=false sslProtocol=ALL keystoreType=PKCS12 2nd, I'd have a look how it behaves

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

2008-09-01 Thread bhooshanpandit
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 users@tomcat.apache.org Sent: Mon, 1

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

2008-09-01 Thread Suresh Kumar J
no, I wanted to use an opensource JRE in this case. The issue I was trying to put forward is that Tomcat 6.0.13 errors out with the following error when the FireFox3.0.1 browser tries to send a 'SSLv2 Record Layer - Client Hello' message. -- Aug

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

2008-08-31 Thread bhooshanpandit
What JRE / JDK are you using with Tomcat 6.0.13? -Original Message- From: Suresh Kumar J [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sat, 30 Aug 2008 10:16 pm Subject: Re: How to make to Apache-Tomcat 6.0.13 to support all of SSLv2/SSLv3 and TLS protocols

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 users@tomcat.apache.org Sent: Sat, 30 Aug 2008 10:16 pm Subject: Re: How to make to Apache-Tomcat

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

2008-08-30 Thread bhooshanpandit
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 worked. -Original Message- From:

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
I tried changing the sslProtocol attribute in conf/server.xml to SSL and but Tomcat couldn't start. Observed the following error in catalina.out: -- Aug 29, 2008 3:10:18 PM org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint