I have a problem with ubuntu desktop 14.04.
When executing firefox
without sudo
, then all the https sites (even http://google.com) gives me
Error code: sec_error_library_failure
But when executing from the terminal sudo firefox
, then it's all fine and all the https webpages load without a problem.
I'm guessing it a file ownership issue somewhere, but I cannot figure out (even with googles help) where it is located. I've tried to chown
every directory and file to the specific user where Firefox is located (with the help of "whereis firefox" command) but still no help.
Am I missing something here?