hello, I'm trying to implement a Java client application to access a Servlet using Https protocol. I've configured my Web server already which is Apache tomcat 4.0 and everything works fine for the Https protocol support when my client is accessing my servlet through a Web browser.
My problem is when i try to access the Servlet using Java client application i got an exception which says that my server doesn't have a trusted certificate. But i already generated a keystore file using "keytool" which works fine if access is made through a Web browser. I'm using JSSE 1.0.3 for SSL support. thanks in advance randie ___________________________________________________________________________ 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
