err_connection_reset when i call https://localhost

Anonymous
2023-06-15T11:09:13.6433333+00:00

Hello,

I allways get the error err_connection_reset when i call https://localhost

If i use http://localhost the iis test page is showing with no problem.

Is this a setting within IIS i am missing or is this a browser issue?

Tried Edge and chrome browser. Within IE it works fine.

But i need it to work with Edge.

How can i make it work with Edge?

Some specs:

Windows 2019 Standard 1809

Edge 114.0.1823.43

Thanks!

Johan

Windows development Internet Information Services
Microsoft Edge Microsoft Edge development
{count} votes

7 answers

Sort by: Most helpful
  1. MotoX80 36,291 Reputation points
    2023-06-15T12:03:27.0466667+00:00

    What is the CN name in your certificate?

    See the Choosing a Certificate in https://learn.microsoft.com/en-us/iis/manage/configuring-security/how-to-set-up-ssl-on-iis

    1. That the certificate's "Common Name" (CN) matches the host header in the request. For example, if the client is making a request to https://www.contoso.com/, then the CN must be www.contoso.com.

    If your certificate has a test name like MyTestSite.com, then in order to get the name resolved you can add an entry in the hosts file.

    127.0.0.1  MyTestSite.com
    

    https://www.howtogeek.com/784196/how-to-edit-the-hosts-file-on-windows-10-or-11/

    3 people found this answer helpful.
    0 comments No comments

  2. mehm htaw dai 15 Reputation points
    2023-09-23T16:54:58.67+00:00

    Please, help me this process because I can't use or open it. why? please! let me know

    3 people found this answer helpful.
    0 comments No comments

  3. 40307001 10 Reputation points
    2023-09-22T09:59:36.05+00:00

    Hi xvideo open window

    2 people found this answer helpful.
    0 comments No comments

  4. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  5. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

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.