"Tremal Naik" <[EMAIL PROTECTED]> wrote on 04/07/2006 09:48:53 AM:

> 2006/4/4, Tremal Naik <[EMAIL PROTECTED]>:
> > I have no problem with Firefox, while IE looks as if it get lost. The
> > secure request does not arrive on the tomcat server. Where did it go?
> 
> from the Tomcat SSL howto:
> 
> http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html
> 
> "sslProtocol - It is reported that IBM's 1.4.1 implementation of the
> TLS protocol is not compatible with some popular browsers. In this
> case, use the value SSL."
> 
> Now it works. Alternatively, you can leave the default settings but
> enable the TLS protocol in IE using Tools -> Internet Options ->
> Security

Hi,

I'm glad you brought this up.  We are using Tomcat on AIX with IBM's JVM. 
We have setup the Connector in the server.xml file, changing the algorithm 
and sslProtocol as the SSL How-to instructed. At first it worked, but now 
it doesn't.  We have not changed the configuration of Tomcat, nor have we 
changed the JDK.  When we connect, we get a notice about the certificate, 
but it does not display the pages: IE tells us that it can't find any 
pages, and Firefox just shows us blank pages. Here is the Connector 
configuration:

    <Connector className="org.apache.coyote.tomcat5.CoyoteConnector"
               port="8443" 
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" disableUploadTimeout="true"
               acceptCount="100" debug="0" scheme="https" secure="true"
               clientAuth="false" sslProtocol="SSL"
               algorithm="IbmX509"/>

We don't need a secure connection now, but we will when we install the 
system for the client. I was hoping to avoid the installation of Apache on 
our clients' systems.  Does anyone know how this could happen?

Thanks,

Tim S



--------------------------------------------------------------------------
Nor can his mind be thought to be in tune, whose words do jarre,
Nor his reason in frame, whose sentence is preposterous.

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
Our company accepts no liability for the content of this email, or for the 
consequences of any actions taken on the basis of the information
provided, unless that information is subsequently confirmed in writing.
Any views or opinions presented in this email are solely those of the 
author and do not necessarily represent those of the company.
WARNING: Computer viruses can be transmitted via email.
The recipient should check this email and any attachments for the 
presence of viruses. The company accepts no liability for any damage 
caused by any virus transmitted by this email.
11/29/2003 ACE Software, LLC

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to