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]
