I'm using MSIE 4.1 mod_perl 1.21, mod_ssl 2.4.5, apache 1.3.9 with
Apache::AuthCookie 1.4
The problem is when downloading files MSIE stops and says it couldn't
load the file from the server.
It works without using SSL.
I am using the ssl-unclean-shutdown config. But it doesn't matter in
this case.
The Apache config is
<Location /box>
PerlAuthenHandler CS::Cookie->authen
PerlAuthzHandler CS::Cookie->authz
PerlSetVar CookieAuthPath /
PerlSetVar CookieAuthLoginScript /login/index.html
AuthType CS
AuthName CookieAuth
require valid-user
SetHandler perl-script
Options ExecCGI
</Location>
It works if Cookies aren't involved:
<Location /box>
SetHandler perl-script
Options ExecCGI
</Location>
Everything works with Netscape.
Any clues?
Dirk
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]