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,
),
);
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,
),
);