Hi all,
An app for reading RSS feeds that I installed on www/owncloud, called News, recently started generating SSL certificate error messages when trying to retrieve remote feeds.
I posted a message about this on on the developer's page on github. As I learned there, the error messages were being generated by curl, and I determined it was related to security/ca_root_nss
After some experimentation, relaxing the read permissions (-->644) on this file solved the problem:
Is this a packaging issue? I prefer to ask here first before contacting the maintainer of security/ca_root_nss
Thanks
An app for reading RSS feeds that I installed on www/owncloud, called News, recently started generating SSL certificate error messages when trying to retrieve remote feeds.
I posted a message about this on on the developer's page on github. As I learned there, the error messages were being generated by curl, and I determined it was related to security/ca_root_nss
After some experimentation, relaxing the read permissions (-->644) on this file solved the problem:
Code:
-rwxr--r-- 1 root wheel 900648 Mar 4 18:32 /usr/local/share/certs/ca-root-nss.crt
Thanks
Last edited by a moderator: