I uncommented it - is there something else I have to do to set it up? -----Original Message----- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 10:57 AM To: Tomcat Users List Subject: Re: Problem with tomcat and ssl
As Eric said, you can't send HTTP and HTTPS requests to the same port. The default port for HTTPS with CoyoteConnector, assuming you have SSL setup in server.xml, is 8443, not 8080. And the CoyoteConnector on 8443 is disabled by default so you will have to enable it as part of the SSL setup. John [EMAIL PROTECTED] wrote: > Greetings, > This will work - > http://placeanad.classifiedmarketplace.net:8080/AdWebster > but this will not > https://placeanad.classifiedmarketplace.net:8080/AdWebster - why is this? > > Thanks, > Bobbie > > Bobbie Atristain > Internet Systems Administrator > Media General, INC. > 804.649.6156 > > --------------------------------------------------------------------- > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
