Hello.
A few months ago I used an old laptop that was forgotten at home, and I installed a servidfor on debian 11.
Web server and DNS server
Then install nextcloud to make a private cloud and share photos, videos and documents with my family.
We are only 7 users and my cloud works very well.
Over time I decided to install an office tool and be able to edit documents online.
I have installed Collabora-office and everything seems to be fine, yet I get errors when opening or creating documents.
Requesting a certificate for collabora-office.miva.sytes.net
Performing the following challenges:
http-01 challenge for collabora-office.miva.sytes.net
Waiting for verification...
Challenge failed for domain collabora-office.miva.sytes.net
http-01 challenge for collabora-office.miva.sytes.net
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: collabora-office.miva.sytes.net
Type: dns
Detail: DNS problem: NXDOMAIN looking up A for
collabora-office.miva.sytes.net - check that a DNS record exists
for this domain; DNS problem: NXDOMAIN looking up AAAA for
collabora-office.miva.sytes.net - check that a DNS record exists
for this domain
It seems that I have problems with SSL certificates and what I have configured with cerbot is not correct.
Hello.
At the moment that is already resolved and the SSL certificates have already been generated
Change the name to a shorter one to collabora-miva.sytes.net
at his point you have to start from the beginning and generate fresh certificates, as TLS certificates always bind to a domain name, once you change the domain previous certificates become invalid.
the integration of Nextcloud with Collabora is little demanding until you get the point how they belong together. Please review following post and work through referred material as well - this will provide good understanding of both integration and useful troubleshooting techniques.
basically speaking the client must reach both servers using fqdn and both servers much reach each other using the same hostname as the client. very detailed drawing how to achieve this using local “split-brain” or “split-horizon” DNS server is here:
it doesn’t matte how you install the systems - the mechanics behind the scenes are the same - client needs access to both system, each system requires access to the other. troubleshooting techniques described in referenced threads apply everywhere…
something is wrong when requests to collabora-miva arrive on your Nextcloud.
I have checked the vhost files in apache, and they seem correct.
SSL certificates are fine.
I have added my collabora server in the collabora office box and it has been accepted.
However when I try to open any file, I continue to have the same problem “document upload failed”
Any new idea?
Is it necessary to add a DNS record in my nameserver?