"APPLICATION'S DIGITAL SIGNATURE CANNOT BE VERIFIED" error
Daia Yum
Greenhorn
Joined: Mar 23, 2009
Posts: 19
posted
0
I have signed my applet jar and all the related JAR's. Now my applet is working fine except for the WARNING "APPLICATION'S DIGITAL SIGNATURE CANNOT BE VERIFIED" which pops up when I run the applet in a browser.
Is there anything else left I need to do after signing, to overcome this warning message???
Please help.
Thanks in advance.
Daia
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 32769
posted
0
What kind of certificate did you use - a self-signed one? If so, that's probably the reason for this; I don't think there's anything you can do about that (except of using a 3rd party certificate).