1 Reply Latest reply on Jan 17, 2003 4:27 AM by vigenic

    X509Certificate

    mmazure2

      How to retrieve information about SSL client in JBoss 2.4.10/Tomcat4/JSSE? I mean the Subject DName, Issuer DName to verify the client.
      When I use in JSP:

      request.getAttribute("javax.servlet.request.X509Certificate");

      it returns null.

      Whats up???