[Firefox] Error code: NS_ERROR_NET_INADEQUATE_SECURITY

Problems with packages? Post here, using [tags] of the package name.

[Firefox] Error code: NS_ERROR_NET_INADEQUATE_SECURITY

Postby traverseda » Wed Feb 08, 2017 4:59 pm

After running a full system upgrade, I've been getting some weirdness. Any attempt to visit google sites gives me "Error code: NS_ERROR_NET_INADEQUATE_SECURITY" under firefox. Everything appears to work correctly under chromium.

I've reinstalled all packages on my system using

$this->bbcode_second_pass_code('', '
#!/bin/bash

pacman -Q | awk '{ print $1 }' > installed.tmp
for i in $(pacman -Qm | awk '{ print $1 }'); do
cat installed.tmp | sed "s/^$i\$//;" > installed.tmp.1
mv installed.tmp.1 installed.tmp
done
pacman -S --noconfirm `cat installed.tmp`
rm installed.tmp
')

in case the problem was that a package was mis-installed. Everything appears to be up to date.

$this->bbcode_second_pass_code('', '
[traverseda@metatron ~]$ pacman -Q nss ca-certificates-mozilla firefox
nss 3.28.1-1
ca-certificates-mozilla 3.28.1-1
firefox 50.1.0-1
')

Is no one else having these problems? Any advice on furthur troubleshooting steps?
traverseda
 
Posts: 3
Joined: Tue Oct 29, 2013 1:06 am

Re: [Firefox] Error code: NS_ERROR_NET_INADEQUATE_SECURITY

Postby tuxcoder » Wed Feb 15, 2017 4:08 pm

I had the same problem. See my thread below for more info and a possible workaround. I actually use SeaMonkey most of the time so I'm fine for the time being, and am patiently waiting for the Firefox 51 package.

viewtopic.php?f=57&t=11255
tuxcoder
 
Posts: 10
Joined: Tue Mar 15, 2016 12:35 am


Return to Packages

Who is online

Users browsing this forum: No registered users and 7 guests

cron