I’m running self-hosting service and when I try to configure HTTP.SYS to allow SSL traffic:
Netsh http add sslcert 0.0.0.0:8000
ba616b762ba67f30d62a94c59febf34bbf3089a9
{4dc3e181-e14b-4a21-b022-59fc669b0914}
where 'ba...' string is thumbprint of a installed certificate
and '{4dc3e…}' is just some random number ( which I assume will be used
as an application identifier )
I get error “SSL Certificate add failed, Error:1312. A specified logon session does not exist. It may already have been terminated” . Any ideas what I am doing wrong?
thank you