JSF 页面使用 https 重定向,然后在 mozila 中会出现 ssl 过期错误

发布于 2024-11-08 00:04:40 字数 69 浏览 0 评论 0原文

当我通过 https 重定向 JSF 页面时,它将移动到该页面,但当时它给我关于 mozila 中 ssl 过期的错误...

when i redirect JSF page through the https then it will move to that page but at that time it gives me error about ssl expire in mozila...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

半暖夏伤 2024-11-15 00:04:40

在您的服务器上使用未过期的 SSL 证书。除了获取有效的 SSL 证书(或修复导致其无效的任何问题)之外,您对无效的 SSL 证书无能为力。

Use a non-expired SSL certificate on your server. There's nothing you can do about an invalid SSL certificate other than get a valid one (or fix whatever's making it invalid).

┾廆蒐ゝ 2024-11-15 00:04:40

您必须创建新的密钥库文件,因为旧的密钥库文件已过期。完成这 3 个简单的步骤。

http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#more-98

SSL 的有效性有限用于验证密钥库文件。

创建新的密钥库文件后,只需在 Mozila 中接受确认即可确认有效用户。

you will have to make new Keystore file because old one is expired..Go through this 3 easy steps..

http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#more-98

SSL have limited validity for authenticate keystore file.

After created new keystore file just accept confirmation in Mozila for confirmation of valid user.

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