SSL client verification context

Igor Sysoev igor at sysoev.ru
Thu Feb 10 18:24:31 MSK 2011


On Feb 10, 2011, at 18:04 , Matthias-Christian Ott wrote:
> 
> What I mean was the following
> 
> server {
>    location /a {
>        ssl_client_certificate a/ca.pem;
>        ssl_crl a/a.crl;
>    }
> 
>    location /b {
>        ssl_client_certificate b/ca.pem;
>        ssl_crl a/a.crl;
>    }
> }
> 
> As far as I can tell from the documentation, both Apache and lighttpd
> seems to support this.

It requires SSL re-handshake and nginx currently does not support it.


--
Igor Sysoev
http://sysoev.ru/en/



More information about the nginx-devel mailing list