Hi,
Finally I did it works.
I changed a piece of code for validating local certificates that i found
looking for in internet:
*private static void localHostNameVerifi() throws Exception{*
* HostnameVerifier hv = new HostnameVerifier()*
*{*
*public boolean verify(String urlHostName, SSL
Hi Angel,
I encountered the same problem as you with Tomcat 5.5.27, so I upgraded to
latest Tomcat to get rid of the certification error.
https://issues.apache.org/bugzilla/show_bug.cgi?id=37869 is bug report on
certification error.
Thank you.
On 17 January 2011 22:14, amcereijo cereijo wrote
Hi,
I´m trying to configure the tomcat for mutual authentication with server
and client using certificate.
I have a tomcat 5.5.26 and a java web application (web service) under JVM
1.5
I did the next:
I generated two certificates with keytool, one for client and other for
server.
I created