OnlyOffice Integration https certificate failed

Did you change your Nextcloud config.php by issuing
sudo -u www-data vi /var/www/nextcloud/config/config.php
and paste the following rows before the last );

... 
'onlyoffice' => 
  array ( 
       'verify_peer_off' =>TRUE, 
  ), 
);

https://www.c-rieger.de/nextcloud-and-only-office-nginx/

4 Likes