Skip to Main Content

Java SE (Java Platform, Standard Edition)

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!

SSLSocket with PKCS11

923793Mar 14 2012 — edited Mar 16 2012
Hello,
I have an applet that allows user to upload files to the server. The applet opens a socket and writes the files to the server in a stream. This all works fine except some systems that use a smart card to authencate the user.
On those systems I create a key store and load it with the certs from the smart card but when I try to write to the server it alwasy fails with *403.13* error saying the certs are missing. I conmfirmed that the keystore is populated with certs from the smart card.
Is there a way for my applet to use the current browers session or certs to connect to the server?

I can post code if needed

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 13 2012
Added on Mar 14 2012
3 comments
265 views