• 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

Java Plugin and loading Applet over Client SSL Connection

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've got the following problem:
I've written a signed Applet. When I load this applet from a http:// Server everything works fine.
When I try to load the same applet from the same server over https:// connection with certificate client-site autentication I get an exception.
Is it posible to load a signed applet with the Java Plugin on a SSL conection with client-site autentication?, What version of Java Plugin do I need?
Anyone's got an idea?
 
reply
    Bookmark Topic Watch Topic
  • New Topic