aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes JSSE with Applets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "JSSE with Applets" Watch "JSSE with Applets" New topic
Author

JSSE with Applets

Ravi Kumarasinghe
Greenhorn

Joined: Jun 07, 2001
Posts: 6
I have SSL enabled apache/tomcat server running on linux and I have a static applet (client) which uses a URL connections to servlets in the server to get data. Since this is a SSL conncetion a security certificate copy had to be imported from the server to the client.
When I import it to a keystore and specify keystore by setting a system property for the ssl truststore it works with the appletviewer. However when loading the applet with the MicroSoft Internet Explorer(IE) browser this want work.
I created a certificate for the client with .cer extention and imported it to IE. Now it gives an SSLException stating "Untrusted server cert chain"
If some one have any idea about this problem please help me
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JSSE with Applets
 
Similar Threads
JSSE/SSL with Applets
Signed Applets - Automatically update Keystore
Applets, SSL Sockets, and Certificates
Certificate chaining error: issuer DN != subject DN
mutual authentication won't work