You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click on "file" menu, then select on the list of "Available snap-ins" the "Certificates" and press the button "Add".
Select "Computer account" on the new window and click on the "next" button.
Select "Local computer" and click the "Finish" button.
Clic on the "Ok" button.
Go to the "Console Root->"Certificates (Local Computer)">-"Personal"->"Certificates" folder.
Double click on the certificate you just created (CN=mydomain.com)
Click on "Details" tab
Scroll to see the thumbprint select and copy
Register this certificate to be used by HTTP.SYS for all connections made on the TCP port on which you intend to set up the HTTPS server, remove white spaces from the thumbprint you just copied, BTW it is case sensitive, leve it as it is, just remove the white spaces, the appid parameter is an arbitrary GUID.
Instructions to make the example work on HTTPS
Everything should be done on Command Prompt or PowerShell as an administrator
Locate certificate and get the certhash.
Register this certificate to be used by HTTP.SYS for all connections made on the TCP port on which you intend to set up the HTTPS server, remove white spaces from the thumbprint you just copied, BTW it is case sensitive, leve it as it is, just remove the white spaces, the appid parameter is an arbitrary GUID.
Verify the certificate is properly installed
Finally, author your HTTPS server:
The text was updated successfully, but these errors were encountered: