2 Replies Latest reply on Mar 5, 2008 7:58 AM by macq

    SSl client certificate

    macq

      hello

      Can I use client certificate without having SSL connection?
      Can I forced web browser to send SSL certificate to application ?

        • 1. Re: SSl client certificate
          jfclere

          "Can I use client certificate without having SSL connection? "
          No
          "Can I force a web browser to send SSL certificate to application ?
          Yes in the Connector entry clientAuth="true".
          Use request.getAttribute("javax.servlet.request.X509Certificate");
          et the certificate chain.

          • 2. Re: SSl client certificate
            macq

            ok, thx :)

            on more:
            Can I set optionally requirer ssl client certificate ?