Accessing peer certificates of SSL in tomcat

2012-01-13 Thread ciphe
Hi, I have setup tomcat to be accessible through SSL, both client and server authenticate each other. (i.e. Client must present a certificate to server and vice versa, much like what is described in this link - http://java-notes.com/index.php/two-way-ssl-on-tomcat). Now, I'd like to access the

Re: Accessing peer certificates of SSL in tomcat

2012-01-13 Thread Pid
On 13/01/2012 12:03, ciphe wrote: Hi, I have setup tomcat to be accessible through SSL, both client and server authenticate each other. (i.e. Client must present a certificate to server and vice versa, much like what is described in this link -