5

How should I remove the security pop up from developer side? I don't want the user to keep clicking "don't block". I have all my *.jar file signed. Any help?

enter image description here

and if I have click more information enter image description here

Again, as I said, I have all of my *.jar file signed. Is there anything else I need to signed? for example the php code?? or dll file?

Note: All the jar file are signed through thawte. It's not self-signed

Harts
  • 4,023
  • 9
  • 54
  • 93

2 Answers2

0

In the latest update, Java no longer supports self-signed certificates. See Java 7 Update 21 Security Improvements.

Mitch Connor
  • 766
  • 10
  • 19
0

Java no longer supports self-signed certificates.