简体   繁体   English

SSL客户端证书窗口

[英]SSL client Certificate windows

I need to make my iis authentication via client certificate offline. 我需要通过客户端证书脱机进行iis身份验证。 My iis don't have online enrollment. 我的iis没有在线注册。 It need to be done offline. 它需要脱机完成。 I configured SSL in IIS. 我在IIS中配置了SSL。 I managed to create csr file locally manually and sent to CA enrollment server i was able to issue certificate. 我设法在本地手动创建了csr文件,并将其发送到能够颁发证书的CA注册服务器。 I exported cer and imported in my client machine but while accessing iis application it is not using my certificate i am getting "HTTP Error 403.7 - Forbidden: SSL client certificate is required." 我导出了cer并导入了我的客户端计算机,但是在访问iis应用程序时,它未使用我的证书,但我收到“ HTTP错误403.7-禁止访问:需要SSL客户端证书”。 how to solve it. 如何解决。 Can somebody help me with step by procedures. 有人可以逐步帮助我吗? thanks. 谢谢。

Check in IIS. 检入IIS。 Go to Website->SSL Settings 转到网站-> SSL设置

Do accept it in place of require and it will work for you. 接受它代替需求,它将为您工作。

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

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