Please, help me this process because I can't use or open it. why? please! let me know
err_connection_reset when i call https://localhost
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
Developing and testing features or extensions for Microsoft Edge
7 answers
Sort by: Most helpful
-
MotoX80 37,676 Reputation points2023-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
- 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 bewww.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.comhttps://www.howtogeek.com/784196/how-to-edit-the-hosts-file-on-windows-10-or-11/
- That the certificate's "Common Name" (CN) matches the host header in the request. For example, if the client is making a request to
-
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
-
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