RE: SSL Certificate Add failed, Error: 1312
Hello,
There may be a few reasons for this:
1. the SSL cert in private store does not have permissions (add NST Service account to the SSL cert)
2. the port was already assigned to http
You can run the following command from command prompt elevated:
netsh http show urlacl
If the ports are being returned plus the url, then delete these first. E.g.:
netsh http delete urlacl url=http.... (just copy the url shown earlier)
The application event log file should also show a specific error.
Thanks.