NSS_VersionCheck("3.26") failed
See original GitHub issueHello,
I get the below at runtime when I follow the build steps and then try to run on Lambda. Has anyone come across this? Chrome was compiled on the same AMI as Lambda uses and followed the instruction in this repo.
[0807/144244.712736:FATAL:nss_util.cc(627)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required
Please upgrade to the latest NSS, and if you still get this error,
contact your distribution maintainer.
Issue Analytics
- State:
- Created 6 years ago
- Comments:17 (4 by maintainers)
Top Results From Across the Web
Problem Chrome Doesnt Work NSS Version Check failed
Error appear like this. FATAL:nss_util.cc(632)] NSS_VersionCheck(“3.26”) failed. NSS >= 3.26 is required. Please upgrade to the latest NSS, and if you still ...
Read more >Fix NSS version not match when update Chrome in Ubuntu
1. i use ubuntu 14.04, and i try apt-get update and install.it displays: libnss3 is already the newest version. · I use kubuntu...
Read more >Question #657762 “can't launch chrome” - Launchpad Answers
NSS >= 3.26 is required. Please upgrade to the latest NSS, and if you still get this error, contact your distribution maintainer.
Read more >crypto/nss_util.cc - chromium/src - Git at Google
"nss version check failed");. // Also check the run-time NSS version. // NSS_VersionCheck is a >= check, not strict equality. if (!NSS_VersionCheck("3.26")) ...
Read more >Google chrome wont launch (Out of date nss) - Ask Ubuntu
This is the error I am getting: ... NSS >= 3.26 is required. Please upgrade to the latest NSS, and if you still...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I have done to fix this in Ubuntu 16.04 by reinstalling
libnss3. Codesudo apt-get install --reinstall libnss3I found the here https://ubuntuforums.org/showthread.php?t=2178663#post_message_12807565
The only solution that worked for me was to download xenial’s libnss3 manually from https://packages.ubuntu.com/xenial/amd64/libnss3/download
Then install:
sudo dpkg -i libnss3_3.28.4-0ubuntu0.16.04.3_amd64.deb