dot NET Core - Build Successful but Run error - Hmmm… can't reach this page

Swapnil Giram 0 Reputation points Microsoft Employee
2025-02-25T09:23:23.7566667+00:00

Hi All,

I cloned project code from Azure Repo, installed certificates, configured Project Web Properties, configured applicationhost.config, setup SSL URL in IIS using certificate Thumbprint. My project builds successfully, but application fails to load in browser. I get error "Hmmm… can't reach this page". When I click 'i' icon in browser address bar, it shows "This site does not have a certificate. - This site does not have a certificate.".

Same certificates work for all my colleagues, I wonder why its failing on my machine only.

Internet Information Services
{count} votes

1 answer

Sort by: Most helpful
  1. Swapnil Giram 0 Reputation points Microsoft Employee
    2025-03-04T17:05:05.35+00:00

    Thank you everyone for your suggestions. It turns out that my computer only reads IPV6 ip address, so I used ::1 in Windows host file mapping to URL instead of 127.0.0.1 and it resolved the issue.

    0 comments No comments

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.