Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

two (2) way SSL comunication over t3s from an applet to weblogic

787175Dec 11 2010 — edited Dec 17 2010
Hi,

I currently have a pile of complex applets that I need to provide 2-way encryption (preferably TLS but SSL is fine for now).
They communicate via 1-way SSL over t3s to weblogic at this time.

How can I get the applet to pull the users certificate from the browser keystore?
Perhaps I can somehow get javascript to pass it to the applet's parameters?
Or do I have to re-write everything to use https and get/post ?

I would rather NOT use a signed applet since this would allow the applet to do things my customers don't want.

Any help is greatly appreciated, searching for this topic is not providing much.
Seems that I want to do somethat that is not very popular :D

-Fred
This post has been answered by arshadnoor on Dec 15 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 14 2011
Added on Dec 11 2010
9 comments
334 views