Chrome show errors "Your connection is not private"

15,287

Solution 1

Installing the Network Security Service libraries package with

sudo apt-get install libnss3-1d

solved it for me.

Solution 2

First add following to your sources.list

deb http://security.ubuntu.com/ubuntu trusty-security main 

Then Run

sudo apt-get install libnss3-1d

It worked for me.

Share:
15,287

Related videos on Youtube

tasmaniski
Author by

tasmaniski

Updated on September 18, 2022

Comments

  • tasmaniski
    tasmaniski over 1 year

    Yesterday I update Chrome browser on my Ubuntu 14.04 as they are suggested to me.

    Now I can not access following web sites: google.com, youtube.com and gmail.com

    and the error is

    Your connection is not private

    Attackers might be trying to steal your information from www.google.rs (for example, passwords, messages, or credit cards). NET::ERR_CERT_WEAK_SIGNATURE_ALGORITHM

    I reinstall chrom, clear all data but nothing... all I can found on google(from firefox) are old posts ...

    Does anyone know how to solve this?

    Note: I can access to the rest of the web - regular web sites, but can not to the google services/web sites.

    enter image description here

  • Zanna
    Zanna about 7 years
    could you explain what the package is and how it solved the problem?
  • Phil UK
    Phil UK about 7 years
    There is a bit more information needed around your 'to the point' answer.
  • Fares
    Fares about 7 years
    Thanks Zanna and Elder, for the corrections. It was my first post. Next time it will be better
  • Cyberguille
    Cyberguille almost 6 years
    on ubuntu 18.04 Package 'libnss3-1d' has no installation candidate