New cert not working in IIS 10

Brown, Matt 86 Reputation points
2024-10-29T18:24:01.6466667+00:00

I installed a new cert. The site wasn't coming up. After researching the error message being generated, I saw it was "An error occurred while using SSL configuration for endpoint 0.0.0.0:443." Not the actual endpoint, but you get the idea. Further research said to use the command "netsh http delete sslcert ipport=0.0.0.0:443." Which I did. While that resolved the issue with it being listed after I do the "netsh http show sslcert," or the error being in the Event Viewer, the site still doesn't come up. I even deleted the actual cert I had installed, redownloaded it, reinstalled it, and I'm still at the same place. I currently don't know if I need to undo the delete, or not, nor what I need to do in order to get the site working.

Internet Information Services
{count} votes

Accepted answer
  1. MotoX80 34,516 Reputation points
    2024-10-29T19:38:19.2+00:00

    The URL that you are browsing should match the CN name on the certificate.

    This site uses Learn.Microsoft.com

    User's image

    In the IIS binding for the site you would set the host name (DNS name) and select the certificate.

    So on Microsoft's IIS web server, the host name would show Learn.microsoft.com.

    User's image

    The Digicert utility is useful for testing.

    https://www.digicert.com/support/tools/certificate-utility-for-windows

    User's image

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.