One way option is along these lines:
ErrorDocument 403 <path to error page>
<Location />
SSLOptions +StrictRequire
SSLRequire %{SSL_CIPHER_USEKEYSIZE} > 128
</Location>
> > I have a site with strong encryption, demanding 128 bit
> encryption with:
> > SSLRequire %{SSL_CIPHER_USEKEYSIZE} >= 128
> >
> > A lot of users don't have browsers with 128 bits encryption
> > capabilities, so wat I would to do is:
> >
> > When a user cannot use 128 bits encryption, he/she should be
> > redirected to a page with info about upgrading, in stead of just
> > getting no connection.
> >
> > Any idea how to do that?
>
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]