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

后端 未结 19 967
情书的邮戳
情书的邮戳 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:04

    I got this error due to wrong openssl command-line during export PKCS #12 certificate. -certfile key was wrong. I exported certificate again and it was imported successfully.

提交回复
热议问题