Jnlp gives error in certification

 ̄綄美尐妖づ 提交于 2019-12-24 10:50:58

问题


I have generated the keystore and its inner key. Then I have my signed java applet. But each time I start my jnlp applet I can see the Internet browser security Warning dialog. When the application server and the client machine are in the same network , in the dialog box shows "Publisher: MyCompanyName "but when we access the application form the internet,it shows that "Publisher: UNKNOWN".

Anyone could let me know what the cause of this problem.Any help would be greatly appreciated.


回答1:


Your digital certificate was created by you by typing details into prompts from the SDK tools, right? It was not produced by a certification authority that verified those identity details.

The problem with the certificate you created is that I, or anyone else, could pretend to be you. It is for that reason that the JRE refuses to identify who you claim to be - the information is worthless.

The fix is simple. Get a certificate that has been verified by one of the recognized authorities, and sign the code using that certificate.



来源:https://stackoverflow.com/questions/9986799/jnlp-gives-error-in-certification

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!