java web启动安全警告
我有一个 Web 应用程序,它使用 java web start 从 Web 服务器下载 jar 文件。该 jar 使用 J2SE 安全工具进行签名。但是,我收到安全警告“无法验证应用程序数字签名。是否要运行该应用程序?” 我是否错过了导致此问题的原因?
I have a web application that downloads a jar file from the web server using java web start. The jar is signed using J2SE security tool. However, I get the security warning "The application digital signature cannot be verified. Do you want to run the application?"
Am I missing something that is causing this??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果是自签名的,您还需要将证书添加到 Windows 证书存储中。
如果您使用 Verisign 等证书颁发机构,则不会出现此问题。
请参阅此处获取说明 (来自 Verisign)为什么要从他们那里签字。
If it is self-signed you also need to add the certificate into windows certificate store.
If you use a Certificate Authority such as Verisign then you will not have the problem.
See here for an explanation (from Verisign) on why to sign from them.