You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Randomly I have nodeJS - error downloadFile errors with Error response: statusCode:403 and documents cannot be opened. Here is my configuration: Server1 ubuntu server 18.04 with ownCloud 10.4.1.3 and onlyoffice connector 6.0.1 and Server2 ubuntu server 18.04 with onlyoffice document-server 5.6 installed from the repository described here https://helpcenter.onlyoffice.com/installation/docs-community-install-ubuntu.aspx . The document server uses https with selfsigned certificate. The document server works fine, a test in a browser on the local network with https://<server_address>/ is redirected https://<server_address>/welcome/ saying Document server is running.
At the first run, the onlyoffice connector on ownCloud was configured with the server address https://<server_address>/, Disable certificate verification checked and no secret key. Saving the configuration, I get the success message. Opening a document from the web interface went fine at the first run. Try open a document by another user from a different computer resulted in a error message saying the server is not accessible. After that I couldn't open the documents myself with the same error. Removing the configuration from the connector and punting it back, randomly allowed me to open documents again. You will see the randomness in the log file attached, at the bottom. I already checked the following things:
set a secret connector side and server side - same randomness
-Time: both servers are ntp synchronized
-Configure ownCloud with
'onlyoffice' => array (
'verify_peer_off' => true
)
None of these worked
Hello @zubanst.
According to provided logs, probably something is wrong with Owncloud SSL cerificate and\or your DNS settings.
We found this error in provided logs: Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate's altnames: IP: 192.168.0.16 is not in the cert's list
Could you please check if domain name is connected with the ip address of the server.
Also try to change default.json config file. Edit field "rejectUnauthorized": true to "rejectUnauthorized": false and restart Document Servers services using command supervisorctl restart all.
Also please provide us with some additional information:
Check the accessibility of the Document Server and ownCloud to each other: execute wget https://documentserver_address/ from the server with your ownCloud and wget https://owncloud_address/ from the server with the Document Server.
Do you use any proxy server between Document server and the storage?
Please reproduce the issue scenario with open browser console:
Open browser console (for example, F12 in Chrome) -> choose ‘Network’ tab in browser console -> reproduce the issue -> check if there are any error entries in console and send us a screenshot;
Choose ‘Console’ tab in browser console -> reproduce the issue -> check if there are any error entries in console and send us a screenshot.
Attach whole Document server logs folder to your reply or send the archive to [email protected] with a note "For technical support/2LVL-issue number". We need to check all logs for diagnose.
Randomly I have nodeJS - error downloadFile errors with Error response: statusCode:403 and documents cannot be opened. Here is my configuration: Server1 ubuntu server 18.04 with ownCloud 10.4.1.3 and onlyoffice connector 6.0.1 and Server2 ubuntu server 18.04 with onlyoffice document-server 5.6 installed from the repository described here https://helpcenter.onlyoffice.com/installation/docs-community-install-ubuntu.aspx . The document server uses https with selfsigned certificate. The document server works fine, a test in a browser on the local network with https://<server_address>/ is redirected https://<server_address>/welcome/ saying Document server is running.
At the first run, the onlyoffice connector on ownCloud was configured with the server address https://<server_address>/, Disable certificate verification checked and no secret key. Saving the configuration, I get the success message. Opening a document from the web interface went fine at the first run. Try open a document by another user from a different computer resulted in a error message saying the server is not accessible. After that I couldn't open the documents myself with the same error. Removing the configuration from the connector and punting it back, randomly allowed me to open documents again. You will see the randomness in the log file attached, at the bottom. I already checked the following things:
-Time: both servers are ntp synchronized
-Configure ownCloud with
'onlyoffice' => array (
'verify_peer_off' => true
)
None of these worked
onlyoffice-issue.zip
The text was updated successfully, but these errors were encountered: