Hi All,
I am trying to use these steps to enable client authentication to only some of my services with in my app but its not working as expected, can anyone see what I am doing wrong in these rewrites ?
SSLClientAuth optional
RewriteEngine on
RewriteCond %{ENV:SSL_CLIENT_CERTBODYLEN} ^$
RewriteCond %{REQUEST_URI} ^/secure/secure2
RewriteRule ^/* /certrequired.html [R]