IE displays:
The page cannot be displayed
No errors in the log files. I do not have a tool to trace packets. The
firewall does not block port 8443.
Here is connectors in server.xml:
<Connector
port="8089"
redirectPort="8443"
>
</Connector>
<Connector port="8009" protocol="AJP/1.3"
protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"
redirectPort="8443">
</Connector>
<Connector
port="8443"
scheme="https"
secure="true"
sslProtocol="TLS"
keystoreFile="/root/.keystore"
>
</Connector>
How do I view the certificate with keytool?
Thank you
James T. Studebaker
----- Original Message -----
From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[email protected]>
Sent: Thursday, March 17, 2005 12:00 AM
Subject: RE: Configuration of https in tomcat failure
> From: James T. Studebaker [mailto:[EMAIL PROTECTED]
> Subject: Configuration of https in tomcat failure
>
> I have tried over and over again to configure https for
> tomcat using the instructions found on the apache tomcat web
> site. I am unable to get https to work.
You need to be more specific about the problem. Do you get error messages
on the browser? Do you get any entries in any of the logs? What do you see
going on with a packet trace (try Ethereal)? Is there a firewall blocking
your ports? What does your server.xml look like now? Can you view your
certificate with keytool?
I've followed the Tomcat SSL how-to instructions to the letter and they've
worked perfectly on both Windows XP (Tomcat 5.0.19 and 5.5.7, JDK 1.4.2 and
1.5.0) and even our sort-of-POSIX-like mainframe environment (Tomcat 5.0.28
and 5.5.7, JDK 1.4.2), accessed with both IE6 and Firefox 1.0.1 browsers.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you received
this in error, please contact the sender and delete the e-mail and its
attachments from all computers.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]