Skip to content

Instantly share code, notes, and snippets.

@reatlat
Forked from skypce/gist:355e56d0774160bb5619
Created March 25, 2016 08:29
Show Gist options
  • Save reatlat/09acf7afed7d254ec5c0 to your computer and use it in GitHub Desktop.
Save reatlat/09acf7afed7d254ec5c0 to your computer and use it in GitHub Desktop.
Upwork Client fix for Ubuntu 14.04 ( Unknown SSL error -12218 mapped to net::ERR_SSL_PROTOCOL_ERROR)
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