Related Tags:
Asp.Net It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services. It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to Microsoft's Active Server Pages (ASP) technology. Learn More, ASP.NET MVC The ASP.NET MVC framework is a lightweight, highly testable presentation framework that (as with Web Forms-based applications) is integrated with existing ASP.NET features, such as master pages and membership-based authentication. The MVC framework is defined in the System.Web.Mvc assembly. Learn More, IIS (Internet Information Services) IIS Stands for "Internet Information Services." IIS is a web server software package designed for Windows Server. It is used for hosting websites and other content on the Web. Microsoft's Internet Information Services provides a graphical user interface (GUI) for managing websites and the associated users. Learn More, IE (Internet Explorer) Microsoft Internet Explorer (abbreviated IE or MSIE) is a free web browser application produced by Microsoft in 1995. Internet Explorer was designed in response to the first geographical browser, Netscape Navigator. Learn More, Google Chrome Google Chrome browser is an open source program for accessing the World Wide Web and running Web-based applications. ... Google released Chrome in 2008 and issues several updates a year. It is available for Windows, Mac OS X, Linux, Android and iOS operating systems. Learn More, web.config A configuration file (web.config) is used to manage various settings that define a website. The settings are stored in XML files that are separate from your application code. ... Generally a website contains a single Web.config file stored inside the application root directory. Learn More, Firefox Mozilla Firefox, or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. Learn More, SSL certificate An SSL certificate is a digital certificate that authenticates a website's identity and enables an encrypted connection. SSL stands for Secure Sockets Layer, a security protocol that creates an encrypted link between a web server and a web browser. Learn More,

Your connection isn't private Attackers might be trying to steal your information from mydomain.com (for example, passwords, messages, or credit cards)?

Description:I am getting following error while I have just installed new ssl certificates for my domain and now I have verified on other machines the website is working fine on multiple other machines but it is only causing this issue on my machine, initially I thought that might be some sort of cache issue but I have tried this on multiple browsers and tried using the incognito windows as well but still with no luck.
Error details:

Your connection isn't private
Attackers might be trying to steal your information from mydomin.com (for example, passwords, messages, or credit cards).
NET::ERR_CERT_COMMON_NAME_INVALID


Posted by: | Posted on: Mar 30, 2022

2 answers

Replies

5

These types of issues are very common and mostly following are the main reasons for such issues:

-Wrong date & time on your computer (or device you are using)
-Antivirus blocks SSL connections
-Browser’s cookies & cached files
-DNS cached


But in your case I believe it is most probably cache issue but it seems to be DNS cache issue, so you just need to clear the DNS cache for which you can open the Command Prompt and use the following to clear the DNS cache:

ipconfig /flushdns

Replied by: | Replied on: Mar 31, 2022



2

Thanks a lot Umer, that DNS cache was the real culprit and the solution worked for me.!



Replied by: | Replied on: Apr 01, 2022



Reply
×

Code block Hyperlink bold Quotes block Upload Images

Preview