ssl config question

2002-09-03 Thread Steven Garrett
Hi All, I'm relatively new to administering Tomcat. I'm trying to get my application to work over SSL. I've uncommented all the appropriate connectors, created a key using keytool. However, I still can't get to my application over port 443 or 8443. Am I missing something? Thanks in advance

RE: ssl config question

2002-09-03 Thread Turner, John
To: 'Tomcat Users List' Subject: ssl config question Hi All, I'm relatively new to administering Tomcat. I'm trying to get my application to work over SSL. I've uncommented all the appropriate connectors, created a key using keytool. However, I still can't get to my application over port

RE: ssl config question

2002-09-03 Thread Steven Garrett
, although I'm sure it isn't. thanks, Steve -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 12:33 PM To: 'Tomcat Users List' Subject: RE: ssl config question Please be more specific. Error messages? Anything in the log files? What happens

RE: ssl config question

2002-09-03 Thread Turner, John
-4.0-doc/config/context.html John -Original Message- From: Steven Garrett [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 12:38 PM To: 'Tomcat Users List' Subject: RE: ssl config question Sorry, I'm using IE version 6.0 All it's saying is my page can't be displayed

RE: ssl config question

2002-09-03 Thread Turner, John
To: 'Tomcat Users List' Subject: RE: ssl config question Well, you definitely won't find your application on 443, unless you are running Tomcat as root (ok for development, I guess, but not wise for development). Applications need root to bind to ports under 1024. So, that leaves 8443

RE: ssl config question

2002-09-03 Thread Steven Garrett
To: 'Tomcat Users List' Subject: RE: ssl config question Oops, that's a typo. It should say running Tomcat as root is unwise for production. :) That's what I get for trying to increase my Project Dolphin average! LOL John -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED

RE: ssl config question

2002-09-03 Thread Steven Garrett
PROTECTED]] Sent: Tuesday, September 03, 2002 12:52 PM To: 'Tomcat Users List' Subject: RE: ssl config question Yes, I did install jsse and I did follow the directions on the tomcat homepage for configuring ssl. I'll turn the logging on and see what comes of it...I'll be back :) Steve -Original