This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Applets and the fly likes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Applets
Reply Bookmark ""APPLICATION Watch ""APPLICATION New topic
Author

"APPLICATION'S DIGITAL SIGNATURE CANNOT BE VERIFIED" error

Daia Yum
Greenhorn

Joined: Mar 23, 2009
Posts: 19
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: 35443
    
    9
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).


Android appsImageJ pluginsJava web charts
Daia Yum
Greenhorn

Joined: Mar 23, 2009
Posts: 19
Thanks for the reply.

And yes my applets are self signed.

So is it the only way that I need a 3rd party certificate.

And do we need this 3rd party certification every time we create an applet??

I am curious!!!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: "APPLICATION'S DIGITAL SIGNATURE CANNOT BE VERIFIED" error
 
Similar Threads
Digitial Signature in E-mail
user defined properties causing security issues
Please help me .....by suggesting a approach
how to rotate circle using threads
help