简体   繁体   English

chrome更新83.0.4103.61后的Asp.Net客户端证书认证问题

[英]Asp.Net client certificate authentication problem after chrome update 83.0.4103.61

In my website, I use client certificate authentication.在我的网站中,我使用客户端证书身份验证。 But when update chrome I have problem with authenticate.但是当更新 chrome 时,我遇到了身份验证问题。 In my code when a user enters I check Request.ClientCertificate.Count > 0 condition.在我的代码中,当用户输入时,我检查Request.ClientCertificate.Count > 0条件。 Before the update, this get count of the certificate, but after update Request.ClientCertificate.Count code return zero.在更新之前,此获取证书的计数,但更新后Request.ClientCertificate.Count代码返回零。 What is the reason for this?这是什么原因?

Finally, we found the problem.最后,我们发现了问题。 We update our Windows server then the problem solved.我们更新了我们的 Windows 服务器,然后问题就解决了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM