Skip to content

Instantly share code, notes, and snippets.

@superbit
Created April 1, 2016 14:15
Show Gist options
  • Save superbit/1774a525a1a64a4a7d1ef9e87686f564 to your computer and use it in GitHub Desktop.
Save superbit/1774a525a1a64a4a7d1ef9e87686f564 to your computer and use it in GitHub Desktop.
If you have this error: Unknown SSL error -12218 mapped to net::ERR_SSL_PROTOCOL_ERROR
and your upwork client does not run you need:
sudo apt-get install libnss3=2:3.15.4-1ubuntu7 libnss3-nssdb=2:3.15.4-1ubuntu7
sudo apt-mark hold libnss3 libnss3-nssdb
Solution provided by Ilya E from upwork.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment