WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only

Need help with IHS rewrite rule

  • 1.  Need help with IHS rewrite rule

    Posted Sun August 27, 2017 02:42 PM

    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]