Hi,

I'm trying to redirect users who don't have enough encryption capabilities for 128 bit 
(see previous mail).

I've tried the following (but it doesn't work):


Add upgrade.html (the text users with old browsers are supposed to get) to index:

DirectoryIndex index.html index.htm Index.html Index.htm INDEX.HTML INDEX.HTM 
upgrade.html


Initiallay allow all strengths:

SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+SSLv2:+EXP:+eNULL

And then:

<Location /upgrade.html>
        SSLRequire %{SSL_CIPHER_USEKEYSIZE} < 128
</Location>

<Location />
        SSLRequire %{SSL_CIPHER_USEKEYSIZE} >= 128
</Location>

But it doesn't work, any idea why it doesn't work?

Cheers,
Jeroen.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to