Environment:
Running Apache 2.0.43/OpenSSL 9.6.g as downloaded from
hunter.campbus.com and mod_jk 1.2.1 for build 2.0.43 from jakarta.
Problem:
When I access the URL https://localhost/app, I *hope* to get the
contents of index.html (i.e., https://localhost/app/index.html).
Instead, my browser (Mozilla 1.0) reports a "Bad Request" error,
indicating that there was a protocol error in accessing the URL
"http://localhost:443/app/index.html".
Of course there will be a protocol error -- using http to talk to the
https port!
Any ideas where that error might come from? I assume its something
happening with a redirect in Tomcat.
FWIW:
Each of the following URLs work fine (right now, I have Apache
configured to take all connections either from http or https and forward
to Tomcat):
+ http://localhost/app
+ http://localhost/app/index.html
+ https://localhost/app/index.html
Its only the https://localhost/app URL that's failing.
Thanks for any assistance,
Paul Christmann
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
- Re: mod_ssl and mod_jk (Win32) Paul Christmann
- Re: mod_ssl and mod_jk (Win32) Paul Christmann