• 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

Webstart & java 6u15+ JCE Code Signing CA not trusted.

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello guy's ,

Iv'e got a problems with java 6u15+ , I use some entrust jar's in extention and this jar's are signer by JCE Code Signing CA.
The problems is that Java Web Start did not recognize the certificate has a trusted certificate and my application are not working anymore.

The alert @ the starting said that : " The digital signature was generated with an untested certificate "

This is the details of the certificate :

CN=JCE Code Signing CA,
OU=Java Software Code Signing,
O=Sun Microsystems Inc,
L=Palo Alto,
ST=CA,
C=US


The only way that I can make my application work is by clearing the folder sun in application data and by not check the " always trust the content from this publisher "

Did you have any ideas for me this is realy painfull and that make all my user to uninstall the version 1.6u15+ of java


Any help will be appreciated !!

thanks
chris.
 
christian leclerc
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well .. this work on java 6u18 ... but I Still got the warning that the certificate is untrusted.
Seem maybe its a certificate problems with Entrust jar's.
 
reply
    Bookmark Topic Watch Topic
  • New Topic