IIS 7 Error “A specified logon session does not exist. It may already have been terminated.” when using https

后端 未结 19 1115
情书的邮戳
情书的邮戳 2021-01-30 19:58

I am trying to create Client Certificates Authentication for my asp.net Website.

In order to create client certificates, I need to create a Certificate Authority first:<

19条回答
  •  忘了有多久
    2021-01-30 20:06

    We had the same issue due to incorrectly importing the certificate into the Current User Personal certificate store. Removing it from the Current User Personal store and importing it into the Local Machine Personal certificate store solved the problem.

提交回复
热议问题