hai all,
  I want to get the client certificate from the users machine.
The user has one valid digital certificate and the server has one valid
certificate. The site is also secured. ( https )

when i tried to get the certificate using the following code

X509Certificate certChain[] =
                        (X509Certificate[])request.getAttribute
("javax.net.ssl.peer_certificates");

it always return null.

we have our own certifying authority.

I Use
1. JRun 2.3.3,
2. Netscape Enterprise server


Do i need to congfigure anything in Jrun inorder to get the digital
certificate from the user. or do i need to add the provider in the security
policy files.

how should i proceed.

Thanks in advance,
ram
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to