We are running tomcat 4.0.1 and apache 1.2.23 with mod_ssl and mod_webapp.
The line in apache/conf/httpd.conf that is used to specify the servlet
url is:
WebAppDeploy seqa conn /seqa
If I try to access this URL, everything works properly:
https://www.myserver.com/seqa/myfile.jsp
However, if I try to make use of an index file in the tomcat web
directory, then access this URL, I get an error:
https://www.myserver.com/seqa/
---------------------------------------------------------
Bad Request
Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.
Hint: https://www.myserver.com:443/
Apache/1.3.23 Server at www.myserver.com Port 443
---------------------------------------------------------
The URL that then appears in the Location line in the browser is:
http://www.myserver.com:443/seqa/index.html
Why is the URL being changed to "http" with the secure port
number instead of the way it was (with https)?
--
Wes Barris
E-Mail: [EMAIL PROTECTED]
Phone: 07-3346-2504
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>