Nextcloud version : 12.01
Operating system and version: Red Hat Enterprise Linux Server release 7.3 (Maipo)
Apache or nginx version: Apache 2.4.25
PHP version (eg, 5.6):7.0.17
Is this the first time youâve seen this error?: from the beginning.
Can you reliably replicate it? (If so, please outline steps): yes, all the time
The issue you are facing:
we are configuring the nextcloud server in a very restrictive network without the possibility of granting a public ip on the internet or giving access to the internet. Therefore we configure it with a digital certificate generated by ourselves.
when mounting the collabora service through a docker image the nextcloud software does not access the application because it is considered unreliable. I need to know what solution I can give, so that the nextcloud ignores the ânot reliableâ statement or how I could add digital certificates and make our certificate reliable.
The output of your Nextcloud log in Admin > Logging:
Error richdocuments GuzzleHttp\Exception\RequestException: cURL error 60: Peerâs certificate issuer has been marked as not trusted by the user.
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
datadirectoryâ => â/var/www/html/nextcloud/dataâ,
âoverwrite.cli.urlâ =>
âdbtypeâ => âmysqlâ,
âversionâ => â12.0.1.5â,
âdbnameâ => ânextcloudâ,
âdbhostâ => âlocalhostâ,
âdbportâ => ââ,
âdbtableprefixâ => âoc_â,
âdbuserâ => ânc_userâ,
âdbpasswordâ => ânc_3t3cSaâ,
âinstalledâ => true,
âldapIgnoreNamingRulesâ => false,
âldapProviderFactoryâ => â\OCA\User_LDAP\LDAPProviderFactoryâ,
âmaintenanceâ => false,
âhas_internet_connectionâ => false,
âmemcache.localâ => â\OC\Memcache\APCuâ,
âdefaultappâ => âapporderâ,
âmail_smtpmodeâ => âsmtpâ,
âmail_smtpauthtypeâ => âLOGINâ,
âmail_smtpauthâ =>
âmail_smtphostâ => â
âmail_smtpportâ => â
âmail_from_addressâ => ââ,
âmail_domainâ => ââ,
âmail_smtpnameâ => ââ,
âmail_smtppasswordâ => ',
The output of your Apache/nginx/system log in /var/log/____
:
{âreqIdâ:âWbBlMyIAmM-de40JCNxFGgAAAAkâ,âlevelâ:3,âtimeâ:â2017-09-06T21:14:27+00:00â,âremoteAddrâ:â192.168.107.56â,âuserâ:âadministradorâ,âappâ:ârichdocumentsâ,âmethodâ:âGETâ,âurlâ:â/index.php/apps/richdocuments/index?fileId=281&requesttoken=KtXcpU%2FwRy4fsBurF5xq3%2BLLuEbMKUx7Yu3LAKc%2FdaM%3D%3AcrKPzCSbCVhK8Xr6Vso%2BuKi4iDCBaAECOMa8Y%2FdsE%2Bo%3Dâ,âmessageâ:"Exception: {"Exception":"GuzzleHttp\\Exception\\RequestException","Message":"cURL error 60: Peerâs certificate issuer has been marked as not trusted by the user.",
thanks in advance for your help and quick reply