On Wed, Apr 19, 2000, Jeffrey Burgoyne wrote:

> "Could we allow users with 128 bit capable browsers accessing our site to
> connected directly, but those using 40 bit browsers would be redirected to
> a standard page telling them to upgrade."

You can do it by using a SSLCipherSuite in httpd.conf which allows weak
ciphers (to allow them in first), a RewriteRule which redirects based
on the SSL_XXXX variables (to redirect them) and a SSLRequire which
restricts access to only strong ciphers (to make sure they are gone).

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to