Hiya,
I’ve been attempting to link Collabora with my hosted Seafile instance. When attempting to access a test file I created the site will hang on 'performing TLS handshake with my collabora domain (hosted through cloudflare)
The Collabora domain itself returns an ‘OK’ status on the page itself but on the /hosting/discovery side it just returns a blank page.
Providing a few screenshots
Curl command results
Page itself:
I’ve been able to narrow down the problem with how I have Collabora setup I’ve attempted the same on a test nextcloud and opencloud instance with the same results.
Currently I have this ran through the application on True NAS so I do not have a compose.Yaml to provide but if I can get it I’ll post it, please let me know if you need any additional information!
darshan
September 17, 2026, 7:32am
2
hi @MercyFunction Welcome to collabora online forum
@MercyFunction since Nextcloud and OpenCloud behave the same way, this is your Collabora/proxy setup rather than Seafile.
A blank /hosting/discovery plus a hanging TLS handshake is almost always TLS being terminated twice. If your reverse proxy (or Cloudflare) terminates TLS and forwards plain HTTP to coolwsd, then coolwsd needs:
ssl.enable = false
ssl.termination = true
server_name = your.collabora.domain
If instead coolwsd serves HTTPS itself, it’s ssl.enable = true and the proxy must talk https:// to it. Mixing the two gives exactly this symptom.
Could you post:
curl -vk https:///hosting/discovery (full output)
the same from the TrueNAS host straight to the container:
curl -vk https://127.0.0.1:9980/hosting/discovery
your ssl.enable / ssl.termination / server_name values, and which reverse proxy the TrueNAS app puts in front
does it behave differently with Cloudflare set to DNS-only (grey cloud)? Worth ruling out — the proxy can interfere with the WebSocket connection.
Reference: Making sure you're not a bot!
Thanks
Darshan
Hello!
Changing cloudflare from proxied to only DNS didnt seem to have any real impact, I’ve left proxy off for the time being just in case.
Currently I have these values:
If I change either one Collabora will simply not start (Deploy loop)
ssl.enable = false
ssl.termination = true
Plain HTTP seems to resolve the API just fine though when utilizing it in Seafile or opencloud I get an error:
Error Code: SSL_ERROR_RX_RECORD_TOO_LONG
Sending over Exports (with site redacted) in next post
MercyFunction@bazzite:/var/home/MercyFunction$ curl -vk http://192.168.0.178:9980/hosting/discovery
* Trying 192.168.0.178:9980...
* Established connection to 192.168.0.178 (192.168.0.178 port 9980) from 192.168.0.23 port 33122
* using HTTP/1.x
> GET /hosting/discovery HTTP/1.1
> Host: 192.168.0.178:9980
> User-Agent: curl/8.18.0
> Accept: */*
>
* Request completely sent off
< HTTP/1.1 200 OK
< Date: Thu, 17 Sep 2026 19:16:14
< Server:
< Content-Length: 43016
< Content-Type: text/xml
< Last-Modified: Thu, 17 Sep 2026 19:16:14
< X-Content-Type-Options: nosniff
< Cache-Control: no-cache
<
<wopi-discovery>
<net-zone name="external-https">
<!-- Writer documents -->
<app favIconUrl="https://192.168.0.178:9980//browser/cc5614c67e/images/x-office-document.svg" name="writer">
<action default="true" ext="sxw" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="odt" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="odt" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="odt" name="editnew" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="fodt" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="fodt" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="fodt" name="editnew" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<!-- Text template documents -->
<action default="true" ext="stw" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="ott" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="ott" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="ott" name="editnew" newext="odt" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<!-- MS Word -->
<action default="true" ext="doc" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="doc" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="dot" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<!-- OOXML wordprocessing -->
<action default="true" ext="docx" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="docx" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="docx" name="editnew" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="docm" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="docm" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="dotx" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="dotx" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="dotx" name="editnew" newext="docx" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="dotm" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="dotm" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<!-- Others -->
<action default="true" ext="wpd" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="pdb" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="hwp" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="wps" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="wri" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="lrf" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="mw" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="rtf" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="rtf" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="rtf" name="editnew" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="md" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="md" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="md" name="editnew" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="txt" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="txt" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="txt" name="editnew" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="fb2" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="cwk" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="pages" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="abw" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="602" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="writer-global">
<!-- Text master documents -->
<action default="true" ext="sxg" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="odm" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="odm" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="odm" name="editnew" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<!-- Writer master document templates -->
<action default="true" ext="otm" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="writer-web">
<action default="true" ext="oth" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="oth" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- Calc documents -->
<app favIconUrl="https://192.168.0.178:9980//browser/cc5614c67e/images/x-office-spreadsheet.svg" name="calc">
<action default="true" ext="sxc" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="ods" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="ods" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="ods" name="editnew" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="fods" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="fods" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="fods" name="editnew" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<!-- Spreadsheet template documents -->
<action default="true" ext="stc" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="ots" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="ots" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="ots" name="editnew" newext="ods" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<!-- MS Excel -->
<action default="true" ext="xls" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="xls" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="xla" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="xla" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<!-- OOXML spreadsheet -->
<action default="true" ext="xltx" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="xltx" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="xltm" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="xltm" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="xlsx" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="xlsx" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="xlsx" name="editnew" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="xlsb" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="xlsb" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="xlsm" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="xlsm" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<!-- Others -->
<action default="true" ext="dif" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="dif" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="slk" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="slk" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="csv" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="csv" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="csv" name="editnew" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="tsv" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="tsv" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="dbf" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="dbf" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="wk1" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="wks" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="xlr" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="123" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="qpw" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="wb1" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="wq1" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="wq2" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="gnumeric" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="numbers" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- Impress documents -->
<app favIconUrl="https://192.168.0.178:9980//browser/cc5614c67e/images/x-office-presentation.svg" name="impress">
<action default="true" ext="sxi" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="odp" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="odp" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="odp" name="editnew" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="fodp" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="fodp" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="fodp" name="editnew" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<!-- Presentation template documents -->
<action default="true" ext="sti" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="otp" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="otp" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="otp" name="editnew" newext="odp" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<!-- MS PowerPoint -->
<action default="true" ext="ppt" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="ppt" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="pot" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<!-- OOXML presentation -->
<action default="true" ext="pptx" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="pptx" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="pptx" name="editnew" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="pptm" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="pptm" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="potx" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="potx" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="potm" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="potm" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="ppsx" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="ppsx" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<!-- Others -->
<action default="true" ext="cgm" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="key" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- Draw documents -->
<app name="draw">
<action default="true" ext="sxd" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="odg" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="odg" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="fodg" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="fodg" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="fodg" name="editnew" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<!-- Drawing template documents -->
<action default="true" ext="std" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="otg" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="otg" name="editnew" newext="odg" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<!-- Others -->
<action ext="svg" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="dxf" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="emf" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="wmf" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="cdr" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="vsd" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="vsdx" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="vss" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="pub" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="p65" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="wpg" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="fh" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="bmp" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="png" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="gif" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="tiff" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="jpg" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="jpeg" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action ext="pdf" name="view_comment" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- Math documents -->
<!-- In fact Math documents are not supported at all.
See: https://bugs.documentfoundation.org/show_bug.cgi?id=97006
<app name="math">
<action name="view" default="true" ext="sxm"/>
<action name="edit" default="true" ext="odf"/>
</app>
-->
<!-- Legacy MIME-type actions (compatibility) -->
<app name="image/svg+xml">
<action ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-powerpoint">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-excel">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- Writer documents -->
<app name="application/vnd.sun.xml.writer">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.text">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.text-flat-xml">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- Calc documents -->
<app name="application/vnd.sun.xml.calc">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.spreadsheet">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.spreadsheet-flat-xml">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- Impress documents -->
<app name="application/vnd.sun.xml.impress">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.presentation">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.presentation-flat-xml">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- Draw documents -->
<app name="application/vnd.sun.xml.draw">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.graphics">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.graphics-flat-xml">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- Chart documents -->
<app name="application/vnd.oasis.opendocument.chart">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- Text master documents -->
<app name="application/vnd.sun.xml.writer.global">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.text-master">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- Math documents -->
<!-- In fact Math documents are not supported at all.
See: https://bugs.documentfoundation.org/show_bug.cgi?id=97006
<app name="application/vnd.sun.xml.math">
<action name="view" default="true" ext=""/>
</app>
<app name="application/vnd.oasis.opendocument.formula">
<action name="edit" default="true" ext=""/>
</app>
-->
<!-- Text template documents -->
<app name="application/vnd.sun.xml.writer.template">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.text-template">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- Writer master document templates -->
<app name="application/vnd.oasis.opendocument.text-master-template">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- Spreadsheet template documents -->
<app name="application/vnd.sun.xml.calc.template">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.spreadsheet-template">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- Presentation template documents -->
<app name="application/vnd.sun.xml.impress.template">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.presentation-template">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- Drawing template documents -->
<app name="application/vnd.sun.xml.draw.template">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.graphics-template">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- MS Word -->
<app name="application/msword">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/msword">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- MS Excel -->
<app name="application/vnd.ms-excel">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- MS PowerPoint -->
<app name="application/vnd.ms-powerpoint">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- OOXML wordprocessing -->
<app name="application/vnd.openxmlformats-officedocument.wordprocessingml.document">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-word.document.macroEnabled.12">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.openxmlformats-officedocument.wordprocessingml.template">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-word.template.macroEnabled.12">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- OOXML spreadsheet -->
<app name="application/vnd.openxmlformats-officedocument.spreadsheetml.template">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-excel.template.macroEnabled.12">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-excel.sheet.binary.macroEnabled.12">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-excel.sheet.macroEnabled.12">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- OOXML presentation -->
<app name="application/vnd.openxmlformats-officedocument.presentationml.presentation">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-powerpoint.presentation.macroEnabled.12">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.openxmlformats-officedocument.presentationml.template">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-powerpoint.template.macroEnabled.12">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- Others -->
<app name="application/vnd.wordperfect">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-aportisdoc">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-hwp">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-works">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-office">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-mswrite">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-dif-document">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="text/spreadsheet">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="text/csv">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-dbase">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.lotus-1-2-3">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/cgm">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/vnd.dxf">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/x-emf">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/x-wmf">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/coreldraw">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.visio2013">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.visio">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-visio.drawing">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-mspublisher">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-sony-bbeb">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-gnumeric">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/macwriteii">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-iwork-numbers-sffnumbers">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.text-web">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-pagemaker">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="text/rtf">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="text/markdown">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="text/plain">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-fictionbook+xml">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/clarisworks">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/x-wpg">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-iwork-pages-sffpages">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.openxmlformats-officedocument.presentationml.slideshow">
<action default="true" ext="" name="edit" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-iwork-keynote-sffkey">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-abiword">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/x-freehand">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.sun.xml.chart">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-t602">
<action default="true" ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/bmp">
<action ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/png">
<action ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/gif">
<action ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/tiff">
<action ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/jpg">
<action ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/jpeg">
<action ext="" name="view" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/pdf">
<action ext="" name="view_comment" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/cool.html?"/>
</app>
<!-- End of legacy MIME-type actions -->
<app name="Settings">
<action ext="" name="iframe" urlsrc="https://192.168.0.178:9980//browser/cc5614c67e/adminIntegratorSettings.html"/>
</app>
<app name="Capabilities">
<action ext="" name="getinfo" urlsrc="https://192.168.0.178:9980//hosting/capabilities"/>
</app>
</net-zone>
* Connection #0 to host 192.168.0.178:9980 left intact
</wopi-discovery>MercyFunction@bazzite:/var/home/MercyFunction$ curl -vk https://.../hosting/discovery
* Host ...:443 was resolved.
* IPv6: fd10:aec2:5dae::
* IPv4: (none)
* Trying [fd10:aec2:5dae::]:443...
Bit of an update. I did get the curl command to resolve through my domain name however it is not loading on seafile or opencloud (have both operational at the moment for testing) . Here is the export.
I have to split it into 2 as it goes over character limits
MercyFunction@bazzite:/var/home/MercyFunction$ curl -vk https://.../hosting/discovery
* Host ...:443 was resolved.
* IPv6: 2606:4700:3037::ac43:a656, 2606:4700:3032::6815:22ef
* IPv4: 172.67.166.86, 104.21.34.239
* Trying [2606:4700:3037::ac43:a656]:443...
* Immediate connect fail for 2606:4700:3037::ac43:a656: Network is unreachable
* Trying 172.67.166.86:443...
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* SSL Trust: peer verification disabled
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / X25519MLKEM768 / id-ecPublicKey
* ALPN: server accepted h2
* Server certificate:
* subject: CN=...
* start date: Aug 27 00:26:49 2026 GMT
* expire date: Nov 25 00:26:48 2026 GMT
* issuer: C=US; O=Let's Encrypt; CN=YE2
* Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
* Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using ecdsa-with-SHA384
* Certificate level 2: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using ecdsa-with-SHA384
* Certificate level 3: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
* SSL certificate verification failed, continuing anyway!
* Established connection to ... (172.67.166.86 port 443) from 192.168.0.23 port 36154
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://.../hosting/discovery
* [HTTP/2] [1] [:method: GET]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: ...]
* [HTTP/2] [1] [:path: /hosting/discovery]
* [HTTP/2] [1] [user-agent: curl/8.18.0]
* [HTTP/2] [1] [accept: */*]
> GET /hosting/discovery HTTP/2
> Host: ...
> User-Agent: curl/8.18.0
> Accept: */*
>
* Request completely sent off
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
< HTTP/2 200
< date: Fri, 18 Sep 2026 05:34:17 GMT
< content-type: text/xml
< content-length: 44702
< cache-control: no-cache
< last-modified: Fri, 18 Sep 2026 05:34:17
< server: cloudflare
< x-content-type-options: nosniff
< cf-cache-status: DYNAMIC
< report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=SJ5Dh4pA7IrwTMny0u3pGjslRr5yPb2A6A5ew2WdM1LCbZsJ1exl071l6BTG7OB3INKEpH53SvByA0jtMmRaRSJ1cfoYp0c%2F5g2pTFNeQGSZQUtlbQOTXlN1mSJubpKBFPrOMTEM0g%3D%3D"}]}
< nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
< cf-ray: a3cdfb116be5b2d9-MCI
< alt-svc: h3=":443"; ma=86400
<
<wopi-discovery>
<net-zone name="external-https">
<!-- Writer documents -->
<app favIconUrl="https://...:9980/browser/cc5614c67e/images/x-office-document.svg" name="writer">
<action default="true" ext="sxw" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="odt" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="odt" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="odt" name="editnew" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="fodt" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="fodt" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="fodt" name="editnew" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<!-- Text template documents -->
<action default="true" ext="stw" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="ott" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="ott" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="ott" name="editnew" newext="odt" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<!-- MS Word -->
<action default="true" ext="doc" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="doc" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="dot" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<!-- OOXML wordprocessing -->
<action default="true" ext="docx" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="docx" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="docx" name="editnew" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="docm" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="docm" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="dotx" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="dotx" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="dotx" name="editnew" newext="docx" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="dotm" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="dotm" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<!-- Others -->
<action default="true" ext="wpd" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="pdb" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="hwp" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="wps" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="wri" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="lrf" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="mw" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="rtf" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="rtf" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="rtf" name="editnew" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="md" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="md" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="md" name="editnew" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="txt" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="txt" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="txt" name="editnew" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="fb2" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="cwk" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="pages" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="abw" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="602" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="writer-global">
<!-- Text master documents -->
<action default="true" ext="sxg" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="odm" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="odm" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="odm" name="editnew" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<!-- Writer master document templates -->
<action default="true" ext="otm" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="writer-web">
<action default="true" ext="oth" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="oth" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- Calc documents -->
<app favIconUrl="https://...:9980/browser/cc5614c67e/images/x-office-spreadsheet.svg" name="calc">
<action default="true" ext="sxc" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="ods" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="ods" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="ods" name="editnew" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="fods" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="fods" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="fods" name="editnew" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<!-- Spreadsheet template documents -->
<action default="true" ext="stc" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="ots" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="ots" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="ots" name="editnew" newext="ods" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<!-- MS Excel -->
<action default="true" ext="xls" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="xls" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="xla" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="xla" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<!-- OOXML spreadsheet -->
<action default="true" ext="xltx" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="xltx" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="xltm" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="xltm" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="xlsx" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="xlsx" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="xlsx" name="editnew" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="xlsb" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="xlsb" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="xlsm" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="xlsm" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<!-- Others -->
<action default="true" ext="dif" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="dif" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="slk" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="slk" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="csv" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="csv" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="csv" name="editnew" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="tsv" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="tsv" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="dbf" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="dbf" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="wk1" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="wks" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="xlr" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="123" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="qpw" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="wb1" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="wq1" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="wq2" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="gnumeric" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="numbers" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- Impress documents -->
<app favIconUrl="https://...:9980/browser/cc5614c67e/images/x-office-presentation.svg" name="impress">
<action default="true" ext="sxi" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="odp" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="odp" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="odp" name="editnew" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="fodp" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="fodp" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="fodp" name="editnew" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<!-- Presentation template documents -->
<action default="true" ext="sti" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="otp" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="otp" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="otp" name="editnew" newext="odp" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<!-- MS PowerPoint -->
<action default="true" ext="ppt" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="ppt" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="pot" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<!-- OOXML presentation -->
<action default="true" ext="pptx" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="pptx" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="pptx" name="editnew" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="pptm" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="pptm" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="potx" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="potx" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="potm" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="potm" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="ppsx" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="ppsx" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<!-- Others -->
<action default="true" ext="cgm" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="key" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- Draw documents -->
<app name="draw">
<action default="true" ext="sxd" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="odg" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="odg" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="fodg" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="fodg" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="fodg" name="editnew" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<!-- Drawing template documents -->
<action default="true" ext="std" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="otg" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="otg" name="editnew" newext="odg" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<!-- Others -->
<action ext="svg" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="dxf" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="emf" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="wmf" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="cdr" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="vsd" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="vsdx" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="vss" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="pub" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="p65" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="wpg" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="fh" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="bmp" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="png" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="gif" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="tiff" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="jpg" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="jpeg" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action ext="pdf" name="view_comment" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- Math documents -->
<!-- In fact Math documents are not supported at all.
See: https://bugs.documentfoundation.org/show_bug.cgi?id=97006
<app name="math">
<action name="view" default="true" ext="sxm"/>
<action name="edit" default="true" ext="odf"/>
</app>
-->
<!-- Legacy MIME-type actions (compatibility) -->
<app name="image/svg+xml">
<action ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-powerpoint">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-excel">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- Writer documents -->
<app name="application/vnd.sun.xml.writer">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.text">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.text-flat-xml">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- Calc documents -->
<app name="application/vnd.sun.xml.calc">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.spreadsheet">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.spreadsheet-flat-xml">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- Impress documents -->
<app name="application/vnd.sun.xml.impress">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.presentation">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.presentation-flat-xml">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- Draw documents -->
<app name="application/vnd.sun.xml.draw">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.graphics">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.graphics-flat-xml">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- Chart documents -->
<app name="application/vnd.oasis.opendocument.chart">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- Text master documents -->
<app name="application/vnd.sun.xml.writer.global">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
pt 2
<app name="application/vnd.oasis.opendocument.text-master">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- Math documents -->
<!-- In fact Math documents are not supported at all.
See: https://bugs.documentfoundation.org/show_bug.cgi?id=97006
<app name="application/vnd.sun.xml.math">
<action name="view" default="true" ext=""/>
</app>
<app name="application/vnd.oasis.opendocument.formula">
<action name="edit" default="true" ext=""/>
</app>
-->
<!-- Text template documents -->
<app name="application/vnd.sun.xml.writer.template">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.text-template">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- Writer master document templates -->
<app name="application/vnd.oasis.opendocument.text-master-template">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- Spreadsheet template documents -->
<app name="application/vnd.sun.xml.calc.template">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.spreadsheet-template">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- Presentation template documents -->
<app name="application/vnd.sun.xml.impress.template">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.presentation-template">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- Drawing template documents -->
<app name="application/vnd.sun.xml.draw.template">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.graphics-template">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- MS Word -->
<app name="application/msword">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/msword">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- MS Excel -->
<app name="application/vnd.ms-excel">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- MS PowerPoint -->
<app name="application/vnd.ms-powerpoint">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- OOXML wordprocessing -->
<app name="application/vnd.openxmlformats-officedocument.wordprocessingml.document">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-word.document.macroEnabled.12">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.openxmlformats-officedocument.wordprocessingml.template">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-word.template.macroEnabled.12">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- OOXML spreadsheet -->
<app name="application/vnd.openxmlformats-officedocument.spreadsheetml.template">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-excel.template.macroEnabled.12">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-excel.sheet.binary.macroEnabled.12">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-excel.sheet.macroEnabled.12">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- OOXML presentation -->
<app name="application/vnd.openxmlformats-officedocument.presentationml.presentation">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-powerpoint.presentation.macroEnabled.12">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.openxmlformats-officedocument.presentationml.template">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-powerpoint.template.macroEnabled.12">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- Others -->
<app name="application/vnd.wordperfect">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-aportisdoc">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-hwp">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-works">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-office">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-mswrite">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-dif-document">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="text/spreadsheet">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="text/csv">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-dbase">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.lotus-1-2-3">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/cgm">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/vnd.dxf">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/x-emf">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/x-wmf">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/coreldraw">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.visio2013">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.visio">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.ms-visio.drawing">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-mspublisher">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-sony-bbeb">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-gnumeric">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/macwriteii">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-iwork-numbers-sffnumbers">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.oasis.opendocument.text-web">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-pagemaker">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="text/rtf">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="text/markdown">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="text/plain">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-fictionbook+xml">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/clarisworks">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/x-wpg">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-iwork-pages-sffpages">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.openxmlformats-officedocument.presentationml.slideshow">
<action default="true" ext="" name="edit" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-iwork-keynote-sffkey">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-abiword">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/x-freehand">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/vnd.sun.xml.chart">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/x-t602">
<action default="true" ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/bmp">
<action ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/png">
<action ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/gif">
<action ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/tiff">
<action ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/jpg">
<action ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="image/jpeg">
<action ext="" name="view" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<app name="application/pdf">
<action ext="" name="view_comment" urlsrc="https://...:9980/browser/cc5614c67e/cool.html?"/>
</app>
<!-- End of legacy MIME-type actions -->
<app name="Settings">
<action ext="" name="iframe" urlsrc="https://...:9980/browser/cc5614c67e/adminIntegratorSettings.html"/>
</app>
<app name="Capabilities">
<action ext="" name="getinfo" urlsrc="https://...:9980/hosting/capabilities"/>
</app>
</net-zone>
* Connection #0 to host ...:443 left intact
Its alive!!!
ok outlining some steps in case it helps someone out there as I’m not sure if it was any one step that did it:
I added an AAAA record to cloudflare as I only had an A record before.
I appended port 443 to both the collabora container and to the receiver (opencloud, seafile, etc): https://[your domain]:443/hosting/discovery
darshan
September 18, 2026, 6:33am
10
Great, glad it is working now.
For anyone reading this later, here is what most likely fixed it, because I think only one of the two steps mattered.
Look at the discovery XML you posted: every urlsrc points at https://your-domain:9980/browser/ … coolwsd builds those URLs from the server_name setting (or, when that is empty, from the Host header of the request that fetched /hosting/discovery). Seafile and OpenCloud only use /hosting/discovery to look up those URLs; the actual editor is then loaded by the browser from the urlsrc. So even though the discovery fetch through Cloudflare worked, the browser was being sent to port 9980, and Cloudflare does not proxy that port. That is why the document never loaded.
Changing the port in the Collabora container to 443 changed server_name and therefore the urlsrc, so the browser started going through Cloudflare on 443 like everything else. The AAAA record is almost certainly unrelated, since with the Cloudflare proxy on, the addresses clients see are Cloudflare’s anyway.
Two small clean-ups you may want to make:
Set server_name to just the bare domain, with no port. The URLs then become https://your-domain/browser/ …, and 443 is implied. :443 works, it is just noise in every URL and in logs.
Keep ssl.enable=false and ssl.termination=true, as you have now, since TLS is terminated at your proxy and Cloudflare in front of it.
@MercyFunction Awesome work
Thanks
Darshan