How do I unsubsribe to stop recieveing these emails?
-----Original Message-----
>From: Joshua Slive <joshua slive.ca>
>Sent: Oct 24, 2007 10:34 AM
>To: users httpd.apache.org
>Subject: Re: [users httpd] mod_ssl: behaviour with no client
cert
>
>On 10/23/07, Peng, Thierry <THIERRY.PENG t-systems.ch> wrote:
>>
>>
>>
>>
>> Hi
>>
>>
>>
>> I have a question about the mod_ssl. I've enabled
the SSLVerifyClient in the
>> apache2.conf with the parameter require. This works
perfectly, although,
>> when a user does not have a certificate, it sends
only a not very meaningful
>> failure code back: in example -12195.
>>
>> Now, I'd like to replace this code with something,
that the users sends to
>> another page if he doesnt provide a certificate. Is
this possible, and if
>> yes, how?
>>
>
>I'm not an expert in this, but I think the trick is to
allow the
>client to negotiate the connection whether or not it has
the cert
>(using SSLVerifyClient optional) and then verify that
the cert is
>there using SSLRequire or mod_rewrite. The trick is that
you need an
>SSL connection setup in order to allow a decent error to
be
>transmitted over the connection.
>
>Joshua.
>
>--------------------------------------------------------
-------------
>The official User-To-User support forum of the Apache
HTTP Server Project.
>See <URL:http://htt
pd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
> " from the digest:
users-digest-unsubscribe httpd.apache.org
>For additional commands, e-mail: users-help httpd.apache.org
>
------------------------------------------------------------
---------
The official User-To-User support forum of the Apache HTTP
Server Project.
See <URL:http://htt
pd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
" from the digest: users-digest-unsubscribe httpd.apache.org
For additional commands, e-mail: users-help httpd.apache.org
|