Suppress Google Chrome's "Your Connection is Not Private" for specific Address?

13,709

We have an internal website (behind our VPN) which uses https/ssl. What can I do to fix this? Can I address the address to a whitelist? Can I somehow pin the ssl certificate or something to have it be accepted?

Based on your comments it seems you don't know how to import a certificate into the Windows certificate store nor do you understand how to export the certificate itself from the browser.

The following guide will allow any certificate exported and imported in this fashion work with Internet Explorer, Microsoft Edge, and Google Chrome. It will also work for any browser that uses the user's certificate store on Windows. Firefox uses its own certificate store, as you are not using Firefox, this guide will not be applicable to it so that process will not be documented.

How do I go about acquiring the certificate?

  1. Click on the secure lock as shown below

    enter image description here

  2. Click on Connection as shown below

    enter image description here

  3. Click on Certificate Information as shown below

    enter image description here

  4. Click on Details as shown below

    enter image description here

  5. Click on Copy to File as shown below

    enter image description here

  6. Click on Next as shown below

    enter image description here

  7. Click on Next as shown below

    enter image description here

  8. Create a file and press Next as shown below

    enter image description here

    1. Select Finish as shown below

enter image description here

  1. Done

How do I add it to the certificate store on Windows 7?

  1. Run the following command

enter image description here

  1. Perform a Drag and Drop operation on the file created.

enter image description here

  1. Drag and Drop the created file into the Trusted Root Certification Authorities repository

enter image description here

  1. Done
Share:
13,709

Related videos on Youtube

ArtOfWarfare
Author by

ArtOfWarfare

Updated on September 18, 2022

Comments

  • ArtOfWarfare
    ArtOfWarfare over 1 year

    We have an internal website (behind our VPN) which uses https/ssl. Every time I visit it, I get this error message:

    Your connection is not private

    Attackers might be trying to steal your information from address.removed.com (for example, passwords, messages, or credit cards).

    NET::ERR_CERT_AUTHORITY_INVALID

    This server could not prove that it is address.removed.com; its security certificate is not trusted by your computer's operating system. This may be caused by a misconfiguration or an attacker intercepting your connection.

    What can I do to fix this? Can I address the address to a whitelist? Can I somehow pin the ssl certificate or something to have it be accepted?

    I am using Chrome on Windows 7.

    • DavidPostill
      DavidPostill over 8 years
      Ask your IT department / Developers to fix the certificate.
    • ArtOfWarfare
      ArtOfWarfare over 8 years
      @DavidPostill - Ha. I could ask, but nobody would ever do anything about it.
  • Ramhound
    Ramhound almost 3 years
    @WarrenYoung - There is a reason I was explicit in my instructions. Given I wrote this answer 6 years ago, I forgot that reason, about one day after I wrote the answer 6 years ago.