-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nextcloud reports GetConvertedUri on check error: Error occurred in the document service: Error while downloading the document file to be converted. #38
Comments
Is documentserver running fine by itself? |
The service is running, and I don’t however see any errors in the error logs. |
If such issue seems unrelated to DocumentServer, moved issue to onlyoffice-nextcloud |
Hello @kdmitriy, could you please send us logs of the Document Server and Nextcloud to support@onlyoffice.com. Please add a note to the mail 'For technical support'. |
Hi @alexanderonlyoffice I have forwarded logs to you, please let me know if you need anything else to take this further. Thank you! |
Hello @kdmitriy, we analyzed the logs you sent us. We can see this error "Peer certificate CN= |
I believe that was an old error when I had internal DNS conflicts with resolving names. The SSLCheck was throwing errors due to it being non-routable and only available to the internal network. I opened it up to the internet to double check the certificate.
Thanks!
[image1.jpeg]
On Dec 13, 2018, at 3:11 AM, Alexander Zozulya <notifications@github.com<mailto:notifications@github.com>> wrote:
Hello @kdmitriy<https://github.com/kdmitriy>, we analyzed the logs you sent us. We can see this error "Peer certificate CN=pf.****.net<http://pf.****.net>' did not match expected CN=office.****.net<http://office.****.net>". None of the common names in the certificate match the name that was entered (office.angrywarrior.net<http://office.****.net>). You can check it via SSL Checker<https://www.sslshopper.com/ssl-checker.html#hostname=office.****.net>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#38 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ArlP1wdypDZMM9bRsKEtQBXetHqfS5LJks5u4jXPgaJpZM4ZM3ao>.
|
@kdmitriy, if we understood it right, the problem is solved. Please confirm. |
Hi Alexander, The following still show when the cert error is resolved by exposing the endpoint to the internet. |
What other messages when saving the connection settings? |
The only other error related to OpenOffice that I’m seeing is “GetConvertedUri on check error: Error occurred in the document service: Error while downloading the document file to be converted.” where I can’t connect document server to the nextcloud. It could be the issue with the ROOT CA check with Ubuntu such as here if such as Public Root CA is not installed on the box: ONLYOFFICE/onlyoffice-owncloud#180 still looking at this if possibly the public Root CA is missing on the server. Edit: I’ve installed LetsEncrypt CA bundles which appeared to be missing on ubuntu, that hasn’t changed anything. Still seeing the following on logs:
|
Is your nextcloud server accessible from Document Server?
|
Yes, it’s accessible, pf is a gateway when DNS wasn’t properly configured. Nextcloud is at cloud.**** sub domain root@6f3dad7c3648:/home# wget https://cloud.****.net index.html 8.80K --.-KB/s in 0s 2018-12-14 09:38:34 (53.3 MB/s) - ‘index.html’ saved [9007] Unless I specify internal IP in advanced settings, then I get the certificate errors that were visible from the previous logs along with bad request. I’m not seeing such issues with FQDN. Certificates seem to be properly configured. |
The Nextcloud is not accessable from Document Server at the address from the settings. |
I've reviewed all logs on the document server, all logs appear to be empty. I've decided to reinstall docker and start fresh, the same issue still persists where nextcloud receives the same error “GetConvertedUri on check error: Error occurred in the document service: Error while downloading the document file to be converted.”. I don't see any other issues logged in either of the server logs. Thanks! |
@kdmitriy, please turn on extended logging for the Document Server. In order to do that, please enter the container with Document Server -> open /etc/onlyoffice/documentserver/log4js/production.json -> change 'WARN' value to 'ALL' -> save and close the config -> restart all services of Document server with the command |
@AlekseyKostenko debug logs emailed. Let me know if you need anything else. Thank you! |
@alexander I have emailed you logs. Thanks!
On Dec 17, 2018, at 12:00 AM, Alexander Zozulya <notifications@github.com<mailto:notifications@github.com>> wrote:
@kdmitriy<https://github.com/kdmitriy>, please turn on extended logging for the Document Server. In order to do that, please enter the container with Document Server -> open /etc/onlyoffice/documentserver/log4js/production.json -> change 'WARN' value to 'ALL' -> save and close the config -> restart all services of Document server with the command supervisorctl restart all -> check the logs once again.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#38 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ArlP199SkTHM8RsJUqWmZ9R6NAUWhzEYks5u5080gaJpZM4ZM3ao>.
|
Hello I have similar problem. Fresh install ONLYOFFICE on docker. Two different internal subnets. ONLYOFFICE installed with JWT_ENABLED=true, JWT_SECRET=mysecret(different, no standard one). Before ONLYOFFICE HAAPROXY with ssl offload. ONLYOFFICE(on haapromxy) and next cloud using LetsEncrypt Cert. Can wget all across. Thanks for sugestion |
facing same issue here with docker, nextcloud and onlyoffice in a dedicated container. You can find my docker-compose.yml here : https://gist.github.com/mqu/6b71ed396e018eb948b40ef8e4340c20 to activate logs on onlyoffice container, just issue :
|
I had the same error message recently and in my case it was caused by the system time being a couple seconds off on one (or more) of the involved computers (Nextcloud / Onlyoffice / Client). You might verify that by running After I started and enabled a timesync service, it was resolved: Not sure if this helps you in your case though. |
I had the same issue because the docker container could actually not resolve the hostname correctly for the same host. so basically what I had to do was add
|
@kdmitriy |
Hi all
I check https://localhost/healthcheck result return that "true" |
I have the same problem. Document Server is running fine. One nextcloud with the same TLD is connected and running. Another nextcloud with a different TLD give the error statet above. |
Hi, right now had an issue with Nextcloud-OnlyOffice in combination with my OnlyOffice Document-Server. After reading @foobn's comment, i tried something: Reconfigured document server to use the same url (but of course different port), using the same TLS certificate as the nextcloud solved my problem. here are some more information for all who are interested: both is hosted on the same server. Externally available is only the Port of nextcloud, not my custom Port (25801) of the document server. both had its own TLS certificate configured (nextcloud.domain.tld and document-server.domain.tld). from command line of the server
and
states that everything is fine. Nextcloud ONLYOFFICE configuration was
After saving the settings a green success notification appeared. So its seems fine - but it didn't work in the end. |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
The nextcloud server reports "GetConvertedUri on check error: Error occurred in the document service: Error while downloading the document file to be converted."
The certificate is not self-signed, by LetsEncrypt. Nextcloud also utilizes a valid certificate.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Clean install of standalone document server on both, docker and standalone server. Same behavior affects both. The secret keys are not set and cert checks are set not to validate. Attempted to set secret keys, same behavior.
What is the expected behavior?
Did this work in previous versions of DocumentServer?
Same behavior on stand-alone server and docker.
DocumentServer version:
Latest docker
Operating System:
Ubuntu 18.04
Browser version:
All
Please let me know how I could troubleshoot this further and have it fixed. I've ran through all posts with the same issue, none seem to be relevant to my scenario of not using self-signed certs. Thank you!
The text was updated successfully, but these errors were encountered: