What HTTP Server are you using? Did you verify if the client certification is obrigatory, i.e, does the client need to send a certificate to the server, otherwise the server break the connection?
May be, the server is asking the client for a certificate, but the client is answer with a NO_CERTIFICATE alert. In this case, it depends of server's configuration. So, it can break de connection or continue with the handshake process.
[ ]'s
Luciano da Silva Coelho
Sun Certified Programmer for the JAVA2
Java Instructor Certified - Sun
e-Sec Data Security Technology
www.esec.com.br
[EMAIL PROTECTED]
----------
De: Siddhartha Chandurkar (EHPT)[SMTP:[EMAIL PROTECTED]]
Responder: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology.
Enviada: Quarta-feira, 16 de Fevereiro de 2000 08:20
Para: [EMAIL PROTECTED]
Assunto: Re: SSL Certificates and Servlets (Problem in getAttribute() func tion )
Hi Luciano,
Yes, it is configured for client certificates. I am not being able to understand why getAttribute is returning me null the documentaion says "Returns the value of the named attribute of the request, or null if the attribute does not exist" . I am using getAttribute("javax.net.ssl.peer_certificates") is there any problem in the attribute
�
thanks & regards,
Siddhartha
-----Original Message-----
From: Luciano da Silva Coelho [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 15, 2000 8:07 PM
To: [EMAIL PROTECTED]
Subject: Re: SSL Certificates and Servlets (Problem in getAttribute() func tion )
Is the iPlanet configured to ask client certificates??
[ ]'s
Luciano da Silva Coelho
Sun Certified Programmer for the JAVA2
Java Instructor Certified - Sun
e-Sec Data Security Technology
www.esec.com.br
[EMAIL PROTECTED]
----------
De: ��� Siddhartha Chandurkar (EHPT)[SMTP:[EMAIL PROTECTED]]
Responder: ���� A mailing list for discussion about Sun Microsystem's Java Servlet API Technology.
Enviada: ������ Ter�a-feira, 15 de Fevereiro de 2000 07:56
Para: � [EMAIL PROTECTED]
Assunto: ������ SSL Certificates and Servlets (Problem in getAttribute() function )
Environment jsdk2.1
iPlanet 4.0 SP3(Formerly known as Netscape Webserver 4.0)
Solaris
Hi All,
I am getting null when i am using getAttribute("javax.net.ssl.peer_certificates") in iPlanet. But when i am trying to use the same code in weblogic it is
working properly. Can anybody please help what must be the problem.
Thanks & Regards,
Siddhartha
