RE: HTTPS from remote client

2007-11-01 Thread Caldarale, Charles R
> From: banderson [mailto:[EMAIL PROTECTED] 
> Subject: HTTPS from remote client
> 
> when I try to reach it from a remote computer, it times 
> out.  Please let me know what I am missing.

A firewall between the remote computer and Tomcat?  Unless you've
allowed port 8443 to go through, a timeout would be the expected
symptom.  If you happen to be running on a reasonably recent version of
Windows, unusual ports are blocked by default.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



HTTPS from remote client

2007-11-01 Thread banderson

I have a self-signed certificate (generated with keytool -genkey -alias
tomcat -keyalg RSA) and modified my server.xml file to uncomment the
connector on port 8443.  After restarting tomcat, I can access
https://localhost:8443 no problem, but when I try to reach it from a remote
computer, it times out.  Please let me know what I am missing.
-- 
View this message in context: 
http://www.nabble.com/HTTPS-from-remote-client-tf4733719.html#a13536168
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]