On Thu, 2002-01-24 at 08:24, Thomas Binder wrote:
> Test this using OpenSSL's s_client:

[jon@devotchka jon]$ openssl s_client -quiet -connect devotchka:23456
<<EOF
> GET / HTTP/1.1
> Host: devotchka
> 
> EOF
<----snip---->
HTTP/1.1 200 OK
Date: Fri, 25 Jan 2002 17:56:17 GMT
Server: Apache/1.3.22 (Unix) mod_ssl/2.8.5 OpenSSL/0.9.6b mod_perl/1.26
<---snip---->

again, ignoring the environment variables i set. I'm now fairly positive
that this is an apache bug, because these lines:

        SetEnv downgrade-1.0
        SetEnv force-response-1.0

aren't respected in the main (non-ssl) container either:

[jon@devotchka conf]$ telnet devotchka 12345
Trying 192.168.1.106...
Connected to devotchka.
Escape character is '^]'.
GET / HTTP/1.1 
Host: devotchka.sonicopia.com
User-Agent: Mozilla/4.0
Connection: close

HTTP/1.1 200 OK
Date: Fri, 25 Jan 2002 18:00:42 GMT
Server: Apache/1.3.22 (Unix) mod_ssl/2.8.5 OpenSSL/0.9.6b mod_perl/1.26

Since apache 1.2.23 came out last night, I'm going to wait until mod_ssl
is released for 1.2.23. If the problem still exists, i'm submitting this
to the apache-httpd bug db...

-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