Skip to content

Instantly share code, notes, and snippets.

@skypce
Created March 14, 2016 16:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save skypce/355e56d0774160bb5619 to your computer and use it in GitHub Desktop.
Save skypce/355e56d0774160bb5619 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.
@C-Pro
Copy link

C-Pro commented Mar 25, 2016

It works, but installing old libnss removed ecryptfs-utils, and after reboot I could not log in, because my home folder failed to decrypt. Be carefull!

@JIucToyxuu
Copy link

Thanks for solution. It work for me.

@whai-kung
Copy link

thanks, this solution works for me.

@bipin-52165
Copy link

Thanks, it works fine

@ruslana-net
Copy link

It works, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment