0 Replies Latest reply on May 2, 2008 6:34 AM by ravi_jboss6

    SSLRequire set up in Jboss like apache

    ravi_jboss6

      Hi,
      I want to verify client certificate's CN in JBoss in web services..
      For this apache2 web server supporting.In the httpd-ssl.conf file there we have SSLRequire attribute to support this feature.
      SSLRequire ( %{SSL_CLIENT_I_DN_CN} eq "".
      Same implemetation i want with Jboss tomcat.