java web启动安全警告

发布于 2024-08-30 21:28:23 字数 134 浏览 4 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柠檬色的秋千 2024-09-06 21:28:23

如果是自签名的,您还需要将证书添加到 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文