An obscure parameter error may happen when using netsh http add sslcert hostnameport
Command Line Example
netsh http add sslcert hostnameport=localhost:443 certhash=8e58dd9aa3473965b2dc8f08fc0dcbda15e69428 appid={00112233-4455-6677-8899-AABBCCDDEEFF}
SSL Certificate add failed, Error: 87
The parameter is incorrect.
Solution
Specify certstorename, e.g.
netsh http add sslcert hostnameport=localhost:443 certhash=8e58dd9aa3473965b2dc8f08fc0dcbda15e69428 appid={00112233-4455-6677-8899-AABBCCDDEEFF} certstorename=my
SSL Certificate successfully added
Subscribe to:
Post Comments (Atom)
NUnit TestFixture logging with vstest and Microsoft.Testing.Platform
When using vstest or Microsoft.Testing.Platform on the command line, NUnit won't log `TestContext.Out` from a `TestFixture`, or, to be m...
-
An obscure parameter error may happen when using netsh http add sslcert hostnameport Command Line Example netsh http add sslcert hostname...
-
With each iteration of iOS, iPads and iPhones get slower and slower because of new features that add questionable value and utility. All t...
-
After spending one day trying to get a build working on a machine other than my development laptop, I decided it was time to setup the proje...
Thanks, made my day.
ReplyDeleteThank you, this solved my problem where adfs did not configure the web application proxy ssl cert properly.
ReplyDelete