• Skip to content
  • Skip to footer

WebDevRobert

Father, Husband, Brother, Son; Sinner, Christian, Republican; Designer, Developer, Lover of Fun; Fisher, Hunter, Owner of Guns.

  • Home
  • About
  • Blog
  • Contact
  • Code Snippets
  • Guides
  • Curriculum Vitae / Resume
  • Portfolio
  • Patriotic

WebDevRobert / November 13, 2018

How To Fix Error code: NS_ERROR_NET_INADEQUATE_SECURITY

Your connection is not secure
The website tried to negotiate an inadequate level of security. WEBSITE.TLD uses security technology that is outdated and vulnerable to attack. An attacker could easily reveal information which you thought to be safe. The website administrator will need to fix the server first before you can visit the site.
Error code: NS_ERROR_NET_INADEQUATE_SECURITY

Screenshot of Error

I’ve come across this error a few times, but most recently I when using Firefox Developer Edition v64.0b9 (64-bit) to test a newly created website.

Screenshot of Firefox Developer Edition Version Information

You may find it interesting to know this isn’t really a Firefox issue. It’s an issue with the HTTPS/2 protocol and the ciphers currently present on the web server, hosting the offending website.

I have read where this issue has also surfaced for users of Google’s Chrome and Mozilla’s Firefox (the standard edition).

The Solution

To fix this error, one needs to log in to the server of the offending website and run the following command:

USER@SYSTEM:~$ sudo apt-get update

…to get the most recent package lists from the repositories.

Then run the following command:

USER@SYSTEM:~$ sudo apt-get install --only-upgrade libnss3

…to attempt to upgrade libnss3 to the most recent version.

Then run the following command:

USER@SYSTEM:~$ sudo apt-get install libnss3-dev

…to install the libnss3 Developer Files.

Then run the following command:

USER@SYSTEM:~$ sudo nginx -t && sudo service nginx restart

…and the result should be no more NS_ERROR_NET_INADEQUATE_SECURITY error!

The Credit

Some of the information found on this post came from this Debian.org bug report.

LetsEncrypt advises a cipher suite configuration likely needs modified, in this LetsEncrypt Community article and points readers to the Mozilla SSL Configuration Generator

.

Share this:

  • Email
  • Facebook
  • LinkedIn
  • Twitter
  • Google
  • Tumblr
  • Pinterest

Similar Posts

Filed Under: Technology Tagged With: Debian, Guides, Linux, Ubuntu

God gifted me an aptitude for creativity and technology. I am currently using those gifts to deploy web servers and websites.

I believe the combination of those gifts and a little Godly inspiration lead to the creation of the GLEEMPLE Deployment Process.

Most of the technology articles I write are a result of working with web servers and websites deployed using the GLEEMPLE Deployment Process.

Father, Husband, Brother, Son; Sinner, Christian, Republican; Designer, Developer, Lover of Fun; Fisher, Hunter, Owner of Guns. #NotAPoet #RollTide

Footer

WebDevRobert

Thanks for visiting!

[ SUBSCRIBE ]
[ READ MORE ]

Fresh from Instagram

Fresh from Twitter

I said I wouldn’t do it, but I’m back on LinkedIn: linkedin.com/in/webdevrobert feel free to say #IToldYouSo or comment about why. #AndGo pic.twitter.com/IXH0z4XZX2

About 2 weeks ago from Robert Cory Martin's Twitter · reply · retweet · favorite

#Santa did not bring me a new/working #iPhone. #adulting @ BAMAJR instagram.com/p/Br2syIVnrxE/…

About 2 months ago from Robert Cory Martin's Twitter · reply · retweet · favorite

Was drinking my tea @DrinkMilos and this guy showed up. He won’t let go! @ Cherryvale, Kansas instagram.com/p/BrrKluIn86X/…

About 2 months ago from Robert Cory Martin's Twitter · reply · retweet · favorite

Cool Christmas Wreath @ Tyro Christian Church instagram.com/p/BrrICQjnoVp/…

About 2 months ago from Robert Cory Martin's Twitter · reply · retweet · favorite

Do not buy anything especially car batteries from @oreillyauto Their Warranty Is Useless! @ O'Reilly Auto Parts instagram.com/p/BqbJKFVnTJb/…

About 3 months ago from Robert Cory Martin's Twitter · reply · retweet · favorite

I am sick and tired of the lack of service in retail. @oreillyauto has got my last dollar and I’m going to make sure everyone I know hears about it. @ O'Reilly Auto Parts instagram.com/p/BqbI4SknyPS/…

About 3 months ago from Robert Cory Martin's Twitter · reply · retweet · favorite

Thanks for the #swag visiblemobile! Always nice to get a surprise #swagbag or box as it was. @ Coffeyville, Kansas instagram.com/p/BqRFPyXHa5q/…

About 3 months ago from Robert Cory Martin's Twitter · reply · retweet · favorite

How To Fix Error code: NS_ERROR_NET_INADEQUATE_SECURITY webdevrobert.com/2018/11/13/h… pic.twitter.com/QGv8RuS5VO

About 3 months ago from Robert Cory Martin's Twitter · reply · retweet · favorite

How To Enable the Hidden Windows Administrator Account webdevrobert.com/2018/11/02/h… pic.twitter.com/SyMWX42H6Z

About 4 months ago from Robert Cory Martin's Twitter · reply · retweet · favorite

How To Fix a libssl-dev Dependency Error in Linux? webdevrobert.com/2018/11/02/h… pic.twitter.com/LsS3zwXx9Z

About 4 months ago from Robert Cory Martin's Twitter · reply · retweet · favorite

Follow @WebDevRobert

Copyright © 2019 WebDevRobert · All Rights Reserved · Web Mgmt Co. · Log in

loading Cancel
Post was not sent - check your email addresses!
Email check failed, please try again
Sorry, your blog cannot share posts by email.