On Mon, 2002-03-11 at 08:45, Bruno Georges wrote:
> It looks like it is not possible to get anything from the client, and 
> the connection is broken.
> I am a bit confused, according to the SetEnvIf directive IE response 
> should be HTTP/1.0, also we force the form method to POST, which has no 
> effect.

I had this problem w/ 1.3.20 + 1.3.22 + the appropriate mod_ssl +
mod_perl-1.2.26 on linux systems. It "magically" fixed itself with the
release of apache-1.3.23 + mod_ssl-2.8.6. Try this and see what happens
(to see if your setenvif is working):

[jon@devotchka jon]$ openssl s_client -quiet -connect devotchka:23456
<<EOF
> GET / HTTP/1.1
> Host: devotchka
> User-Agent: Mozilla/4.0 Compatible (MSIE)
> 
> EOF

Inside of my reply, I get (among other things):

> HTTP/1.0 200 OK
> Date: Mon, 11 Mar 2002 19:27:28 GMT
> Server: Apache/1.3.23 (Unix) mod_ssl/2.8.6 OpenSSL/0.9.6b
> mod_perl/1.26

I haven't upgraded to 2.8.7 yet, so i wonder if this problem was
reintroduced....

-jon

-- 
[EMAIL PROTECTED] || www.divisionbyzero.com
gpg key: www.divisionbyzero.com/pubkey.asc
think i have a virus?: www.divisionbyzero.com/pgp.html
"You are in a twisty little maze of Sendmail rules, all confusing." 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to