Configuring web certificate for ssl using netsh on vista rc2

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When i issue the following command (running as a local administrator):

netsh http add sslcert ipport=0.0.0.0:8080 certhash=biglongcerthashblahblah
appid={some-long-app-id}

or

httpcfg set ssl /i 0.0.0.0:8080 /h biglongcerthashblahblah /g
"{some-long-app-id}"

i get the following:

SSL Certificate add failed, Error: 1312
A specified logon session does not exist. It may already have been terminated.

I have tried with and without user account control enabled. I've tried both
a locally created adminstrator account & my domain user which is also admin.

Anyone have any ideas?
 
Are you using a 3rd party CSP?
I have also seen this when one administrative user sets up a site and
another administrative user tries to modify\delete it.

You don't need to turn off UAC you can just run from an elevated cmd.

Jeremy
 
Back
Top