• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic