• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Access HTTPS url in Applet

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I get the following error when i try to access the https url from my applet. I have signed the applet code with PFX.

Website is accessibale using https and over that i am using signed applet.

java.security.KeyStoreException:
WIExplorerMy not found at java.security.KeyStore.getInstance(Unknown Source)
at sun.plugin.services.WIExplorerBrowserService$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.services.WIExplorerBrowserService.getBrowserClientAuthKeyStore(Unknown Source)
at sun.plugin2.main.client.WIExplorerServiceDelegate.getBrowserClientAuthKeyStore(Unknown Source)
at sun.plugin2.main.client.MessagePassingExecutionContext.getBrowserClientAuthKeyStore(Unknown Source)
at sun.plugin2.applet.Applet2BrowserService.getBrowserClientAuthKeyStore(Unknown Source)

Help will be appreciated.

Thanks
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic