OwnCloud cURL is using an outdated NSS version (NSS/3.19.1 Basic ECC)

Enable Web DAV

nano /usr/local/apache/conf/httpd.conf

#Include conf/extra/httpd-dav.conf (Uncomment This Line)
#LoadModule dav_module modules/mod_dav.so (Uncomment This Line)
#LoadModule dav_fs_module modules/mod_dav_fs.so (Uncomment This Line)
#LoadModule auth_digest_module modules/mod_auth_digest.so (Uncomment This Line)

nano /usr/local/apache/conf.d/owncloud.conf

<Limit GET POST>
order allow,deny
allow from all
</Limit>
<Limit PUT DELETE>
order allow,deny
allow from all
</Limit>

Save and restart apache

service httpd restart

Upgrade CURL

rpm -Uvh http://nervion.us.es/city-fan/yum-repo/rhel6/x86_64/city-fan.org-release-1-13.rhel6.noarch.rpm
yum clean all
yum install libcurl 

and then restart the php-fpm service

 

Reference  Reference

Add a Comment

Your email address will not be published. Required fields are marked *

two × one =