--On Friday, February 24, 2006 09:06:55 +0800 wsws <wsws(at)fjca.com.cn> wrote:
> Hi
> I have successfully configure pound 1.10 to ask
> for client certificate (verify client certificate).
>
> My backend server is IIS, in order for my ASP program to do more
> further checking, ASP program need to get the client certificate
> detail,such as
> certificate subject etc.
>
You would need to use the value of 3 for HTTPSHeaders. This will add
all certificate details to the HTTP Header of the request and the
information will be made available to the back-end server for further
evaluation. As far as I understand it, in that case pound will request
a client certificate but pound will not verify the presented certificate.
The verification will be delegated to the back-end server.
Eckard Koch
> How?
> Any suggestion welcomes.
>
> --
> To unsubscribe send an email with subject 'unsubscribe' to pound(at)apsis.ch.
> Please contact roseg(at)apsis.ch for questions.
> http://www.apsis.ch/pound/pound_list/archive/2006/2006-02/1140743215000
|