ake to Apache-Tomcat 6.0.13 to support all of
SSLv2/SSLv3 and TLS protocols
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:
--
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.
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
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
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 e
ECTED]>
To: Tomcat Users List
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
I tried changing the "sslProtocol" attribute in conf/server.xml to
"S
ep 2008 11:26 am
Subject: Re: How to make to Apache-Tomcat 6.0.13 to support all of
SSLv2/SSLv3 and TLS protocols
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 <[EMAI
what value did you specify for sslProtocol. I tried using SSL and it
worked.
-Original Message-
From: Suresh Kumar J <[EMAIL PROTECTED]>
To: users@tomcat.apache.org
Sent: Sat, 30 Aug 2008 4:25 am
Subject: How to make to Apache-Tomcat 6.0.13 to support all of
SSLv
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 support all of
SSLv2/SSLv3 and TLS protocols
I
rked.
-Original Message-
From: Suresh Kumar J <[EMAIL PROTECTED]>
To: users@tomcat.apache.org
Sent: Sat, 30 Aug 2008 4:25 am
Subject: How to make to Apache-Tomcat 6.0.13 to support all of
SSLv2/SSLv3 and TLS protocols
Hi!
Am running the Apache Tomcat (v6.0.13) on
riginal Message-
From: Suresh Kumar J <[EMAIL PROTECTED]>
To: users@tomcat.apache.org
Sent: Sat, 30 Aug 2008 4:25 am
Subject: How to make to Apache-Tomcat 6.0.13 to support all of
SSLv2/SSLv3 and TLS protocols
Hi!
Am running the Apache Tomcat (v6.0.13) on Redhat Linux. Below is
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
12 matches
Mail list logo