Is it possible to only enforce NSSVerifyClient for specific location paths?

For example,
NSSVerifyClient optional
<Location /foo>
NSSVerifyClient none
</Location>
<Location /bar>
NSSVerifyClient required
</Location>

With the above configuration, if a valid client certificate is presented I can 
reach /  ,  /foo , and I get an HTTP 403 Secure connection failed when trying 
to access /bar

Any ideas?
Thanks
pwr
_______________________________________________
Mod_nss-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/mod_nss-list

Reply via email to