two (2) way SSL comunication over t3s from an applet to weblogic
787175Dec 11 2010 — edited Dec 17 2010Hi,
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