Apache 2 身份验证错误

发布于 2024-07-22 10:38:06 字数 436 浏览 1 评论 0原文

根据 本 HOWTO, 我收到以下错误。

阿帕奇:

重新协商握手失败:客户端不接受!?

火狐浏览器:

ssl_error_handshake_failure_alert

我认为这是一个配置错误,但无法找到它。

附加信息:
商业 CA 服务器证书服务器在 Apache 2.2 和 Apache 2.2 中安全工作没有问题。 乘客。 只有与客户端身份验证相关的指令不起作用。

Attempting to implement client authentication with an SSL cert, according to this HOWTO,
I receive the following errors.

Apache:

Re-negotiation handshake failed: Not accepted by client!?

Firefox:

ssl_error_handshake_failure_alert

I assume it is a configuration error, but have not been able to locate it.

Additional info:
Commercial CA server cert servers secure works without problem in Apache 2.2 & Passenger.
Only client authentication related directives do not work.

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

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

发布评论

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

评论(2

彡翼 2024-07-29 10:38:06

您的证书是由 Verizon 或类似机构签署的吗? 如果没有,您可能需要在 Firefox 中添加例外。 默认情况下它会阻止你。

PD。 听起来不像乘客的问题

Is your certificate signed by verizon or someone like that? If not, you might want to add an exception in firefox. By default it stops you.

pd. doesn't sound like a passenger question

两仪 2024-07-29 10:38:06

当您需要客户端证书授权时,您必须将 Apache 指向包含颁发客户端证书的根 CA(以及中间证书)证书的文件。

同时发布您的客户端身份验证配置部分。

When you require client certificate authorization, you have to point Apache to file containing the root CA (and intermediates also) certificates which issued the client certificate

Also post your client authentication config part.

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