Link to home
Start Free TrialLog in
Avatar of HLRosenberger
HLRosenbergerFlag for United States of America

asked on

"the application's digital signature cannot be verified"

I have a java applet that is signed.  The browser gives me "the application's digital signature cannot be verified".   Why is this?  What do I need to do to be a trusted publisher?   Or is this message normal, and user of the applet checks the box that says to always trust the publisher?  

Avatar of alanpetersen
alanpetersen

To be a trusted publisher, you would have to sign the JAR file with a certificate provided by a Certificate Authority (CA), such as Verisign. If the user of the applet checks the box to always trust the publisher, then that JAR (and others you sign) would be trusted by that user.
ASKER CERTIFIED SOLUTION
Avatar of Paranormastic
Paranormastic
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of HLRosenberger

ASKER

I signed it using the jarsigner tool.  
good answer