Chrome gives “Your connection is not private” error
up vote
-1
down vote
favorite
After installing updates chrome now complains that the connection is not private. I've read around this site and the consensus seems to be a problem with libnns3-1d. When I try to install it with
apt-get install libnss3-1d
I get
E: Package 'libnss3-1d' has no installation candidate
I have tried...
- Updating with apt
- Downloading the deb file and installing that
- doing an apt dist-upgrade
None of these seem to want to install the missing libraries.
How do I get updated certificates for chrome or install this blooming library?
uname -a
Linux RG1005 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
OK, further info on the problem:-
apt policy libnss3
libnss3:
Installed: 2:3.35-2ubuntu2
Candidate: 2:3.35-2ubuntu2
Version table:
*** 2:3.35-2ubuntu2 500
500 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status
zgrep -o libnss3 /var/log/apt/history*
/var/log/apt/history.log.3.gz:libnss3
/var/log/apt/history.log.3.gz:libnss3
The http website www.mit.edu loads ok, the site bbc.com is actually https and loads ok too.
google-chrome
add a comment |
up vote
-1
down vote
favorite
After installing updates chrome now complains that the connection is not private. I've read around this site and the consensus seems to be a problem with libnns3-1d. When I try to install it with
apt-get install libnss3-1d
I get
E: Package 'libnss3-1d' has no installation candidate
I have tried...
- Updating with apt
- Downloading the deb file and installing that
- doing an apt dist-upgrade
None of these seem to want to install the missing libraries.
How do I get updated certificates for chrome or install this blooming library?
uname -a
Linux RG1005 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
OK, further info on the problem:-
apt policy libnss3
libnss3:
Installed: 2:3.35-2ubuntu2
Candidate: 2:3.35-2ubuntu2
Version table:
*** 2:3.35-2ubuntu2 500
500 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status
zgrep -o libnss3 /var/log/apt/history*
/var/log/apt/history.log.3.gz:libnss3
/var/log/apt/history.log.3.gz:libnss3
The http website www.mit.edu loads ok, the site bbc.com is actually https and loads ok too.
google-chrome
What doesapt policy libnss3
show? Note there's no1d
there.
– DK Bose
Nov 14 at 13:36
And on my Kubuntu 18.04, that packages is installed by default during installation of the OS. Was askubuntu.com/questions/890988/… what you referred to in your question? That had the-1d
.
– DK Bose
Nov 14 at 13:42
1
Sorry if I'm way off base, but I see a message like that if I go to http:// websites (ie. not https://) - ie. it's not a config issue on your machine, just the website you've gone to has no security & the communications are broadcast in the clear ('mitm' risk etc) I also use chromium, but it's ~97% the same
– guiverc
Nov 14 at 13:51
What doeszgrep -o libnss3 /var/log/apt/history*
show? @guiverc can you post a link to a plainhttp://
site for me to test as well?
– DK Bose
Nov 14 at 13:57
@guiverchttp
sites listed on whynohttps.com don't show the error. Here's one: bbc.com and another: web.mit.edu
– DK Bose
Nov 14 at 14:47
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
After installing updates chrome now complains that the connection is not private. I've read around this site and the consensus seems to be a problem with libnns3-1d. When I try to install it with
apt-get install libnss3-1d
I get
E: Package 'libnss3-1d' has no installation candidate
I have tried...
- Updating with apt
- Downloading the deb file and installing that
- doing an apt dist-upgrade
None of these seem to want to install the missing libraries.
How do I get updated certificates for chrome or install this blooming library?
uname -a
Linux RG1005 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
OK, further info on the problem:-
apt policy libnss3
libnss3:
Installed: 2:3.35-2ubuntu2
Candidate: 2:3.35-2ubuntu2
Version table:
*** 2:3.35-2ubuntu2 500
500 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status
zgrep -o libnss3 /var/log/apt/history*
/var/log/apt/history.log.3.gz:libnss3
/var/log/apt/history.log.3.gz:libnss3
The http website www.mit.edu loads ok, the site bbc.com is actually https and loads ok too.
google-chrome
After installing updates chrome now complains that the connection is not private. I've read around this site and the consensus seems to be a problem with libnns3-1d. When I try to install it with
apt-get install libnss3-1d
I get
E: Package 'libnss3-1d' has no installation candidate
I have tried...
- Updating with apt
- Downloading the deb file and installing that
- doing an apt dist-upgrade
None of these seem to want to install the missing libraries.
How do I get updated certificates for chrome or install this blooming library?
uname -a
Linux RG1005 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
OK, further info on the problem:-
apt policy libnss3
libnss3:
Installed: 2:3.35-2ubuntu2
Candidate: 2:3.35-2ubuntu2
Version table:
*** 2:3.35-2ubuntu2 500
500 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status
zgrep -o libnss3 /var/log/apt/history*
/var/log/apt/history.log.3.gz:libnss3
/var/log/apt/history.log.3.gz:libnss3
The http website www.mit.edu loads ok, the site bbc.com is actually https and loads ok too.
google-chrome
google-chrome
edited Nov 14 at 15:50
asked Nov 14 at 13:33
waterboy
12
12
What doesapt policy libnss3
show? Note there's no1d
there.
– DK Bose
Nov 14 at 13:36
And on my Kubuntu 18.04, that packages is installed by default during installation of the OS. Was askubuntu.com/questions/890988/… what you referred to in your question? That had the-1d
.
– DK Bose
Nov 14 at 13:42
1
Sorry if I'm way off base, but I see a message like that if I go to http:// websites (ie. not https://) - ie. it's not a config issue on your machine, just the website you've gone to has no security & the communications are broadcast in the clear ('mitm' risk etc) I also use chromium, but it's ~97% the same
– guiverc
Nov 14 at 13:51
What doeszgrep -o libnss3 /var/log/apt/history*
show? @guiverc can you post a link to a plainhttp://
site for me to test as well?
– DK Bose
Nov 14 at 13:57
@guiverchttp
sites listed on whynohttps.com don't show the error. Here's one: bbc.com and another: web.mit.edu
– DK Bose
Nov 14 at 14:47
add a comment |
What doesapt policy libnss3
show? Note there's no1d
there.
– DK Bose
Nov 14 at 13:36
And on my Kubuntu 18.04, that packages is installed by default during installation of the OS. Was askubuntu.com/questions/890988/… what you referred to in your question? That had the-1d
.
– DK Bose
Nov 14 at 13:42
1
Sorry if I'm way off base, but I see a message like that if I go to http:// websites (ie. not https://) - ie. it's not a config issue on your machine, just the website you've gone to has no security & the communications are broadcast in the clear ('mitm' risk etc) I also use chromium, but it's ~97% the same
– guiverc
Nov 14 at 13:51
What doeszgrep -o libnss3 /var/log/apt/history*
show? @guiverc can you post a link to a plainhttp://
site for me to test as well?
– DK Bose
Nov 14 at 13:57
@guiverchttp
sites listed on whynohttps.com don't show the error. Here's one: bbc.com and another: web.mit.edu
– DK Bose
Nov 14 at 14:47
What does
apt policy libnss3
show? Note there's no 1d
there.– DK Bose
Nov 14 at 13:36
What does
apt policy libnss3
show? Note there's no 1d
there.– DK Bose
Nov 14 at 13:36
And on my Kubuntu 18.04, that packages is installed by default during installation of the OS. Was askubuntu.com/questions/890988/… what you referred to in your question? That had the
-1d
.– DK Bose
Nov 14 at 13:42
And on my Kubuntu 18.04, that packages is installed by default during installation of the OS. Was askubuntu.com/questions/890988/… what you referred to in your question? That had the
-1d
.– DK Bose
Nov 14 at 13:42
1
1
Sorry if I'm way off base, but I see a message like that if I go to http:// websites (ie. not https://) - ie. it's not a config issue on your machine, just the website you've gone to has no security & the communications are broadcast in the clear ('mitm' risk etc) I also use chromium, but it's ~97% the same
– guiverc
Nov 14 at 13:51
Sorry if I'm way off base, but I see a message like that if I go to http:// websites (ie. not https://) - ie. it's not a config issue on your machine, just the website you've gone to has no security & the communications are broadcast in the clear ('mitm' risk etc) I also use chromium, but it's ~97% the same
– guiverc
Nov 14 at 13:51
What does
zgrep -o libnss3 /var/log/apt/history*
show? @guiverc can you post a link to a plain http://
site for me to test as well?– DK Bose
Nov 14 at 13:57
What does
zgrep -o libnss3 /var/log/apt/history*
show? @guiverc can you post a link to a plain http://
site for me to test as well?– DK Bose
Nov 14 at 13:57
@guiverc
http
sites listed on whynohttps.com don't show the error. Here's one: bbc.com and another: web.mit.edu– DK Bose
Nov 14 at 14:47
@guiverc
http
sites listed on whynohttps.com don't show the error. Here's one: bbc.com and another: web.mit.edu– DK Bose
Nov 14 at 14:47
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1092872%2fchrome-gives-your-connection-is-not-private-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What does
apt policy libnss3
show? Note there's no1d
there.– DK Bose
Nov 14 at 13:36
And on my Kubuntu 18.04, that packages is installed by default during installation of the OS. Was askubuntu.com/questions/890988/… what you referred to in your question? That had the
-1d
.– DK Bose
Nov 14 at 13:42
1
Sorry if I'm way off base, but I see a message like that if I go to http:// websites (ie. not https://) - ie. it's not a config issue on your machine, just the website you've gone to has no security & the communications are broadcast in the clear ('mitm' risk etc) I also use chromium, but it's ~97% the same
– guiverc
Nov 14 at 13:51
What does
zgrep -o libnss3 /var/log/apt/history*
show? @guiverc can you post a link to a plainhttp://
site for me to test as well?– DK Bose
Nov 14 at 13:57
@guiverc
http
sites listed on whynohttps.com don't show the error. Here's one: bbc.com and another: web.mit.edu– DK Bose
Nov 14 at 14:47