Hi folks!
I tried to download a certain Mozilla addon and I found myself looking at the error message:
ERROR: Cannot open directory /etc/openssl/certs
The command that I have used was simple:
wget -c https://github.com/downloads/foudfou/FireTray/firetray-0.4.0a3.xpi
After a bit of digging I have found a quick and easy fix. Run those commands:
su
followed by the root’s password.
mkdir /etc/openssl
ln -s /etc/ssl/certs/ /etc/openssl/certs
exit
Now try to re-run the wget command.
wget -c https://github.com/downloads/foudfou/FireTray/firetray-0.4.0a3.xpi
Success!
Hope this helps somebody someday.
Regards.
Andy