Yet Anaother NC Office behind a proxy topic

Hi Al,
last week I finished the installation of the AIO image. Everything seems to be fine but after switching from OnlyOffice to Nextcloud Office editing office files is not working…

My setup:
Real domain and a official public IP
2 Pi’s running Docker:

  • 1 is running the NPM container (192.168.0.10)
services:
  proxy:
    hostname: proxy
    image: jc21/nginx-proxy-manager:latest
    restart: unless-stopped
    ports:
      - 8080:80 # forwarded in router
      - 8081:81 # not exposed externally
      - 8443:443 # forwarded in router
    volumes:
      - ./data:/data
      - ./letsencrypt:/etc/letsencrypt
    networks:
      - npm-net
networks:
  npm-net:
    driver: bridge

other pi is running nextcloud (192.168.0.11) :

services:
  nextcloud-aio-mastercontainer:
    image: nextcloud/all-in-one:latest
    init: true
    restart: always
    container_name: nextcloud-aio-mastercontainer
    volumes:
      - nextcloud_aio_mastercontainer:/mnt/docker-aio-config
      - //var/run/docker.sock:/var/run/docker.sock:ro
    ports:
      - 8383:8080
    environment:
      - NEXTCLOUD_DATADIR=/mnt/nextcloud/data
      - SKIP_DOMAIN_VALIDATION=false
      - APACHE_PORT=11000
      - APACHE_IP_BINDING=0.0.0.0
      - NEXTCLOUD_UPLOAD_LIMIT=20G
      - NEXTCLOUD_MAX_TIME=3000
      - NEXTCLOUD_MEMORY_LIMIT=2024M
volumes:
  nextcloud_aio_mastercontainer:
    name: nextcloud_aio_mastercontainer
networks: {}

NPM settings for the nextcloud environment:

I also tried adding 0.0.0.0/0 to the “WOPI request allow list” but no luck…:

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
    • 33.0.0
  • Operating system and version (e.g., Ubuntu 24.04):
    • Docker on Debian Trixie arch64
  • Web server and version (e.g, Apache 2.4.25):
    • Apache that came with the AIO stack
  • Reverse proxy and version _(e.g. nginx 1.27.2)
    • nginx (Nginx Proxy manager v2.14.0)
  • PHP version (e.g, 8.3):
    • 8.3.30
  • Is this the first time you’ve seen this error? (Yes / No):
    • Yes
  • When did this problem seem to first start?
    • after switching from Only Office to Nextcloud Office
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
    • AIO
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
    • no

Summary of the issue you are facing:

When opening a newly created “something.docx“ file I get this error:

Document loading failed
Failed to load Nextcloud Office - please try again later

After some refreshes I get this error:
Document loading failed
Failed to establish socket connection or socket connection closed unexpectedly. The reverse proxy might be misconfigured, please contact the administrator. For more info on proxy configuration please checkout Making sure you're not a bot!

Steps to replicate it (hint: details matter!):

  1. Install using the AIO image

  2. follow these npm instruction

  3. create new office document and open it

Log entries

Nextcloud

Please provide the log entries from your Nextcloud log that are generated during the time of problem (via the Copy raw option from Administration settings->Logging screen or from your nextcloud.log located in your data directory). Feel free to use a pastebin/gist service if necessary.

The only thing that pops up when i clean my log and “retrigger” my issue is this singe message:

{"reqId":"HrMBIfKI6ER7mosUElEs","level":0,"time":"2026-03-01T13:57:18+00:00","remoteAddr":"","user":"--","app":"admin_audit","method":"","url":"--","scriptName":"/var/www/html/occ","message":"The loading of lazy AppConfig values have been triggered by app \"admin_audit\"","userAgent":"--","version":"33.0.0.16","occ_command":["/var/www/html/occ","config:app:set"],"exception":{"Exception":"RuntimeException","Message":"The loading of lazy AppConfig values have been triggered by app \"admin_audit\"","Code":0,"Trace":[{"file":"/var/www/html/lib/private/AppConfig.php","line":564,"function":"loadConfig","class":"OC\\AppConfig","type":"->","args":["admin_audit",true]},{"file":"/var/www/html/core/Command/Config/App/SetConfig.php","line":130,"function":"getValueType","class":"OC\\AppConfig","type":"->","args":["admin_audit","logfile"]},{"file":"/var/www/html/3rdparty/symfony/console/Command/Command.php","line":326,"function":"execute","class":"OC\\Core\\Command\\Config\\App\\SetConfig","type":"->","args":[{"__class__":"Symfony\\Component\\Console\\Input\\ArgvInput"},{"__class__":"Symfony\\Component\\Console\\Output\\ConsoleOutput"}]},{"file":"/var/www/html/core/Command/Base.php","line":220,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->","args":[{"__class__":"Symfony\\Component\\Console\\Input\\ArgvInput"},{"__class__":"Symfony\\Component\\Console\\Output\\ConsoleOutput"}]},{"file":"/var/www/html/3rdparty/symfony/console/Application.php","line":1078,"function":"run","class":"OC\\Core\\Command\\Base","type":"->","args":[{"__class__":"Symfony\\Component\\Console\\Input\\ArgvInput"},{"__class__":"Symfony\\Component\\Console\\Output\\ConsoleOutput"}]},{"file":"/var/www/html/3rdparty/symfony/console/Application.php","line":324,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->","args":[{"__class__":"OC\\Core\\Command\\Config\\App\\SetConfig"},{"__class__":"Symfony\\Component\\Console\\Input\\ArgvInput"},{"__class__":"Symfony\\Component\\Console\\Output\\ConsoleOutput"}]},{"file":"/var/www/html/3rdparty/symfony/console/Application.php","line":175,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->","args":[{"__class__":"Symfony\\Component\\Console\\Input\\ArgvInput"},{"__class__":"Symfony\\Component\\Console\\Output\\ConsoleOutput"}]},{"file":"/var/www/html/lib/private/Console/Application.php","line":187,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->","args":[{"__class__":"Symfony\\Component\\Console\\Input\\ArgvInput"},{"__class__":"Symfony\\Component\\Console\\Output\\ConsoleOutput"}]},{"file":"/var/www/html/console.php","line":92,"function":"run","class":"OC\\Console\\Application","type":"->","args":[{"__class__":"Symfony\\Component\\Console\\Input\\ArgvInput"}]},{"file":"/var/www/html/occ","line":33,"args":["/var/www/html/console.php"],"function":"require_once"}],"File":"/var/www/html/lib/private/AppConfig.php","Line":1327,"message":"The loading of lazy AppConfig values have been triggered by app \"admin_audit\"","exception":"{\"class\":\"RuntimeException\",\"message\":\"The loading of lazy AppConfig values have been triggered by app \\\"admin_audit\\\"\",\"code\":0,\"file\":\"/var/www/html/lib/private/AppConfig.php:1327\",\"trace\":\"#0 /var/www/html/lib/private/AppConfig.php(564): OC\\AppConfig->loadConfig('admin_audit', true)\\n#1 /var/www/html/core/Command/Config/App/SetConfig.php(130): OC\\AppConfig->getValueType('admin_audit', 'logfile')\\n#2 /var/www/html/3rdparty/symfony/console/Command/Command.php(326): OC\\Core\\Command\\Config\\App\\SetConfig->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\\n#3 /var/www/html/core/Command/Base.php(220): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\\n#4 /var/www/html/3rdparty/symfony/console/Application.php(1078): OC\\Core\\Command\\Base->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\\n#5 /var/www/html/3rdparty/symfony/console/Application.php(324): Symfony\\Component\\Console\\Application->doRunCommand(Object(OC\\Core\\Command\\Config\\App\\SetConfig), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\\n#6 /var/www/html/3rdparty/symfony/console/Application.php(175): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\\n#7 /var/www/html/lib/private/Console/Application.php(187): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\\n#8 /var/www/html/console.php(92): OC\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput))\\n#9 /var/www/html/occ(33): require_once('/var/www/html/c...')\\n#10 {main}\"}","CustomMessage":"The loading of lazy AppConfig values have been triggered by app \"admin_audit\""},"id":"69a44c56d1e19"}

Web Browser

If the problem is related to the Web interface, open your browser inspector Console and Network tabs while refreshing (reloading) and reproducing the problem. Provide any relevant output/errors here that appear.

Web server / Reverse Proxy

The output of your Apache/nginx/system log in /var/log/____:

If I delete the logfile and retrigger my issue no new logfile is created bij NPM…

Configuration

Nextcloud

The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):

{
    "system": {
        "one-click-instance": true,
        "one-click-instance.user-limit": 100,
        "memcache.local": "\\OC\\Memcache\\APCu",
        "apps_paths": [
            {
                "path": "\/var\/www\/html\/apps",
                "url": "\/apps",
                "writable": false
            },
            {
                "path": "\/var\/www\/html\/custom_apps",
                "url": "\/custom_apps",
                "writable": true
            }
        ],
        "check_data_directory_permissions": false,
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "password": "***REMOVED SENSITIVE VALUE***",
            "port": 6379
        },
        "overwritehost": "<sup.domain.tld>",
        "overwriteprotocol": "https",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "localhost",
            "<sup.domain.tld>"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "pgsql",
        "version": "33.0.0.16",
        "overwrite.cli.url": "https:\/\/<sup.domain.tld>\/",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "maintenance": false,
        "updatechecker": true,
        "updatedirectory": "\/nc-updater",
        "loglevel": 2,
        "app_install_overwrite": [
            "nextcloud-aio",
            "memories",
            "breezedark"
        ],
        "log_type": "file",
        "logfile": "\/var\/www\/html\/data\/nextcloud.log",
        "log_rotate_size": 10485760,
        "log.condition": {
            "apps": [
                "admin_audit"
            ]
        },
        "preview_max_x": 2048,
        "preview_max_y": 2048,
        "jpeg_quality": 60,
        "enabledPreviewProviders": {
            "1": "OC\\Preview\\Image",
            "2": "OC\\Preview\\MarkDown",
            "3": "OC\\Preview\\MP3",
            "4": "OC\\Preview\\TXT",
            "5": "OC\\Preview\\OpenDocument",
            "6": "OC\\Preview\\Movie",
            "7": "OC\\Preview\\Krita",
            "0": "OC\\Preview\\Imaginary",
            "23": "OC\\Preview\\ImaginaryPDF"
        },
        "enable_previews": true,
        "upgrade.disable-web": true,
        "mail_smtpmode": "smtp",
        "trashbin_retention_obligation": "auto, 30",
        "versions_retention_obligation": "auto, 30",
        "activity_expire_days": 30,
        "simpleSignUpLink.shown": false,
        "share_folder": "\/Shared",
        "one-click-instance.link": "https:\/\/nextcloud.com\/all-in-one\/",
        "upgrade.cli-upgrade-link": "https:\/\/github.com\/nextcloud\/all-in-one\/discussions\/2726",
        "maintenance_window_start": 100,
        "allow_local_remote_servers": true,
        "davstorage.request_timeout": 3000,
        "documentation_url.server_logs": "https:\/\/github.com\/nextcloud\/all-in-one\/discussions\/5425",
        "htaccess.RewriteBase": "\/",
        "dbpersistent": false,
        "auth.bruteforce.protection.enabled": true,
        "ratelimit.protection.enabled": true,
        "files_external_allow_create_new_local": false,
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "preview_imaginary_url": "***REMOVED SENSITIVE VALUE***",
        "preview_imaginary_key": "***REMOVED SENSITIVE VALUE***",
        "onlyoffice": {
            "editors_check_interval": 0,
            "jwt_secret": "***REMOVED SENSITIVE VALUE***",
            "jwt_header": "AuthorizationJwt"
        },
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpauth": true,
        "mail_smtpport": "465",
        "mail_sendmailmode": "smtp",
        "mail_smtpstreamoptions": {
            "ssl": {
                "allow_self_signed": false,
                "verify_peer": true,
                "verify_peer_name": true
            }
        },
        "memories.db.triggers.fcu": true,
        "memories.exiftool": "\/var\/www\/html\/custom_apps\/memories\/bin-ext\/exiftool-aarch64-musl",
        "memories.vod.path": "\/var\/www\/html\/custom_apps\/memories\/bin-ext\/go-vod-aarch64",
        "memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg",
        "memories.vod.ffprobe": "\/usr\/bin\/ffprobe",
        "DOMAIN": "<sup.domain.tld>",
        "AIO_VERSION": "v12.7.0"
    }
}

Apps

The output of occ app:list (if possible).

docker exec --user www-data -it nextcloud-aio-nextcloud php occ app:list
Enabled:
  - activity: 6.0.0-dev.0
  - admin_audit: 1.23.0
  - breezedark: 29.0.0
  - bruteforcesettings: 6.0.0-dev.0
  - calendar: 6.2.1
  - circles: 33.0.0
  - cloud_federation_api: 1.17.0
  - comments: 1.23.0
  - contacts: 8.4.0
  - contactsinteraction: 1.14.1
  - dashboard: 7.13.0
  - dav: 1.36.0
  - deck: 1.17.0
  - drawio: 4.0.1
  - federatedfilesharing: 1.23.0
  - federation: 1.23.0
  - files: 2.5.0
  - files_downloadlimit: 5.1.0-dev.0
  - files_fulltextsearch: 33.0.0
  - files_pdfviewer: 6.0.0-dev.0
  - files_reminders: 1.6.0
  - files_sharing: 1.25.2
  - files_trashbin: 1.23.0
  - files_versions: 1.26.0
  - firstrunwizard: 6.0.0-dev.0
  - fulltextsearch: 33.0.0
  - fulltextsearch_elasticsearch: 33.0.0
  - logcleaner: 1.3.1
  - logreader: 6.0.0
  - lookup_server_connector: 1.21.0
  - memories: 7.8.2
  - nextcloud-aio: 0.8.0
  - nextcloud_announcements: 5.0.0
  - notes: 4.13.0
  - notifications: 6.0.0
  - notify_push: 1.3.0
  - oauth2: 1.21.0
  - password_policy: 5.0.0-dev.0
  - photos: 6.0.0-dev.0
  - privacy: 5.0.0-dev.0
  - profile: 1.2.0
  - provisioning_api: 1.23.0
  - recommendations: 6.0.0-dev.0
  - related_resources: 4.0.0-dev.0
  - richdocuments: 10.1.0
  - serverinfo: 5.0.0-dev.0
  - settings: 1.16.0
  - sharebymail: 1.23.0
  - support: 5.0.0
  - survey_client: 5.0.0-dev.0
  - systemtags: 1.23.0
  - tasks: 0.17.1
  - text: 7.0.0-dev.3
  - theming: 2.8.0
  - twofactor_backupcodes: 1.22.0
  - twofactor_totp: 15.0.0-dev.0
  - updatenotification: 1.23.0
  - user_status: 1.13.0
  - viewer: 6.0.0-dev.0
  - weather_status: 1.13.0
  - webhook_listeners: 1.5.0
  - whiteboard: 1.5.7
  - workflowengine: 2.15.0
Disabled:
  - app_api: 33.0.0 (installed 33.0.0)
  - encryption: 2.21.0
  - files_antivirus: 6.1.0
  - files_external: 1.25.1
  - suspicious_login: 11.0.0-dev.0
  - twofactor_nextcloud_notification: 7.0.0
  - user_ldap: 1.24.0

Hope someone can help, I really looking forward to try Nextcloud office

Just use my simple Nextcloud setup using Docker Compose. It has everything you are looking for and a complete working setup. it works on any system server not just the raspberry pi cause it uses the lastest nextcloud image. You will get a fully working nextcloud app, nextcloud office (collobara), Nextcloud talk signaling, and support for other apps such as memories and video indexing support for backups.

Reach out to me if you have any questions.

Also check this out for only Nextcloud office setup instructions.

Hi @DiXY, please follow How to debug problems with Collabora and/or Talk · nextcloud/all-in-one · Discussion #1358 · GitHub

Hi @szaimen ,
Thank you for your reply, I found that guide earlier, but forgot to read it completely, I already added the 0.0.0.0/0 to, like I wrote in the start post.

I tried to anonymize the output as much as possible. Hope I did enough and not too much :wink:

The out put of curl -vvv https://$NC_DOMAIN:443/hosting/discovery is

PART 1/3:

22:00:23.322277 [0-x] * [READ] client_reset, clear readers
22:00:23.324056 [0-0] * Host sub.domain.tld:443 was resolved.
22:00:23.324200 [0-0] * IPv6: (none)
22:00:23.324260 [0-0] * IPv4: 11.22.33.44
22:00:23.324333 [0-0] * [HTTPS-CONNECT] adding wanted h2
22:00:23.324425 [0-0] * [HTTPS-CONNECT] added
22:00:23.324501 [0-0] * [HTTPS-CONNECT] connect, init
22:00:23.324597 [0-0] *   Trying 11.22.33.44:443...
22:00:23.324800 [0-0] * [HTTPS-CONNECT] connect -> 0, done=0
22:00:23.324915 [0-0] * [HTTPS-CONNECT] Curl_conn_connect(block=0) -> 0, done=0
22:00:23.325051 [0-0] * [HTTPS-CONNECT] adjust_pollset -> 0, 1 socks
22:00:23.325546 [0-0] * [SSL] cf_connect()
22:00:23.325640 [0-0] * [SSL] ossl_connect, step1
22:00:23.328629 [0-0] * ALPN: curl offers h2,http/1.1
22:00:23.328726 [0-0] * [SSL] ossl_connect, step2
22:00:23.329391 [0-0] => Send SSL data, 5 bytes (0x5)
0000: .....
22:00:23.329550 [0-0] * TLSv1.3 (OUT), TLS handshake, Client hello (1):
22:00:23.329695 [0-0] => Send SSL data, 1564 bytes (0x61c)
0000: ........>0..4SZ.i.......zul.......ZT5. ?.5".t....B.z"....2.n.Vm[
0040: .y....F.<.......,.0.........+./...$.(.k.#.'.g.....9.....3.....=.
0080: <.5./..................sub.domain.tld.......................
00c0: ..............h2.http/1.1.........1.....6.4.....................
0100: ................................+........-.....3...............p
0140: j.`..7.l..VcY4......&k..&.b..H.(./N...7.M..aWV.E...x.'.3.&.:...C
0180: CH.Y$G.Z.s*...;.U.$k],..2.3..`..D..8.............l.r.ww.5.J...r.
01c0: ....;.q...g.E.yb...u...".w`..6../........=.^...9.*5...&.......u.
0200: ...A..A.&Y....2.%..k.f..,....2.. .?h2.....e....|.N...z,Y.w.\.+.(
0240: n.V.w.c..Yk"F...E..y...4..w..6mJ..fs%..lF7..!Y.d^.Z..C...F...B..
0280: .....\....B.dz.vk...%h..B[pV.....'.]qy.6..0.GT..;~..U4.s.8...o.[
02c0: 6..+..KX.zT5}5..#$...U...d.........2.a7EY.....L.l...)4...gj.. Q^
0300: .l68.)...}..f<..:..8U..H.J.......b.....V4II..D..X.3.j.v.....]...
0340: .A.J...H.8.s.^..z...f.....@..VD...\(.s5A..P...y..c.....,..2b):#3
0380: .=D<....;......e..TJ....9j.M..O..R..r...}@).1....Z.f....S.K|..cB
03c0: .H.z...e..1G.C......U.:*..#..>..h."<..r...i.IN.;.%..w.Y.nt.^.8.3
0400:  @....fL..S.....O....E..E.o....Q..jI....Ld....8..Q.....1.J...A .
0440: ......O.e1..._.M.,u.k.......f.....}V%x.Y.E.S.T.td3..9....q..M..A
0480: ).}i\.Yi5..-.....|.J.s.:I6Z*...Z........s@.a].....0...a.h!..I.'?
04c0: x.".T.w8.....gVC.....3....C.Y...r.A.../...{]D...LMp<.....k...tl`
0500: S.Wy..V..c.....=SQ{.)"..({+$.h[..b]...3........V.....&.0.......7
0540: N.cE,."h...Gd.b...'.....@K....&. .d1..&.V..h K(53..4.c....h..tD.
0580: ..K.....X.QH..z...9";.5h......*...v..T8...9.....C3+...x..@bw.K.R
05c0: .g.F.WY........#O..~.M.]C.d.5[E$..a...4Wx...{j...?v@...:... ....
0600: ...$@.*.....f...>....[.Y..=A
22:00:23.332974 [0-0] * [SSL] ossl_bio_cf_out_write(len=1569) -> 0, 1569
22:00:23.333080 [0-0] * [SSL] ossl_bio_cf_in_read(len=5) -> 81, 0
22:00:23.333161 [0-0] * [SSL] configuring OpenSSL's x509 trust store
22:00:23.333270 [0-0] * SSL Trust Anchors:
22:00:23.349701 [0-0] *   CAfile: /etc/ssl/certs/ca-certificates.crt
22:00:23.349781 [0-0] *   CApath: /etc/ssl/certs
22:00:23.349832 [0-0] * [SSL] SSL_connect() -> err=-1, detail=2
22:00:23.349929 [0-0] * [SSL] SSL_connect() -> want recv
22:00:23.350095 [0-0] * [SSL] cf_connect() -> 0, done=0
22:00:23.350168 [0-0] * [HTTPS-CONNECT] connect -> 0, done=0
22:00:23.350255 [0-0] * [HTTPS-CONNECT] Curl_conn_connect(block=0) -> 0, done=0
22:00:23.350352 [0-0] * [SSL] adjust_pollset, POLLIN fd=4
22:00:23.350413 [0-0] * [HTTPS-CONNECT] adjust_pollset -> 0, 1 socks
22:00:23.350498 [0-0] * [SSL] cf_connect()
22:00:23.350529 [0-0] * [SSL] ossl_connect, step2
22:00:23.350602 [0-0] * [SSL] ossl_bio_cf_in_read(len=5) -> 0, 5
22:00:23.350651 [0-0] <= Recv SSL data, 5 bytes (0x5)
0000: ....z
22:00:23.350747 [0-0] * [SSL] ossl_bio_cf_in_read(len=122) -> 0, 122
22:00:23.350819 [0-0] * TLSv1.3 (IN), TLS handshake, Server hello (2):
22:00:23.350929 [0-0] <= Recv SSL data, 122 bytes (0x7a)
0000: ...v.......?...........7w...(.M$._H... ?.5".t....B.z"....2.n.Vm[
0040: .y....F......+.....3.$... .{....?.....X.!.0.....z..@..^M.F
22:00:23.351828 [0-0] * [SSL] ossl_bio_cf_in_read(len=5) -> 0, 5
22:00:23.351914 [0-0] <= Recv SSL data, 5 bytes (0x5)
0000: .....
22:00:23.352016 [0-0] * [SSL] ossl_bio_cf_in_read(len=1) -> 0, 1
22:00:23.352106 [0-0] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
22:00:23.352261 [0-0] <= Recv SSL data, 1 bytes (0x1)
0000: .
22:00:23.352326 [0-0] * [SSL] ossl_bio_cf_in_read(len=5) -> 0, 5
22:00:23.352380 [0-0] <= Recv SSL data, 5 bytes (0x5)
0000: ....$
22:00:23.352427 [0-0] * [SSL] ossl_bio_cf_in_read(len=36) -> 0, 36
22:00:23.352532 [0-0] <= Recv SSL data, 1 bytes (0x1)
0000: .
22:00:23.352618 [0-0] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
22:00:23.352715 [0-0] <= Recv SSL data, 19 bytes (0x13)
0000: .................h2
22:00:23.352830 [0-0] * [SSL] ossl_bio_cf_in_read(len=5) -> 0, 5
22:00:23.352918 [0-0] <= Recv SSL data, 5 bytes (0x5)
0000: ....-
22:00:23.352979 [0-0] * [SSL] ossl_bio_cf_in_read(len=2093) -> 0, 2093
22:00:23.353031 [0-0] <= Recv SSL data, 1 bytes (0x1)
0000: .
22:00:23.353124 [0-0] * TLSv1.3 (IN), TLS handshake, Certificate (11):
22:00:23.353219 [0-0] <= Recv SSL data, 2076 bytes (0x81c)
0000: ...........0...0..2........^...D..F..B5...$.0...*.H.=...021.0...
0040: U....US1.0...U....Let's Encrypt1.0...U....E70...260223170715Z..2
0080: 60524170714Z0.1.0...U....sub.domain.tld0v0...*.H.=....+...".
00c0: b..E.{D;..%n.wv...{....4.B..R..........P....>....?..:..$P..L..5.
0100: ..Zq]/....I.e.......x*..B...c.^........0...0...U...........0...U
0140: .%..0...+.......0...U.......0.0...U.......C..9..H..$A....LA.j0..
0180: .U.#..0....H....D.o...`t.x....02..+........&0$0"..+.....0...http
01c0: ://e7.i.lencr.org/0...U....0...sub.domain.tld0...U. ..0.0...
0200: g.....0-..U...&0$0". ....http://e7.c.lencr.org/27.crl0.....+....
0240: .y............v..W.....>3.,........=q2%.!.%.a.N!.......8.....G0E
0280: .!....@z.@.U...+}..{.....2..6.0.}... ...(...tC.... W.d....w...m.
02c0: .etm..~...x.]WF......f.\Ud.}.@...hQ..i................33.b...G0E
0300: .!..{........mor..qvb.e.N8.dt..K.... 2q|...N.,<.Y.....y.........
0340: .....0...*.H.=....g.0d.0...5..Z.+"RC..f..d'oF...)....?......d%k8
0380: 4.E.).1..0Ne..#{1[..i.B...d..0yP.w........e.".Q.U.Q...u(.N....[0
03c0: ..W0..?.........u..+..".f......0...*.H........0O1.0...U....US1)0
0400: '..U... Internet Security Research Group1.0...U....ISRG Root X10
0440: ...240313000000Z..270312235959Z021.0...U....US1.0...U....Let's E
0480: ncrypt1.0...U....E70v0...*.H.=....+...".b..A....X..70...A..V...>
04c0: ....g...OS.../.)...F.[bN...A...@rE.,\J2.....je....u.@;.h....jq.t
0500: eQS....'.3....0..0...U...........0...U.%..0...+.........+.......
0540: 0...U.......0.......0...U.......H....D.o...`t.x....0...U.#..0...
0580: y.Y.{....s.....X...n02..+........&0$0"..+.....0...http://x1.i.le
05c0: ncr.org/0...U. ..0.0...g.....0'..U... 0.0.......http://x1.c.lenc
0600: r.org/0...*.H................|7K....}...p....u.hG.A.Wp..u.FI..P.
0640: .5.M..5..e^^..(f.p..._r.......E..j..Q.....-..v.D`..'.x..&./B.|pY
0680: ..z..'.$X...9.....*wz..L....y.BP .............MF..S..KL0.<..uC+8
06c0: ..V2.....)=zz....B....W...-...Y"....{..:..D5n-h.S@.w.iE..`....l.
0700: ...~3..c..|..K..A..a.Kg....U...3...1.h.X.2...N.1.}p...9.G....{.6
0740: .........\D....Qrq.o.&....R.......~.5.S.1..D._H,n0.k........G.j=
0780: .......|.i.....pwK...F&sIi{].....H$.Kk..(B.................-.i..
07c0: ..o...........X..i|...{{...F..Ia......c..UK....x5p........d...K.
0800: ...sO.A.=}..+Kr.U0.?m.lrG...
22:00:23.359322 [0-0] * [SSL] ossl_bio_cf_in_read(len=5) -> 0, 5
22:00:23.359401 [0-0] <= Recv SSL data, 5 bytes (0x5)
0000: .....
22:00:23.359500 [0-0] * [SSL] ossl_bio_cf_in_read(len=128) -> 0, 128
22:00:23.359630 [0-0] <= Recv SSL data, 1 bytes (0x1)
0000: .
22:00:23.359731 [0-0] * TLSv1.3 (IN), TLS handshake, CERT verify (15):
22:00:23.359835 [0-0] <= Recv SSL data, 111 bytes (0x6f)
0000: ...k...g0e.1..~.|.\.VI6)u.x.....A-....-...b..T\..........$p+..01
0040: ....F`@.E.....OF....+`.Q.'..k....\...s...WN...\
22:00:23.362105 [0-0] * [SSL] ossl_bio_cf_in_read(len=5) -> 0, 5
22:00:23.362212 [0-0] <= Recv SSL data, 5 bytes (0x5)
0000: ....E
22:00:23.362288 [0-0] * [SSL] ossl_bio_cf_in_read(len=69) -> 0, 69
22:00:23.362385 [0-0] <= Recv SSL data, 1 bytes (0x1)
0000: .
22:00:23.362522 [0-0] * TLSv1.3 (IN), TLS handshake, Finished (20):
22:00:23.362609 [0-0] <= Recv SSL data, 52 bytes (0x34)
0000: ...0...G.."op^."}i.r.........c...8R.dy.2N~......qX..
22:00:23.362828 [0-0] => Send SSL data, 5 bytes (0x5)
0000: .....
22:00:23.362899 [0-0] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
22:00:23.362957 [0-0] => Send SSL data, 1 bytes (0x1)
0000: .
22:00:23.363105 [0-0] => Send SSL data, 5 bytes (0x5)
0000: ....E
22:00:23.363198 [0-0] => Send SSL data, 1 bytes (0x1)
0000: .
22:00:23.363266 [0-0] * TLSv1.3 (OUT), TLS handshake, Finished (20):
22:00:23.363313 [0-0] => Send SSL data, 52 bytes (0x34)
0000: ...0...,.?9.N....T.8m....}.:~WR..>..^O..1T.....*W*..
22:00:23.363529 [0-0] * [SSL] ossl_bio_cf_out_write(len=80) -> 0, 80
22:00:23.363713 [0-0] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
22:00:23.363881 [0-0] * ALPN: server accepted h2
22:00:23.363942 [0-0] * [SSL] ossl_connect, step3
22:00:23.364017 [0-0] * Server certificate:
22:00:23.364089 [0-0] *   subject: CN=sub.domain.tld
22:00:23.364204 [0-0] *   start date: Feb 23 17:07:15 2026 GMT
22:00:23.364312 [0-0] *   expire date: May 24 17:07:14 2026 GMT
22:00:23.364406 [0-0] *   issuer: C=US; O=Let's Encrypt; CN=E7
22:00:23.364482 [0-0] *   Certificate level 0: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using ecdsa-with-SHA384
22:00:23.364604 [0-0] *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
22:00:23.364773 [0-0] *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
22:00:23.364939 [0-0] *   subjectAltName: "sub.domain.tld" matches cert's "sub.domain.tld"
22:00:23.365080 [0-0] * SSL certificate verified via OpenSSL.
22:00:23.365128 [0-0] * [SSL] ossl_connect, done
22:00:23.365166 [0-0] * [SSL] cf_connect() -> 0, done=1
22:00:23.365206 [0-0] * [HTTPS-CONNECT] connect+handshake h2: 40ms, 1st data: 26ms
22:00:23.365319 [0-0] * [SETUP] query ALPN
22:00:23.365373 [0-0] * [SSL] query ALPN: returning 'h2'
22:00:23.365510 [0-0] * [HTTP/2] [0] created h2 session
22:00:23.365599 [0-0] * [HTTP/2] [0] -> FRAME[SETTINGS, len=18]
22:00:23.365648 [0-0] * [HTTP/2] [0] -> FRAME[WINDOW_UPDATE, incr=1048510465]
22:00:23.365700 [0-0] * [HTTP/2] cf_connect() -> 0, 1,
22:00:23.365737 [0-0] * [HTTPS-CONNECT] connect -> 0, done=1
22:00:23.365779 [0-0] * [HTTPS-CONNECT] Curl_conn_connect(block=0) -> 0, done=1
22:00:23.365861 [0-0] * Established connection to sub.domain.tld (11.22.33.44 port 443) from 172.20.0.11 port 54682
22:00:23.366048 [0-0] * [HTTPS-CONNECT] query ALPN
22:00:23.366126 [0-0] * [SSL] query ALPN: returning 'h2'
22:00:23.366259 [0-0] * using HTTP/2
22:00:23.366335 [0-0] * [HTTP/2] [1] OPENED stream for https://sub.domain.tld:443/hosting/discovery
22:00:23.366452 [0-0] * [HTTP/2] [1] [:method: GET]
22:00:23.366487 [0-0] * [HTTP/2] [1] [:scheme: https]
22:00:23.366534 [0-0] * [HTTP/2] [1] [:authority: sub.domain.tld]
22:00:23.366658 [0-0] * [HTTP/2] [1] [:path: /hosting/discovery]
22:00:23.366784 [0-0] * [HTTP/2] [1] [user-agent: curl/8.17.0]
22:00:23.366881 [0-0] * [HTTP/2] [1] [accept: */*]
22:00:23.366917 [0-0] * [HTTP/2] [1] submit -> 0, 97
22:00:23.367012 [0-0] * [HTTP/2] [1] -> FRAME[HEADERS, len=47, hend=1, eos=1]
22:00:23.367151 [0-0] => Send SSL data, 5 bytes (0x5)
0000: .....
22:00:23.367202 [0-0] => Send SSL data, 1 bytes (0x1)
0000: .
22:00:23.367343 [0-0] * [SSL] ossl_bio_cf_out_write(len=142) -> 0, 142
22:00:23.367464 [0-0] * [HTTP/2] [1] cf_send(len=97) -> 0, 97, eos=1, h2 windows 65535-65535 (stream-conn), buffers 0-0 (stream-conn)
22:00:23.367654 [0-0] => Send header, 97 bytes (0x61)
0000: GET /hosting/discovery HTTP/2
001f: Host: sub.domain.tld
0039: User-Agent: curl/8.17.0
0052: Accept: */*
005f:
22:00:23.367879 [0-0] * [SSL] ossl_bio_cf_in_read(len=65653) -> 0, 668
22:00:23.367990 [0-0] <= Recv SSL data, 5 bytes (0x5)
0000: ....*
22:00:23.368076 [0-0] <= Recv SSL data, 1 bytes (0x1)
0000: .
22:00:23.368162 [0-0] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
22:00:23.368213 [0-0] <= Recv SSL data, 281 bytes (0x119)
0000: .......,.................#... ...H.C...:.......w..Qj..-.....?B.@
0040: Z....v%2..i.T.@..q.......6...x,bR.9......4p,.].."..]....Ps@.....
0080: K....[.<^........R..%..X...2.B.(.$f.E.G. .7oI...../.g.A._.Q.L...
00c0: (...gD...R....A.p.G....".....>{W...3....>].r....F.:.g..O.\..^#.&
0100: .........j.)ML?.P..2.`...
22:00:23.368723 [0-0] <= Recv SSL data, 5 bytes (0x5)
0000: ....*
22:00:23.368833 [0-0] <= Recv SSL data, 1 bytes (0x1)
0000: .
22:00:23.368939 [0-0] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
22:00:23.369047 [0-0] <= Recv SSL data, 281 bytes (0x119)
0000: .......,.................#... ...H.C.....Gko...8&.,.2bK..v<.c.}.
0040: u.d.@ud.-.b...7..]...Rk...7&..v..f...oqi.N..-...v3.eZ...........
0080: .J,....h..V...../..25.]l.i .k.JN.e)..&}FX..D)..b(_)-9.'W&d-....3
00c0: ..a.f.5..P8l..: .o...4.>..'.#.=.!.Nd.......mCC.....2?...... `z.c
0100: .+..............".....,..
22:00:23.369616 [0-0] <= Recv SSL data, 5 bytes (0x5)
0000: ....9
22:00:23.369697 [0-0] <= Recv SSL data, 1 bytes (0x1)
0000: .
22:00:23.369798 [0-0] * [SSL] ossl_recv(len=16384) -> 0, 40 (in_pending=1)
22:00:23.369921 [0-0] * [HTTP/2] [0] ingress: read 40 bytes
22:00:23.370013 [0-0] * [HTTP/2] [0] <- FRAME[SETTINGS, len=18]
22:00:23.370090 [0-0] * [HTTP/2] [0] MAX_CONCURRENT_STREAMS: 128
22:00:23.370183 [0-0] * [HTTP/2] [0] ENABLE_PUSH: TRUE
22:00:23.370237 [0-0] * [HTTP/2] [0] notify MAX_CONCURRENT_STREAMS: 128
22:00:23.370327 [0-0] * [HTTP/2] [0] <- FRAME[WINDOW_UPDATE, incr=2147418112]
22:00:23.370681 [0-0] * [HTTP/2] [0] progress ingress: inbufg=0
22:00:23.370806 [0-0] * [SSL] ossl_bio_cf_in_read(len=65653) -> 0, 31
22:00:23.370920 [0-0] <= Recv SSL data, 5 bytes (0x5)
0000: .....
22:00:23.371047 [0-0] <= Recv SSL data, 1 bytes (0x1)
0000: .
22:00:23.371185 [0-0] * [SSL] ossl_recv(len=16384) -> 0, 9 (in_pending=1)
22:00:23.371308 [0-0] * [HTTP/2] [0] ingress: read 9 bytes
22:00:23.371397 [0-0] * [HTTP/2] [0] <- FRAME[SETTINGS, ack=1]
22:00:23.371467 [0-0] * [HTTP/2] [0] progress ingress: inbufg=0
22:00:23.371555 [0-0] * [SSL] ossl_bio_cf_in_read(len=65653) -> 81, 0
22:00:23.371608 [0-0] * [SSL] ossl_recv(len=16384) -> 81, 0 (in_pending=0)
22:00:23.371658 [0-0] * [HTTP/2] [0] progress ingress: done
22:00:23.371726 [0-0] * [HTTP/2] [0] -> FRAME[SETTINGS, ack=1]
22:00:23.371824 [0-0] => Send SSL data, 5 bytes (0x5)
0000: .....
22:00:23.371925 [0-0] => Send SSL data, 1 bytes (0x1)
0000: .
22:00:23.372061 [0-0] * [SSL] ossl_bio_cf_out_write(len=31) -> 0, 31
22:00:23.372158 [0-0] * [HTTP/2] [1] cf_recv(len=102400) -> 81, 0, window=0/65536, connection 1048576000/1048576000
22:00:23.372325 [0-0] * Request completely sent off
22:00:23.372388 [0-0] * [SSL] ossl_bio_cf_in_read(len=65653) -> 81, 0
22:00:23.372480 [0-0] * [SSL] ossl_recv(len=16384) -> 81, 0 (in_pending=0)
22:00:23.372579 [0-0] * [HTTP/2] [0] progress ingress: done
22:00:23.372655 [0-0] * [HTTP/2] [1] cf_recv(len=102400) -> 81, 0, window=0/65536, connection 1048576000/1048576000
22:00:23.372844 [0-0] * [SSL] adjust_pollset, POLLIN fd=4
22:00:23.372943 [0-0] * [SSL] ossl_bio_cf_in_read(len=65653) -> 81, 0
22:00:23.373065 [0-0] * [SSL] ossl_recv(len=16384) -> 81, 0 (in_pending=0)
22:00:23.373198 [0-0] * [HTTP/2] [0] progress ingress: done
22:00:23.373296 [0-0] * [HTTP/2] [1] cf_recv(len=102400) -> 81, 0, window=0/65536, connection 1048576000/1048576000
22:00:23.373510 [0-0] * [SSL] adjust_pollset, POLLIN fd=4
22:00:23.376068 [0-0] * [SSL] ossl_bio_cf_in_read(len=65653) -> 0, 8184
22:00:23.376160 [0-0] <= Recv SSL data, 5 bytes (0x5)
0000: .....
22:00:23.376303 [0-0] <= Recv SSL data, 1 bytes (0x1)
0000: .
22:00:23.376419 [0-0] * [SSL] ossl_recv(len=16384) -> 0, 8162 (in_pending=1)
22:00:23.376534 [0-0] * [HTTP/2] [0] ingress: read 8162 bytes
22:00:23.376608 [0-0] <= Recv header, 13 bytes (0xd)
0000: HTTP/2 200
22:00:23.376672 [0-0] * [WRITE] [OUT] wrote 13 header bytes -> 13
22:00:23.376716 [0-0] * [WRITE] [PAUSE] writing 13/13 bytes of type c -> 0
22:00:23.376808 [0-0] * [WRITE] download_write header(type=c, blen=13) -> 0
22:00:23.376925 [0-0] * [WRITE] client_write(type=c, len=13) -> 0
22:00:23.377013 [0-0] * [HTTP/2] [1] local window update by 10420224
22:00:23.377080 [0-0] * [HTTP/2] [1] status: HTTP/2 200
22:00:23.377152 [0-0] <= Recv header, 19 bytes (0x13)
0000: server: openresty
22:00:23.377351 [0-0] * [WRITE] header_collect pushed(type=1, len=19) -> 0
22:00:23.377403 [0-0] * [WRITE] [OUT] wrote 19 header bytes -> 19
22:00:23.377489 [0-0] * [WRITE] [PAUSE] writing 19/19 bytes of type 4 -> 0
22:00:23.377580 [0-0] * [WRITE] download_write header(type=4, blen=19) -> 0
22:00:23.377667 [0-0] * [WRITE] client_write(type=4, len=19) -> 0
22:00:23.377760 [0-0] * [HTTP/2] [1] header: server: openresty
22:00:23.377867 [0-0] <= Recv header, 37 bytes (0x25)
0000: date: Sun, 01 Mar 2026 21:00:23 GMT
22:00:23.378020 [0-0] * [WRITE] header_collect pushed(type=1, len=37) -> 0
22:00:23.378132 [0-0] * [WRITE] [OUT] wrote 37 header bytes -> 37
22:00:23.378235 [0-0] * [WRITE] [PAUSE] writing 37/37 bytes of type 4 -> 0
22:00:23.378346 [0-0] * [WRITE] download_write header(type=4, blen=37) -> 0
22:00:23.378506 [0-0] * [WRITE] client_write(type=4, len=37) -> 0
22:00:23.378628 [0-0] * [HTTP/2] [1] header: date: Sun, 01 Mar 2026 21:00:23 GMT
22:00:23.378763 [0-0] <= Recv header, 24 bytes (0x18)
0000: content-type: text/xml
22:00:23.378856 [0-0] * [WRITE] header_collect pushed(type=1, len=24) -> 0
22:00:23.378994 [0-0] * [WRITE] [OUT] wrote 24 header bytes -> 24
22:00:23.379102 [0-0] * [WRITE] [PAUSE] writing 24/24 bytes of type 4 -> 0
22:00:23.379232 [0-0] * [WRITE] download_write header(type=4, blen=24) -> 0
22:00:23.379372 [0-0] * [WRITE] client_write(type=4, len=24) -> 0
22:00:23.379460 [0-0] * [HTTP/2] [1] header: content-type: text/xml
22:00:23.379552 [0-0] <= Recv header, 23 bytes (0x17)
0000: content-length: 31900
22:00:23.379614 [0-0] * [WRITE] header_collect pushed(type=1, len=23) -> 0
22:00:23.379665 [0-0] * [WRITE] [OUT] wrote 23 header bytes -> 23
22:00:23.379740 [0-0] * [WRITE] [PAUSE] writing 23/23 bytes of type 4 -> 0
22:00:23.379841 [0-0] * [WRITE] download_write header(type=4, blen=23) -> 0
22:00:23.379951 [0-0] * [WRITE] client_write(type=4, len=23) -> 0
22:00:23.380053 [0-0] * [HTTP/2] [1] header: content-length: 31900
22:00:23.380154 [0-0] <= Recv header, 42 bytes (0x2a)
0000: last-modified: Sun, 01 Mar 2026 21:00:23
22:00:23.380332 [0-0] * [WRITE] header_collect pushed(type=1, len=42) -> 0
22:00:23.380442 [0-0] * [WRITE] [OUT] wrote 42 header bytes -> 42
22:00:23.380533 [0-0] * [WRITE] [PAUSE] writing 42/42 bytes of type 4 -> 0
22:00:23.380637 [0-0] * [WRITE] download_write header(type=4, blen=42) -> 0
22:00:23.380742 [0-0] * [WRITE] client_write(type=4, len=42) -> 0
22:00:23.380833 [0-0] * [HTTP/2] [1] header: last-modified: Sun, 01 Mar 2026 21:00:23
22:00:23.380963 [0-0] <= Recv header, 16 bytes (0x10)
0000: via: 1.1 Caddy
22:00:23.381067 [0-0] * [WRITE] header_collect pushed(type=1, len=16) -> 0
22:00:23.381189 [0-0] * [WRITE] [OUT] wrote 16 header bytes -> 16
22:00:23.381318 [0-0] * [WRITE] [PAUSE] writing 16/16 bytes of type 4 -> 0
22:00:23.381417 [0-0] * [WRITE] download_write header(type=4, blen=16) -> 0
22:00:23.381553 [0-0] * [WRITE] client_write(type=4, len=16) -> 0
22:00:23.381634 [0-0] * [HTTP/2] [1] header: via: 1.1 Caddy
22:00:23.381716 [0-0] <= Recv header, 33 bytes (0x21)
0000: x-content-type-options: nosniff
22:00:23.381812 [0-0] * [WRITE] header_collect pushed(type=1, len=33) -> 0
22:00:23.381865 [0-0] * [WRITE] [OUT] wrote 33 header bytes -> 33
22:00:23.381917 [0-0] * [WRITE] [PAUSE] writing 33/33 bytes of type 4 -> 0
22:00:23.382027 [0-0] * [WRITE] download_write header(type=4, blen=33) -> 0
22:00:23.382142 [0-0] * [WRITE] client_write(type=4, len=33) -> 0
22:00:23.382230 [0-0] * [HTTP/2] [1] header: x-content-type-options: nosniff
22:00:23.382359 [0-0] <= Recv header, 33 bytes (0x21)
0000: x-served-by: sub.domain.tld
22:00:23.382515 [0-0] * [WRITE] header_collect pushed(type=1, len=33) -> 0
22:00:23.382589 [0-0] * [WRITE] [OUT] wrote 33 header bytes -> 33
22:00:23.382734 [0-0] * [WRITE] [PAUSE] writing 33/33 bytes of type 4 -> 0
22:00:23.382897 [0-0] * [WRITE] download_write header(type=4, blen=33) -> 0
22:00:23.383032 [0-0] * [WRITE] client_write(type=4, len=33) -> 0
22:00:23.383082 [0-0] * [HTTP/2] [1] header: x-served-by: sub.domain.tld
22:00:23.383135 [0-0] * [HTTP/2] [1] <- FRAME[HEADERS, len=142, hend=1, eos=0]
22:00:23.383262 [0-0] <= Recv header, 2 bytes (0x2)
0000:
22:00:23.383360 [0-0] * [WRITE] header_collect pushed(type=1, len=2) -> 0
22:00:23.383414 [0-0] * [WRITE] [OUT] wrote 2 header bytes -> 2
22:00:23.383495 [0-0] * [WRITE] [PAUSE] writing 2/2 bytes of type 4 -> 0
22:00:23.383592 [0-0] * [WRITE] download_write header(type=4, blen=2) -> 0
22:00:23.383689 [0-0] * [WRITE] client_write(type=4, len=2) -> 0
22:00:23.383797 [0-0] <= Recv data, 8002 bytes (0x1f42)
0000: <wopi-discovery>.    <net-zone name="external-http">..        <!
0040: -- Writer documents -->.        <app favIconUrl="https://sub
0080: .domain.tld/browser/0de01f3f02/images/x-office-document.svg" nam
00c0: e="writer">.            <action default="true" ext="sxw" name="v
0100: iew" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.
0140: html?"/>.            <action default="true" ext="odt" name="edit
0180: " urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.htm
01c0: l?"/>.            <action default="true" ext="fodt" name="edit"
0200: urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?
0240: "/>.            <!-- Text template documents -->.            <ac
0280: tion default="true" ext="stw" name="view" urlsrc="https://sub.
02c0: domain.tld/browser/0de01f3f02/cool.html?"/>.            <actio
0300: n default="true" ext="ott" name="view" urlsrc="https://sub.
0340: domain.tld/browser/0de01f3f02/cool.html?"/>.            <!-- MS W
0380: ord -->.            <action default="true" ext="doc" name="edit"
03c0:  urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html
0400: ?"/>.            <action default="true" ext="dot" name="view" ur
0440: lsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/
0480: >.            <!-- OOXML wordprocessing -->.            <action
04c0: default="true" ext="docx" name="edit" urlsrc="https://sub.
0500: .domain.tld/browser/0de01f3f02/cool.html?"/>.            <action de
0540: fault="true" ext="docm" name="edit" urlsrc="https://sub.domain
0580: .tld/browser/0de01f3f02/cool.html?"/>.            <action defa
05c0: ult="true" ext="dotx" name="view" urlsrc="https://sub.domain
0600: .tld/browser/0de01f3f02/cool.html?"/>.            <action defaul
0640: t="true" ext="dotm" name="view" urlsrc="https://sub.domain.
0680: tld/browser/0de01f3f02/cool.html?"/>.            <!-- Others -->.
06c0:             <action default="true" ext="wpd" name="view" urlsrc=
0700: "https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
0740:          <action default="true" ext="pdb" name="view" urlsrc="ht
0780: tps://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
07c0:       <action default="true" ext="hwp" name="view" urlsrc="https
0800: ://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
0840:    <action default="true" ext="wps" name="view" urlsrc="https://
0880: sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
08c0: <action default="true" ext="wri" name="view" urlsrc="https://sub
0900: .domain.tld/browser/0de01f3f02/cool.html?"/>.            <ac
0940: tion default="true" ext="lrf" name="view" urlsrc="https://sub.
0980: domain.tld/browser/0de01f3f02/cool.html?"/>.            <actio
09c0: n default="true" ext="mw" name="view" urlsrc="https://sub.
0a00: .domain.tld/browser/0de01f3f02/cool.html?"/>.            <action de
0a40: fault="true" ext="rtf" name="edit" urlsrc="https://sub.domain
0a80: .tld/browser/0de01f3f02/cool.html?"/>.            <action defau
0ac0: lt="true" ext="txt" name="edit" urlsrc="https://sub.domain.
0b00: tld/browser/0de01f3f02/cool.html?"/>.            <action default=
0b40: "true" ext="fb2" name="view" urlsrc="https://sub.domain.tld/
0b80: browser/0de01f3f02/cool.html?"/>.            <action default="tr
0bc0: ue" ext="cwk" name="view" urlsrc="https://sub.domain.tld/bro
0c00: wser/0de01f3f02/cool.html?"/>.            <action default="true"
0c40:  ext="pages" name="view" urlsrc="https://sub.domain.tld/brow
0c80: ser/0de01f3f02/cool.html?"/>.            <action default="true"
0cc0: ext="abw" name="view" urlsrc="https://sub.domain.tld/browser
0d00: /0de01f3f02/cool.html?"/>.            <action default="true" ext
0d40: ="602" name="view" urlsrc="https://sub.domain.tld/browser/0d
0d80: e01f3f02/cool.html?"/>.        </app>..        <app name="writer
0dc0: -global">.            <!-- Text master documents -->.
0e00:  <action default="true" ext="sxg" name="view" urlsrc="https://
0e40: sub.domain.tld/browser/0de01f3f02/cool.html?"/>.            <a
0e80: ction default="true" ext="odm" name="edit" urlsrc="https://sub
0ec0: .domain.tld/browser/0de01f3f02/cool.html?"/>.            <!--
0f00: Writer master document templates -->.            <action default
0f40: ="true" ext="otm" name="view" urlsrc="https://sub.domain.tld
0f80: /browser/0de01f3f02/cool.html?"/>.        </app>..        <app n
0fc0: ame="writer-web">.            <action default="true" ext="oth" n
1000: ame="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02
1040: /cool.html?"/>.        </app>..        <!-- Calc documents -->.
1080:        <app favIconUrl="https://sub.domain.tld/browser/0de01
10c0: f3f02/images/x-office-spreadsheet.svg" name="calc">.
1100: <action default="true" ext="sxc" name="view" urlsrc="https://
1140: sub.domain.tld/browser/0de01f3f02/cool.html?"/>.            <ac
1180: tion default="true" ext="ods" name="edit" urlsrc="https://sub.
11c0: domain.tld/browser/0de01f3f02/cool.html?"/>.            <actio
1200: n default="true" ext="fods" name="edit" urlsrc="https://sub.
1240: domain.tld/browser/0de01f3f02/cool.html?"/>.            <!-- Spr
1280: eadsheet template documents -->.            <action default="tru
12c0: e" ext="stc" name="view" urlsrc="https://sub.domain.tld/brow
1300: ser/0de01f3f02/cool.html?"/>.            <action default="true"
1340: ext="ots" name="view" urlsrc="https://sub.domain.tld/browser
1380: /0de01f3f02/cool.html?"/>.            <!-- MS Excel -->.
13c0:     <action default="true" ext="xls" name="edit" urlsrc="https:/
1400: /sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
1440:  <action default="true" ext="xla" name="edit" urlsrc="https://
1480: sub.domain.tld/browser/0de01f3f02/cool.html?"/>.            <!
14c0: -- OOXML spreadsheet -->.            <action default="true" ext=
1500: "xltx" name="view" urlsrc="https://sub.domain.tld/browser/0d
1540: e01f3f02/cool.html?"/>.            <action default="true" ext="x
1580: ltm" name="view" urlsrc="https://sub.domain.tld/browser/0de0
15c0: 1f3f02/cool.html?"/>.            <action default="true" ext="xls
1600: x" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f
1640: 3f02/cool.html?"/>.            <action default="true" ext="xlsb"
1680:  name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f
16c0: 02/cool.html?"/>.            <action default="true" ext="xlsm" n
1700: ame="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02
1740: /cool.html?"/>.            <!-- Others -->.            <action d
1780: efault="true" ext="dif" name="edit" urlsrc="https://sub.domain
17c0: .tld/browser/0de01f3f02/cool.html?"/>.            <action defa
1800: ult="true" ext="slk" name="edit" urlsrc="https://sub.domain
1840: .tld/browser/0de01f3f02/cool.html?"/>.            <action default
1880: ="true" ext="csv" name="edit" urlsrc="https://sub.domain.tld
18c0: /browser/0de01f3f02/cool.html?"/>.            <action default="t
1900: rue" ext="tsv" name="edit" urlsrc="https://sub.domain.tld/br
1940: owser/0de01f3f02/cool.html?"/>.            <action default="true
1980: " ext="dbf" name="edit" urlsrc="https://sub.domain.tld/brows
19c0: er/0de01f3f02/cool.html?"/>.            <action default="true" e
1a00: xt="wk1" name="view" urlsrc="https://sub.domain.tld/browser/
1a40: 0de01f3f02/cool.html?"/>.            <action default="true" ext=
1a80: "wks" name="view" urlsrc="https://sub.domain.tld/browser/0de
1ac0: 01f3f02/cool.html?"/>.            <action default="true" ext="xl
1b00: r" name="view" urlsrc="https://sub.domain.tld/browser/0de01f
1b40: 3f02/cool.html?"/>.            <action default="true" ext="123"
1b80: name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f0
1bc0: 2/cool.html?"/>.            <action default="true" ext="qpw" nam
1c00: e="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/c
1c40: ool.html?"/>.            <action default="true" ext="wb1" name="
1c80: view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool
1cc0: .html?"/>.            <action default="true" ext="wq1" name="vie
1d00: w" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.ht
1d40: ml?"/>.            <action default="true" ext="wq2" name="view"
1d80: urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?
1dc0: "/>.            <action default="true" ext="gnumeric" name="view
1e00: " urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.htm
1e40: l?"/>.            <action default="true" ext="numbers" name="vie
1e80: w" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.ht
1ec0: ml?"/>.        </app>..        <!-- Impress documents -->.
1f00:   <app favIconUrl="https://sub.domain.tld/browser/0de01f3f02
1f40: /i

PART 2/3:

<wopi-discovery>
    <net-zone name="external-http">

        <!-- Writer documents -->
        <app favIconUrl="https://sub.domain.tld/browser/0de01f3f02/images/x-office-document.svg" name="writer">
            <action default="true" ext="sxw" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="odt" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="fodt" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <!-- Text template documents -->
            <action default="true" ext="stw" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="ott" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <!-- MS Word -->
            <action default="true" ext="doc" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="dot" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <!-- OOXML wordprocessing -->
            <action default="true" ext="docx" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="docm" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="dotx" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="dotm" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <!-- Others -->
            <action default="true" ext="wpd" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="pdb" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="hwp" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="wps" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="wri" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="lrf" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="mw" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="rtf" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="txt" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="fb2" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="cwk" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="pages" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="abw" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="602" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <app name="writer-global">
            <!-- Text master documents -->
            <action default="true" ext="sxg" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="odm" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <!-- Writer master document templates -->
            <action default="true" ext="otm" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <app name="writer-web">
            <action default="true" ext="oth" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- Calc documents -->
        <app favIconUrl="https://sub.domain.tld/browser/0de01f3f02/images/x-office-spreadsheet.svg" name="calc">
            <action default="true" ext="sxc" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="ods" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="fods" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <!-- Spreadsheet template documents -->
            <action default="true" ext="stc" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="ots" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <!-- MS Excel -->
            <action default="true" ext="xls" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="xla" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <!-- OOXML spreadsheet -->
            <action default="true" ext="xltx" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="xltm" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="xlsx" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="xlsb" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="xlsm" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <!-- Others -->
            <action default="true" ext="dif" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="slk" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="csv" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="tsv" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="dbf" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="wk1" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="wks" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="xlr" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="123" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="qpw" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="wb1" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="wq1" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="wq2" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="gnumeric" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="numbers" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- Impress documents -->
        <app favIconUrl="https://sub.domain.tld/browser/0de01f3f02/i22:00:23.400445 [0-0] * [WRITE] [OUT] wrote 8002 body bytes -> 8002
22:00:23.400542 [0-0] * [WRITE] [PAUSE] writing 8002/8002 bytes of type 1 -> 0
22:00:23.400777 [0-0] * [WRITE] download_write body(type=1, blen=8002) -> 0
22:00:23.400838 [0-0] * [WRITE] client_write(type=1, len=8002) -> 0
22:00:23.400899 [0-0] * [WRITE] xfer_write_resp(len=8002, eos=0) -> 0
22:00:23.401156 [0-0] * [HTTP/2] [1] <- FRAME[DATA, len=8002, eos=0, padlen=0]
22:00:23.401258 [0-0] * [HTTP/2] [1] DATA, window=8002/20905984
22:00:23.401484 [0-0] * [HTTP/2] [0] progress ingress: inbufg=0
22:00:23.401748 [0-0] * [SSL] ossl_bio_cf_in_read(len=65653) -> 0, 22951
22:00:23.401950 [0-0] <= Recv SSL data, 5 bytes (0x5)
0000: .....
22:00:23.402164 [0-0] <= Recv SSL data, 1 bytes (0x1)
0000: .
22:00:23.402212 [0-0] * [SSL] ossl_recv(len=16384) -> 0, 4105 (in_pending=1)
22:00:23.402330 [0-0] * [HTTP/2] [0] ingress: read 4105 bytes
22:00:23.402523 [0-0] <= Recv data, 4096 bytes (0x1000)
0000: mages/x-office-presentation.svg" name="impress">.            <ac
0040: tion default="true" ext="sxi" name="view" urlsrc="https://sub.
0080: domain.tld/browser/0de01f3f02/cool.html?"/>.            <actio
00c0: n default="true" ext="odp" name="edit" urlsrc="https://sub
0100: .domain.tld/browser/0de01f3f02/cool.html?"/>.            <action d
0140: efault="true" ext="fodp" name="edit" urlsrc="https://sub.
0180: domain.tld/browser/0de01f3f02/cool.html?"/>.            <!-- Presen
01c0: tation template documents -->.            <action default="true"
0200:  ext="sti" name="view" urlsrc="https://sub.domain.tld/browse
0240: r/0de01f3f02/cool.html?"/>.            <action default="true" ex
0280: t="otp" name="view" urlsrc="https://sub.domain.tld/browser/0
02c0: de01f3f02/cool.html?"/>.            <!-- MS PowerPoint -->.
0300:        <action default="true" ext="ppt" name="edit" urlsrc="http
0340: s://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
0380:     <action default="true" ext="pot" name="view" urlsrc="https:/
03c0: /sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
0400:  <!-- OOXML presentation -->.            <action default="true"
0440: ext="pptx" name="edit" urlsrc="https://sub.domain.tld/browse
0480: r/0de01f3f02/cool.html?"/>.            <action default="true" ex
04c0: t="pptm" name="edit" urlsrc="https://sub.domain.tld/browser/
0500: 0de01f3f02/cool.html?"/>.            <action default="true" ext=
0540: "potx" name="view" urlsrc="https://sub.domain.tld/browser/0d
0580: e01f3f02/cool.html?"/>.            <action default="true" ext="p
05c0: otm" name="view" urlsrc="https://sub.domain.tld/browser/0de0
0600: 1f3f02/cool.html?"/>.            <action default="true" ext="pps
0640: x" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f
0680: 3f02/cool.html?"/>.            <!-- Others -->.            <acti
06c0: on default="true" ext="cgm" name="view" urlsrc="https://sub.
0700: domain.tld/browser/0de01f3f02/cool.html?"/>.            <action
0740: default="true" ext="key" name="view" urlsrc="https://sub.
0780: domain.tld/browser/0de01f3f02/cool.html?"/>.        </app>..
07c0:  <!-- Draw documents -->.        <app name="draw">.            <
0800: action default="true" ext="sxd" name="view" urlsrc="https://sub
0840: .domain.tld/browser/0de01f3f02/cool.html?"/>.            <act
0880: ion default="true" ext="odg" name="edit" urlsrc="https://sub.
08c0: domain.tld/browser/0de01f3f02/cool.html?"/>.            <action
0900:  default="true" ext="fodg" name="edit" urlsrc="https://sub.
0940: domain.tld/browser/0de01f3f02/cool.html?"/>.            <!-- Draw
0980: ing template documents -->.            <action default="true" ex
09c0: t="std" name="view" urlsrc="https://sub.domain.tld/browser/0
0a00: de01f3f02/cool.html?"/>.            <action default="true" ext="
0a40: otg" name="view" urlsrc="https://sub.domain.tld/browser/0de0
0a80: 1f3f02/cool.html?"/>.            <!-- Others -->.            <ac
0ac0: tion ext="svg" name="view" urlsrc="https://sub.domain.tld/br
0b00: owser/0de01f3f02/cool.html?"/>.            <action default="true
0b40: " ext="dxf" name="view" urlsrc="https://sub.domain.tld/brows
0b80: er/0de01f3f02/cool.html?"/>.            <action default="true" e
0bc0: xt="emf" name="view" urlsrc="https://sub.domain.tld/browser/
0c00: 0de01f3f02/cool.html?"/>.            <action default="true" ext=
0c40: "wmf" name="view" urlsrc="https://sub.domain.tld/browser/0de
0c80: 01f3f02/cool.html?"/>.            <action default="true" ext="cd
0cc0: r" name="view" urlsrc="https://sub.domain.tld/browser/0de01f
0d00: 3f02/cool.html?"/>.            <action default="true" ext="vsd"
0d40: name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f0
0d80: 2/cool.html?"/>.            <action default="true" ext="vsdx" na
0dc0: me="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/
0e00: cool.html?"/>.            <action default="true" ext="vss" name=
0e40: "view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/coo
0e80: l.html?"/>.            <action default="true" ext="pub" name="vi
0ec0: ew" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.h
0f00: tml?"/>.            <action default="true" ext="p65" name="view"
0f40:  urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html
0f80: ?"/>.            <action default="true" ext="wpg" name="view" ur
0fc0: lsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/
mages/x-office-presentation.svg" name="impress">
            <action default="true" ext="sxi" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="odp" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="fodp" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <!-- Presentation template documents -->
            <action default="true" ext="sti" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="otp" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <!-- MS PowerPoint -->
            <action default="true" ext="ppt" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="pot" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <!-- OOXML presentation -->
            <action default="true" ext="pptx" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="pptm" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="potx" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="potm" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="ppsx" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <!-- Others -->
            <action default="true" ext="cgm" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="key" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- Draw documents -->
        <app name="draw">
            <action default="true" ext="sxd" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="odg" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="fodg" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <!-- Drawing template documents -->
            <action default="true" ext="std" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="otg" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <!-- Others -->
            <action ext="svg" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="dxf" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="emf" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="wmf" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="cdr" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="vsd" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="vsdx" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="vss" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="pub" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="p65" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action default="true" ext="wpg" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/22:00:23.411150 [0-0] * [WRITE] [OUT] wrote 4096 body bytes -> 4096
22:00:23.411198 [0-0] * [WRITE] [PAUSE] writing 4096/4096 bytes of type 1 -> 0
22:00:23.411251 [0-0] * [WRITE] download_write body(type=1, blen=4096) -> 0
22:00:23.411301 [0-0] * [WRITE] client_write(type=1, len=4096) -> 0
22:00:23.411346 [0-0] * [WRITE] xfer_write_resp(len=4096, eos=0) -> 0
22:00:23.411397 [0-0] * [HTTP/2] [1] <- FRAME[DATA, len=4096, eos=0, padlen=0]
22:00:23.411452 [0-0] * [HTTP/2] [1] DATA, window=12098/20905984
22:00:23.411499 [0-0] * [HTTP/2] [0] progress ingress: inbufg=0
22:00:23.411570 [0-0] <= Recv SSL data, 5 bytes (0x5)
0000: ...@.
22:00:23.411649 [0-0] <= Recv SSL data, 1 bytes (0x1)
0000: .
22:00:23.411959 [0-0] * [SSL] ossl_recv(len=16384) -> 0, 16384 (in_pending=1)
22:00:23.412027 [0-0] * [HTTP/2] [0] ingress: read 16384 bytes
22:00:23.412076 [0-0] <= Recv data, 8192 bytes (0x2000)
0000: >.            <action default="true" ext="fh" name="view" urlsrc
0040: ="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
0080:           <action ext="bmp" name="view" urlsrc="https://sub
00c0: .domain.tld/browser/0de01f3f02/cool.html?"/>.            <action
0100: ext="png" name="view" urlsrc="https://sub.domain.tld/browser
0140: /0de01f3f02/cool.html?"/>.            <action ext="gif" name="vi
0180: ew" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.h
01c0: tml?"/>.            <action ext="tiff" name="view" urlsrc="https
0200: ://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
0240:    <action ext="jpg" name="view" urlsrc="https://sub.domain
0280: .tld/browser/0de01f3f02/cool.html?"/>.            <action ext="jp
02c0: eg" name="view" urlsrc="https://sub.domain.tld/browser/0de01
0300: f3f02/cool.html?"/>.            <action ext="pdf" name="view_com
0340: ment" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool
0380: .html?"/>.        </app>..        <!-- Math documents -->.
03c0:   <!-- In fact Math documents are not supported at all..
0400:      See: https://bugs.documentfoundation.org/show_bug.cgi?id=97
0440: 006.        <app name="math">.            <action name="view" de
0480: fault="true" ext="sxm"/>.            <action name="edit" default
04c0: ="true" ext="odf"/>.        </app>.        -->..        <!-- Leg
0500: acy MIME-type actions (compatibility) -->..        <app name="im
0540: age/svg+xml">.            <action ext="" name="view" urlsrc="htt
0580: ps://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
05c0:  </app>.        <app name="application/vnd.ms-powerpoint">.
0600:        <action default="true" ext="" name="edit" urlsrc="https:/
0640: /sub.domain.tld/browser/0de01f3f02/cool.html?"/>.        </a
0680: pp>.        <app name="application/vnd.ms-excel">.            <a
06c0: ction default="true" ext="" name="edit" urlsrc="https://sub
0700: .domain.tld/browser/0de01f3f02/cool.html?"/>.        </app>..
0740:     <!-- Writer documents -->.        <app name="application/vnd
0780: .sun.xml.writer">.            <action default="true" ext="" name
07c0: ="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/co
0800: ol.html?"/>.        </app>.        <app name="application/vnd.oa
0840: sis.opendocument.text">.            <action default="true" ext="
0880: " name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3
08c0: f02/cool.html?"/>.        </app>.        <app name="application/
0900: vnd.oasis.opendocument.text-flat-xml">.            <action defau
0940: lt="true" ext="" name="edit" urlsrc="https://sub.domain.tld/
0980: browser/0de01f3f02/cool.html?"/>.        </app>..        <!-- Ca
09c0: lc documents -->.        <app name="application/vnd.sun.xml.calc
0a00: ">.            <action default="true" ext="" name="view" urlsrc=
0a40: "https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
0a80:      </app>.        <app name="application/vnd.oasis.opendocumen
0ac0: t.spreadsheet">.            <action default="true" ext="" name="
0b00: edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool
0b40: .html?"/>.        </app>.        <app name="application/vnd.oasi
0b80: s.opendocument.spreadsheet-flat-xml">.            <action defaul
0bc0: t="true" ext="" name="edit" urlsrc="https://sub.domain.tld/b
0c00: rowser/0de01f3f02/cool.html?"/>.        </app>..        <!-- Imp
0c40: ress documents -->.        <app name="application/vnd.sun.xml.im
0c80: press">.            <action default="true" ext="" name="view" ur
0cc0: lsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/
0d00: >.        </app>.        <app name="application/vnd.oasis.opendo
0d40: cument.presentation">.            <action default="true" ext=""
0d80: name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f0
0dc0: 2/cool.html?"/>.        </app>.        <app name="application/vn
0e00: d.oasis.opendocument.presentation-flat-xml">.            <action
0e40:  default="true" ext="" name="edit" urlsrc="https://sub.domain
0e80: .tld/browser/0de01f3f02/cool.html?"/>.        </app>..        <
0ec0: !-- Draw documents -->.        <app name="application/vnd.sun.xm
0f00: l.draw">.            <action default="true" ext="" name="edit" u
0f40: rlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"
0f80: />.        </app>.        <app name="application/vnd.oasis.opend
0fc0: ocument.graphics">.            <action default="true" ext="" nam
1000: e="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/c
1040: ool.html?"/>.        </app>.        <app name="application/vnd.o
1080: asis.opendocument.graphics-flat-xml">.            <action defaul
10c0: t="true" ext="" name="edit" urlsrc="https://sub.domain.tld/b
1100: rowser/0de01f3f02/cool.html?"/>.        </app>..        <!-- Cha
1140: rt documents -->.        <app name="application/vnd.oasis.opendo
1180: cument.chart">.            <action default="true" ext="" name="e
11c0: dit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.
1200: html?"/>.        </app>..        <!-- Text master documents -->.
1240:         <app name="application/vnd.sun.xml.writer.global">.
1280:        <action default="true" ext="" name="view" urlsrc="https:/
12c0: /sub.domain.tld/browser/0de01f3f02/cool.html?"/>.        </a
1300: pp>.        <app name="application/vnd.oasis.opendocument.text-m
1340: aster">.            <action default="true" ext="" name="edit" ur
1380: lsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/
13c0: >.        </app>..        <!-- Math documents -->.        <!-- I
1400: n fact Math documents are not supported at all..             See
1440: : https://bugs.documentfoundation.org/show_bug.cgi?id=97006.
1480:     <app name="application/vnd.sun.xml.math">.            <actio
14c0: n name="view" default="true" ext=""/>.        </app>.        <ap
1500: p name="application/vnd.oasis.opendocument.formula">.
1540:  <action name="edit" default="true" ext=""/>.        </app>.
1580:     -->.        <!-- Text template documents -->.        <app na
15c0: me="application/vnd.sun.xml.writer.template">.            <actio
1600: n default="true" ext="" name="view" urlsrc="https://sub.domain
1640: .tld/browser/0de01f3f02/cool.html?"/>.        </app>.        <
1680: app name="application/vnd.oasis.opendocument.text-template">.
16c0:          <action default="true" ext="" name="view" urlsrc="https
1700: ://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.        <
1740: /app>..        <!-- Writer master document templates -->.
1780:  <app name="application/vnd.oasis.opendocument.text-master-templ
17c0: ate">.            <action default="true" ext="" name="view" urls
1800: rc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
1840:         </app>..        <!-- Spreadsheet template documents -->.
1880:         <app name="application/vnd.sun.xml.calc.template">.
18c0:        <action default="true" ext="" name="view" urlsrc="https:/
1900: /sub.domain.tld/browser/0de01f3f02/cool.html?"/>.        </a
1940: pp>.        <app name="application/vnd.oasis.opendocument.spread
1980: sheet-template">.            <action default="true" ext="" name=
19c0: "view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/coo
1a00: l.html?"/>.        </app>..        <!-- Presentation template do
1a40: cuments -->.        <app name="application/vnd.sun.xml.impress.t
1a80: emplate">.            <action default="true" ext="" name="view"
1ac0: urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?
1b00: "/>.        </app>.        <app name="application/vnd.oasis.open
1b40: document.presentation-template">.            <action default="tr
1b80: ue" ext="" name="view" urlsrc="https://sub.domain.tld/browse
1bc0: r/0de01f3f02/cool.html?"/>.        </app>..        <!-- Drawing
1c00: template documents -->.        <app name="application/vnd.sun.xm
1c40: l.draw.template">.            <action default="true" ext="" name
1c80: ="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/co
1cc0: ol.html?"/>.        </app>.        <app name="application/vnd.oa
1d00: sis.opendocument.graphics-template">.            <action default
1d40: ="true" ext="" name="view" urlsrc="https://sub.domain.tld/br
1d80: owser/0de01f3f02/cool.html?"/>.        </app>..        <!-- MS W
1dc0: ord -->.        <app name="application/msword">.            <act
1e00: ion default="true" ext="" name="edit" urlsrc="https://sub.
1e40: .domain.tld/browser/0de01f3f02/cool.html?"/>.        </app>.
1e80:  <app name="application/msword">.            <action default="tr
1ec0: ue" ext="" name="edit" urlsrc="https://sub.domain.tld/browse
1f00: r/0de01f3f02/cool.html?"/>.        </app>..        <!-- MS Excel
1f40:  -->.        <app name="application/vnd.ms-excel">.            <
1f80: action default="true" ext="" name="edit" urlsrc="https://sub.
1fc0: domain.tld/browser/0de01f3f02/cool.html?"/>.        </app>..
>
            <action default="true" ext="fh" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action ext="bmp" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action ext="png" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action ext="gif" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action ext="tiff" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action ext="jpg" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action ext="jpeg" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
            <action ext="pdf" name="view_comment" urlsrc="https://sub.domain.tld/browser/0de01f3f02/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://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.ms-powerpoint">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.ms-excel">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- Writer documents -->
        <app name="application/vnd.sun.xml.writer">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.oasis.opendocument.text">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.oasis.opendocument.text-flat-xml">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- Calc documents -->
        <app name="application/vnd.sun.xml.calc">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.oasis.opendocument.spreadsheet">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.oasis.opendocument.spreadsheet-flat-xml">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- Impress documents -->
        <app name="application/vnd.sun.xml.impress">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.oasis.opendocument.presentation">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.oasis.opendocument.presentation-flat-xml">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- Draw documents -->
        <app name="application/vnd.sun.xml.draw">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.oasis.opendocument.graphics">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.oasis.opendocument.graphics-flat-xml">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- Chart documents -->
        <app name="application/vnd.oasis.opendocument.chart">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- Text master documents -->
        <app name="application/vnd.sun.xml.writer.global">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.oasis.opendocument.text-master">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/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://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.oasis.opendocument.text-template">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- Writer master document templates -->
        <app name="application/vnd.oasis.opendocument.text-master-template">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- Spreadsheet template documents -->
        <app name="application/vnd.sun.xml.calc.template">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.oasis.opendocument.spreadsheet-template">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- Presentation template documents -->
        <app name="application/vnd.sun.xml.impress.template">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.oasis.opendocument.presentation-template">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- Drawing template documents -->
        <app name="application/vnd.sun.xml.draw.template">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.oasis.opendocument.graphics-template">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- MS Word -->
        <app name="application/msword">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/msword">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- MS Excel -->
        <app name="application/vnd.ms-excel">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

   22:00:23.453713 [0-0] * [WRITE] [OUT] wrote 8192 body bytes -> 8192
22:00:23.454232 [0-0] * [WRITE] [PAUSE] writing 8192/8192 bytes of type 1 -> 0
22:00:23.454933 [0-0] * [WRITE] download_write body(type=1, blen=8192) -> 0
22:00:23.455488 [0-0] * [WRITE] client_write(type=1, len=8192) -> 0
22:00:23.456021 [0-0] * [WRITE] xfer_write_resp(len=8192, eos=0) -> 0
22:00:23.456658 [0-0] * [HTTP/2] [1] <- FRAME[DATA, len=8192, eos=0, padlen=0]
22:00:23.457128 [0-0] * [HTTP/2] [1] DATA, window=20290/20905984
22:00:23.457743 [0-0] <= Recv data, 8174 bytes (0x1fee)
0000:      <!-- MS PowerPoint -->.        <app name="application/vnd.m
0040: s-powerpoint">.            <action default="true" ext="" name="e
0080: dit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.
00c0: html?"/>.        </app>..        <!-- OOXML wordprocessing -->.
0100:        <app name="application/vnd.openxmlformats-officedocument.
0140: wordprocessingml.document">.            <action default="true" e
0180: xt="" name="edit" urlsrc="https://sub.domain.tld/browser/0de
01c0: 01f3f02/cool.html?"/>.        </app>.        <app name="applicat
0200: ion/vnd.ms-word.document.macroEnabled.12">.            <action d
0240: efault="true" ext="" name="edit" urlsrc="https://sub.domain
0280: .tld/browser/0de01f3f02/cool.html?"/>.        </app>.        <app
02c0:  name="application/vnd.openxmlformats-officedocument.wordprocess
0300: ingml.template">.            <action default="true" ext="" name=
0340: "view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/coo
0380: l.html?"/>.        </app>.        <app name="application/vnd.ms-
03c0: word.template.macroEnabled.12">.            <action default="tru
0400: e" ext="" name="view" urlsrc="https://sub.domain.tld/browser
0440: /0de01f3f02/cool.html?"/>.        </app>..        <!-- OOXML spr
0480: eadsheet -->.        <app name="application/vnd.openxmlformats-o
04c0: fficedocument.spreadsheetml.template">.            <action defau
0500: lt="true" ext="" name="view" urlsrc="https://sub.domain.tld/
0540: browser/0de01f3f02/cool.html?"/>.        </app>.        <app nam
0580: e="application/vnd.ms-excel.template.macroEnabled.12">.
05c0:    <action default="true" ext="" name="view" urlsrc="https://sub
0600: .domain.tld/browser/0de01f3f02/cool.html?"/>.        </app>.
0640:         <app name="application/vnd.openxmlformats-officedocument
0680: .spreadsheetml.sheet">.            <action default="true" ext=""
06c0:  name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f
0700: 02/cool.html?"/>.        </app>.        <app name="application/v
0740: nd.ms-excel.sheet.binary.macroEnabled.12">.            <action d
0780: efault="true" ext="" name="edit" urlsrc="https://sub.domain
07c0: .tld/browser/0de01f3f02/cool.html?"/>.        </app>.        <app
0800:  name="application/vnd.ms-excel.sheet.macroEnabled.12">.
0840:     <action default="true" ext="" name="edit" urlsrc="https://
0880: sub.domain.tld/browser/0de01f3f02/cool.html?"/>.        </app>
08c0: ..        <!-- OOXML presentation -->.        <app name="applica
0900: tion/vnd.openxmlformats-officedocument.presentationml.presentati
0940: on">.            <action default="true" ext="" name="edit" urlsr
0980: c="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
09c0:        </app>.        <app name="application/vnd.ms-powerpoint.p
0a00: resentation.macroEnabled.12">.            <action default="true"
0a40:  ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0
0a80: de01f3f02/cool.html?"/>.        </app>.        <app name="applic
0ac0: ation/vnd.openxmlformats-officedocument.presentationml.template"
0b00: >.            <action default="true" ext="" name="view" urlsrc="
0b40: https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
0b80:     </app>.        <app name="application/vnd.ms-powerpoint.temp
0bc0: late.macroEnabled.12">.            <action default="true" ext=""
0c00:  name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f
0c40: 02/cool.html?"/>.        </app>..        <!-- Others -->.
0c80:  <app name="application/vnd.wordperfect">.            <action de
0cc0: fault="true" ext="" name="view" urlsrc="https://sub.domain.
0d00: tld/browser/0de01f3f02/cool.html?"/>.        </app>.        <app
0d40: name="application/x-aportisdoc">.            <action default="tr
0d80: ue" ext="" name="view" urlsrc="https://sub.domain.tld/browse
0dc0: r/0de01f3f02/cool.html?"/>.        </app>.        <app name="app
0e00: lication/x-hwp">.            <action default="true" ext="" name=
0e40: "view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/coo
0e80: l.html?"/>.        </app>.        <app name="application/vnd.ms-
0ec0: works">.            <action default="true" ext="" name="view" ur
0f00: lsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/
0f40: >.        </app>.        <app name="application/vnd.ms-office">.
0f80:             <action default="true" ext="" name="view" urlsrc="ht
0fc0: tps://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
1000:   </app>.        <app name="application/x-mswrite">.
1040: <action default="true" ext="" name="view" urlsrc="https://sub.
1080: domain.tld/browser/0de01f3f02/cool.html?"/>.        </app>.
10c0:      <app name="application/x-dif-document">.            <action
1100:  default="true" ext="" name="edit" urlsrc="https://sub.domain
1140: .tld/browser/0de01f3f02/cool.html?"/>.        </app>.        <a
1180: pp name="text/spreadsheet">.            <action default="true" e
11c0: xt="" name="edit" urlsrc="https://sub.domain.tld/browser/0de
1200: 01f3f02/cool.html?"/>.        </app>.        <app name="text/csv
1240: ">.            <action default="true" ext="" name="edit" urlsrc=
1280: "https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
12c0:      </app>.        <app name="application/x-dbase">.
1300:  <action default="true" ext="" name="edit" urlsrc="https://sub.
1340: domain.tld/browser/0de01f3f02/cool.html?"/>.        </app>.
1380:       <app name="application/vnd.lotus-1-2-3">.            <acti
13c0: on default="true" ext="" name="view" urlsrc="https://sub.
1400: domain.tld/browser/0de01f3f02/cool.html?"/>.        </app>.
1440: <app name="image/cgm">.            <action default="true" ext=""
1480:  name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f
14c0: 02/cool.html?"/>.        </app>.        <app name="image/vnd.dxf
1500: ">.            <action default="true" ext="" name="view" urlsrc=
1540: "https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
1580:      </app>.        <app name="image/x-emf">.            <action
15c0:  default="true" ext="" name="view" urlsrc="https://sub.domain
1600: .tld/browser/0de01f3f02/cool.html?"/>.        </app>.        <a
1640: pp name="image/x-wmf">.            <action default="true" ext=""
1680:  name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f
16c0: 02/cool.html?"/>.        </app>.        <app name="application/c
1700: oreldraw">.            <action default="true" ext="" name="view"
1740:  urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html
1780: ?"/>.        </app>.        <app name="application/vnd.visio2013
17c0: ">.            <action default="true" ext="" name="view" urlsrc=
1800: "https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
1840:      </app>.        <app name="application/vnd.visio">.
1880:    <action default="true" ext="" name="view" urlsrc="https://sub
18c0: .domain.tld/browser/0de01f3f02/cool.html?"/>.        </app>.
1900:         <app name="application/vnd.ms-visio.drawing">.
1940:   <action default="true" ext="" name="view" urlsrc="https://sub
1980: .domain.tld/browser/0de01f3f02/cool.html?"/>.        </app>.
19c0:        <app name="application/x-mspublisher">.            <actio
1a00: n default="true" ext="" name="view" urlsrc="https://sub.domain
1a40: .tld/browser/0de01f3f02/cool.html?"/>.        </app>.        <
1a80: app name="application/x-sony-bbeb">.            <action default=
1ac0: "true" ext="" name="view" urlsrc="https://sub.domain.tld/bro
1b00: wser/0de01f3f02/cool.html?"/>.        </app>.        <app name="
1b40: application/x-gnumeric">.            <action default="true" ext=
1b80: "" name="view" urlsrc="https://sub.domain.tld/browser/0de01f
1bc0: 3f02/cool.html?"/>.        </app>.        <app name="application
1c00: /macwriteii">.            <action default="true" ext="" name="vi
1c40: ew" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.h
1c80: tml?"/>.        </app>.        <app name="application/x-iwork-nu
1cc0: mbers-sffnumbers">.            <action default="true" ext="" nam
1d00: e="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/c
1d40: ool.html?"/>.        </app>.        <app name="application/vnd.o
1d80: asis.opendocument.text-web">.            <action default="true"
1dc0: ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0d
1e00: e01f3f02/cool.html?"/>.        </app>.        <app name="applica
1e40: tion/x-pagemaker">.            <action default="true" ext="" nam
1e80: e="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/c
1ec0: ool.html?"/>.        </app>.        <app name="text/rtf">.
1f00:       <action default="true" ext="" name="edit" urlsrc="https://
1f40: sub.domain.tld/browser/0de01f3f02/cool.html?"/>.        </ap
1f80: p>.        <app name="text/plain">.            <action default="
1fc0: true" ext="" name="edit" urlsrc="https://sub
     <!-- MS PowerPoint -->
        <app name="application/vnd.ms-powerpoint">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- OOXML wordprocessing -->
        <app name="application/vnd.openxmlformats-officedocument.wordprocessingml.document">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.ms-word.document.macroEnabled.12">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.openxmlformats-officedocument.wordprocessingml.template">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.ms-word.template.macroEnabled.12">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- OOXML spreadsheet -->
        <app name="application/vnd.openxmlformats-officedocument.spreadsheetml.template">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.ms-excel.template.macroEnabled.12">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.ms-excel.sheet.binary.macroEnabled.12">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.ms-excel.sheet.macroEnabled.12">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- OOXML presentation -->
        <app name="application/vnd.openxmlformats-officedocument.presentationml.presentation">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.ms-powerpoint.presentation.macroEnabled.12">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.openxmlformats-officedocument.presentationml.template">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.ms-powerpoint.template.macroEnabled.12">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- Others -->
        <app name="application/vnd.wordperfect">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/x-aportisdoc">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/x-hwp">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.ms-works">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.ms-office">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/x-mswrite">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/x-dif-document">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="text/spreadsheet">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="text/csv">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/x-dbase">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.lotus-1-2-3">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="image/cgm">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="image/vnd.dxf">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="image/x-emf">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="image/x-wmf">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/coreldraw">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.visio2013">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.visio">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.ms-visio.drawing">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/x-mspublisher">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/x-sony-bbeb">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/x-gnumeric">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/macwriteii">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/x-iwork-numbers-sffnumbers">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.oasis.opendocument.text-web">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/x-pagemaker">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="text/rtf">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="text/plain">
            <action default="true" ext="" name="edit" urlsrc="https://sub22:00:23.512707 [0-0] * [WRITE] [OUT] wrote 8174 body bytes -> 8174
22:00:23.513038 [0-0] * [WRITE] [PAUSE] writing 8174/8174 bytes of type 1 -> 0
22:00:23.513468 [0-0] * [WRITE] download_write body(type=1, blen=8174) -> 0
22:00:23.513848 [0-0] * [WRITE] client_write(type=1, len=8174) -> 0
22:00:23.514196 [0-0] * [WRITE] xfer_write_resp(len=8174, eos=0) -> 0
22:00:23.514886 [0-0] * [HTTP/2] [0] progress ingress: inbufg=0
22:00:23.515483 [0-0] <= Recv SSL data, 5 bytes (0x5)
0000: .....
22:00:23.516161 [0-0] * [SSL] ossl_bio_cf_in_read(len=1049) -> 0, 1049
22:00:23.516549 [0-0] <= Recv SSL data, 1 bytes (0x1)
0000: .
22:00:23.516920 [0-0] * [SSL] ossl_recv(len=16384) -> 0, 3445 (in_pending=1)
22:00:23.517325 [0-0] * [HTTP/2] [0] ingress: read 3445 bytes
22:00:23.517672 [0-0] <= Recv data, 18 bytes (0x12)
0000: sub.domain.tld/brow
22:00:23.518127 [0-0] * [WRITE] [OUT] wrote 18 body bytes -> 18
22:00:23.518545 [0-0] * [WRITE] [PAUSE] writing 18/18 bytes of type 1 -> 0
22:00:23.518991 [0-0] * [WRITE] download_write body(type=1, blen=18) -> 0
22:00:23.519376 [0-0] * [WRITE] client_write(type=1, len=18) -> 0
22:00:23.519691 [0-0] * [WRITE] xfer_write_resp(len=18, eos=0) -> 0
22:00:23.520191 [0-0] * [HTTP/2] [1] <- FRAME[DATA, len=8192, eos=0, padlen=0]
22:00:23.520755 [0-0] * [HTTP/2] [1] DATA, window=28482/20905984
22:00:23.521139 [0-0] <= Recv data, 3418 bytes (0xd5a)
0000: ser/0de01f3f02/cool.html?"/>.        </app>.        <app name="a
0040: pplication/x-fictionbook+xml">.            <action default="true
0080: " ext="" name="view" urlsrc="https://sub.domain.tld/browser/
00c0: 0de01f3f02/cool.html?"/>.        </app>.        <app name="appli
0100: cation/clarisworks">.            <action default="true" ext="" n
0140: ame="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02
0180: /cool.html?"/>.        </app>.        <app name="image/x-wpg">.
01c0:            <action default="true" ext="" name="view" urlsrc="htt
0200: ps://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
0240:  </app>.        <app name="application/x-iwork-pages-sffpages">.
0280:             <action default="true" ext="" name="view" urlsrc="ht
02c0: tps://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
0300:   </app>.        <app name="application/vnd.openxmlformats-offic
0340: edocument.presentationml.slideshow">.            <action default
0380: ="true" ext="" name="edit" urlsrc="https://sub.domain.tld/br
03c0: owser/0de01f3f02/cool.html?"/>.        </app>.        <app name=
0400: "application/x-iwork-keynote-sffkey">.            <action defaul
0440: t="true" ext="" name="view" urlsrc="https://sub.domain.tld/b
0480: rowser/0de01f3f02/cool.html?"/>.        </app>.        <app name
04c0: ="application/x-abiword">.            <action default="true" ext
0500: ="" name="view" urlsrc="https://sub.domain.tld/browser/0de01
0540: f3f02/cool.html?"/>.        </app>.        <app name="image/x-fr
0580: eehand">.            <action default="true" ext="" name="view" u
05c0: rlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"
0600: />.        </app>.        <app name="application/vnd.sun.xml.cha
0640: rt">.            <action default="true" ext="" name="view" urlsr
0680: c="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
06c0:        </app>.        <app name="application/x-t602">.
0700:   <action default="true" ext="" name="view" urlsrc="https://sub.
0740: domain.tld/browser/0de01f3f02/cool.html?"/>.        </app>.
0780:        <app name="image/bmp">.            <action ext="" name="v
07c0: iew" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.
0800: html?"/>.        </app>.        <app name="image/png">.
0840:    <action ext="" name="view" urlsrc="https://sub.domain.tld
0880: /browser/0de01f3f02/cool.html?"/>.        </app>.        <app na
08c0: me="image/gif">.            <action ext="" name="view" urlsrc="h
0900: ttps://sub.domain.tld/browser/0de01f3f02/cool.html?"/>.
0940:    </app>.        <app name="image/tiff">.            <action ex
0980: t="" name="view" urlsrc="https://sub.domain.tld/browser/0de0
09c0: 1f3f02/cool.html?"/>.        </app>.        <app name="image/jpg
0a00: ">.            <action ext="" name="view" urlsrc="https://sub.
0a40: domain.tld/browser/0de01f3f02/cool.html?"/>.        </app>.
0a80:      <app name="image/jpeg">.            <action ext="" name="vi
0ac0: ew" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.h
0b00: tml?"/>.        </app>.        <app name="application/pdf">.
0b40:         <action ext="" name="view_comment" urlsrc="https://sub.
0b80: domain.tld/browser/0de01f3f02/cool.html?"/>.        </app>..
0bc0:        <!-- End of legacy MIME-type actions -->..        <app na
0c00: me="Settings">.            <action ext="" name="iframe" urlsrc="
0c40: https://sub.domain.tld/browser/0de01f3f02/admin/adminIntegra
0c80: torSettings.html"/>.        </app>.        <app name="Capabiliti
0cc0: es">.            <action ext="" name="getinfo" urlsrc="https://
0d00: sub.domain.tld/hosting/capabilities"/>.        </app>.    </n
0d40: et-zone>.</wopi-discovery>
.sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/x-fictionbook+xml">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/clarisworks">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="image/x-wpg">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/x-iwork-pages-sffpages">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.openxmlformats-officedocument.presentationml.slideshow">
            <action default="true" ext="" name="edit" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/x-iwork-keynote-sffkey">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/x-abiword">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="image/x-freehand">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/vnd.sun.xml.chart">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/x-t602">
            <action default="true" ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="image/bmp">
            <action ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="image/png">
            <action ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="image/gif">
            <action ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="image/tiff">
            <action ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="image/jpg">
            <action ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="image/jpeg">
            <action ext="" name="view" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>
        <app name="application/pdf">
            <action ext="" name="view_comment" urlsrc="https://sub.domain.tld/browser/0de01f3f02/cool.html?"/>
        </app>

        <!-- End of legacy MIME-type actions -->

        <app name="Settings">
            <action ext="" name="iframe" urlsrc="https://sub.domain.tld/browser/0de01f3f02/admin/adminIntegratorSettings.html"/>
        </app>
        <app name="Capabilities">
            <action ext="" name="getinfo" urlsrc="https://sub.domain.tld/hosting/capabilities"/>
        </app>
    </net-zone>
</wopi-discovery>22:00:23.562764 [0-0] * [WRITE] [OUT] wrote 3418 body bytes -> 3418
22:00:23.563184 [0-0] * [WRITE] [PAUSE] writing 3418/3418 bytes of type 1 -> 0
22:00:23.563394 [0-0] * [WRITE] download_write body(type=1, blen=3418) -> 0
22:00:23.563598 [0-0] * [WRITE] client_write(type=1, len=3418) -> 0
22:00:23.563776 [0-0] * [WRITE] xfer_write_resp(len=3418, eos=0) -> 0
22:00:23.563965 [0-0] * [HTTP/2] [1] <- FRAME[DATA, len=3418, eos=0, padlen=0]
22:00:23.564175 [0-0] * [HTTP/2] [1] DATA, window=31900/20905984
22:00:23.564351 [0-0] * [HTTP/2] [0] progress ingress: inbufg=0
22:00:23.564548 [0-0] * [SSL] ossl_bio_cf_in_read(len=65653) -> 0, 31
22:00:23.564737 [0-0] <= Recv SSL data, 5 bytes (0x5)
0000: .....
22:00:23.564928 [0-0] <= Recv SSL data, 1 bytes (0x1)
0000: .
22:00:23.565105 [0-0] * [SSL] ossl_recv(len=16384) -> 0, 9 (in_pending=1)
22:00:23.565298 [0-0] * [HTTP/2] [0] ingress: read 9 bytes
22:00:23.565458 [0-0] * [HTTP/2] [1] <- FRAME[DATA, len=0, eos=1, padlen=0]
22:00:23.565657 [0-0] * [HTTP/2] [1] DATA, window=31900/20905984
22:00:23.565830 [0-0] * [HTTP/2] [1] CLOSED
22:00:23.565946 [0-0] * [HTTP/2] [0] progress ingress: inbufg=0
22:00:23.566145 [0-0] * [HTTP/2] [0] progress ingress: done
22:00:23.566305 [0-0] * [HTTP/2] [1] returning CLOSE
22:00:23.566460 [0-0] * [HTTP/2] handle_stream_close -> 0, 0
22:00:23.566657 [0-0] * [HTTP/2] [1] cf_recv(len=102400) -> 0, 0, window=-1/-1, connection 1048544100/1048576000
22:00:23.568796 [0-0] <= Recv data, 0 bytes (0x0)
22:00:23.569006 [0-0] * [WRITE] [PAUSE] writing 0/0 bytes of type 81 -> 0
22:00:23.570445 [0-0] * [WRITE] download_write body(type=81, blen=0) -> 0
22:00:23.570974 [0-0] * [WRITE] client_write(type=81, len=0) -> 0
22:00:23.571156 [0-0] * [WRITE] xfer_write_resp(len=0, eos=1) -> 0
22:00:23.571375 [0-0] * [WRITE] [OUT] done
22:00:23.571496 [0-0] * [READ] client_reset, clear readers
22:00:23.571657 [0-0] * Connection #0 to host sub.domain.tld:443 left intact

Last but not least.
The log of nextcloud-aio-collabora

PART 3/3:

wsd-00007-00011 2026-03-01 14:56:54.783102 +0100 [ coolwsd ] ERR  enterMountingNS, root mount failed (EACCES: Permission denied)| common/JailUtil.cpp:78
wsd-00007-00010 2026-03-01 14:56:54.783612 +0100 [ coolwsd ] ERR  creating usernamespace for mount user failed.| wsd/COOLWSD.cpp:1307
/usr/bin/coolmount: mount failed to bind [/opt/cool/systemplate] to [/opt/cool/child-roots/7-ee0cb133/cool_test_mount]: Permission denied.
wsd-00007-00010 2026-03-01 14:56:54.792617 +0100 [ coolwsd ] ERR  Failed to bind-mount [/opt/cool/systemplate] -> [/opt/cool/child-roots/7-ee0cb133/cool_test_mount]| common/JailUtil.cpp:157
wsd-00007-00010 2026-03-01 14:56:54.792778 +0100 [ coolwsd ] ERR  Bind-Mounting fails and will be disabled for this run. To disable permanently set mount_jail_tree config entry in coolwsd.xml to false.| common/JailUtil.cpp:454
wsd-00007-00007 2026-03-01 14:56:54.793499 +0100 [ coolwsd ] ERR  Setting concurrency above the number of physical threads yields extra latency and memory usage for no benefit. Clamping 4 to 2 threads.| wsd/COOLWSD.cpp:1963
wsd-00007-00007 2026-03-01 14:56:54.793655 +0100 [ coolwsd ] WRN  Fewer threads than recommended. Having at least four threads for provides significant parallelism that can be used for burst compression of newly visible document pages, giving lower latency.| wsd/COOLWSD.cpp:1978
wsd-00007-00007 2026-03-01 14:56:56.396378 +0100 [ coolwsd ] WRN  File not found: Private key file: /etc/coolwsd/proof_key
No proof-key will be present in discovery.
If you need to use WOPI security, generate an RSA key using this command:
    sudo coolconfig generate-proof-key
or if your config dir is not /etc, you can run ssh-keygen manually:
    ssh-keygen -t rsa -N "" -m PEM -f "/etc/coolwsd/proof_key"
Note: the proof_key file must be readable by the coolwsd process.| wsd/ProofKey.cpp:149
coolforkit version details: 25.04.8.3 - 0de01f3f02
Init vcl
preload: merged xmlsecurity ucpchelp1 wpftwriter wpftcalc wpftimpress wpftdraw msforms cached1 vbaswobj swd sw ucppkg1 sm msword slideshow pdfimport sdui sd scriptframe protocolhandler dlgprov solver pricing date vbaobj scd sc ucpdav1 pcr pdffilter ldapbe2 log migrationoo2 sdd deploymentgui smd cui dbase animcore t602filter flash flat PresentationMinimizer invocation stocservices acc sw_writerfilter io reflection scn dba calc sdbt bootstrap dbaxml dbpool2 scfilt introspection mysql_jdbc uuresolver cairocanvas writer binaryurp LanguageTool bib storagefd namingservice svgfilter graphicfilter ucpcmis1 analysis migrationoo3 invocadapt mozbootstrap hwp textconversiondlgs proxyfac
Disabled: cmdmail rptxml rptui rpt dbp dbu abp odbc sdbc2 
Preload textencodings
Allowlisted languages: nl de_DE en_US 
Preloading local dictionaries: de-DE en-US nl-NL nl-BE 
Preloading local thesauri: de-DE en-US 
Preloading local hyphenators: de-DE en-US nl-NL nl-BE 
Preloading breakiterator
Preload icons
Preload short cut accelerators
Preload languages
Preload fonts
Preload config
frk-00018-00018 2026-03-01 14:57:10.480320 +0100 [ coolforkit-caps ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
frk-00018-00018 2026-03-01 14:57:10.490635 +0100 [ coolforkit-caps ] WRN  Failed to update the dynamic files in [/opt/cool/systemplate]. Will clone dynamic elements of systemplate to the jails.| common/JailUtil.cpp:549
frk-00018-00018 2026-03-01 14:57:10.491689 +0100 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
office version details: { "ProductName": "Collabora Office", "ProductVersion": "25.04", "ProductExtension": ".8.3", "BuildId": "9b4357e5e7d2aea36bb0c44c25e7b4e3c8b3ba0b", "BuildConfig": "'--enable-hardening-flags' '--enable-mpl-subset' '--with-vendor=Collabora' '--disable-community-flavor' '--with-branding=icon-themes/galaxy/brand_cp' '--with-system-dicts' '--with-myspell-dicts' '--with-system-zlib' '--disable-poppler' '--enable-cairo-rgba' '--without-system-cairo' '--without-system-fontconfig' '--without-system-freetype' '--without-system-graphite' '--without-system-harfbuzz' '--without-system-openssl' '--without-system-libpng' '--without-system-libxml' '--without-system-jpeg' '--without-system-expat' '--without-system-curl' '--without-system-icu' '--without-system-nss' '--without-system-jars' '--without-system-postgresql' '--without-java' '--without-junit' '--without-help' '--with-linker-hash-style=both' '--with-fonts' '--with-docrepair-fonts' '--enable-noto-font' '--with-galleries=no' '--with-theme=colibre colibre_svg' '--with-external-thes-dir=/usr/share/mythes' '--with-external-hyph-dir=/usr/share/hyphen' '--with-external-dict-dir=/usr/share/hunspell' '--disable-dbus' '--enable-extension-integration' '--disable-odk' '--disable-kf5' '--disable-gtk3' '--disable-qt5' '--disable-gstreamer-1-0' '--disable-evolution2' '--disable-gio' '--disable-gui' '--disable-scripting-beanshell' '--disable-scripting-javascript' '--disable-ext-wiki-publisher' '--disable-report-builder' '--disable-ext-nlpsolver' '--disable-sdremote' '--disable-sdremote-bluetooth' '--disable-postgresql-sdbc' '--disable-firebird-sdbc' '--disable-randr' '--enable-epm' '--enable-python=internal' '--disable-online-update' '--disable-dconf' '--enable-mergelibs' '--with-package-format=deb rpm' '--enable-release-build' '--with-lang=ar bg ca cs da de el en-US en-GB eo es eu fi fr gl he hr hu hy id is it ja ko lo nb nl oc pl pt pt-BR sq ru sk sl sv tr uk vi zh-CN zh-TW' '--disable-lotuswordpro' '--disable-lpsolve' '--enable-symbols' '--enable-sal-log' '--without-templates' '--with-buildconfig-recorded' '--disable-librelogo' '--enable-librelogo' '--with-external-tar=/mnt/external' '--disable-symbols' '--srcdir=/mnt/core' '--enable-option-checking=fatal' 'PKG_CONFIG_PATH=/opt/rh/gcc-toolset-12/root/usr/lib64/pkgconfig'" }
Ready to accept connections on port 9980.

frk-00018-00018 2026-03-01 14:57:13.305344 +0100 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
frk-00018-00018 2026-03-01 14:57:13.320915 +0100 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
wsd-00007-00031 2026-03-01 14:57:13.363009 +0100 [ remotefontconfig_poll ] ERR  Remote config server has response status code: 502 (Bad Gateway)| wsd/RemoteConfig.cpp:133
frk-00018-00018 2026-03-01 14:57:13.365656 +0100 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
wsd-00007-00031 2026-03-01 14:58:13.485410 +0100 [ remotefontconfig_poll ] ERR  Remote config server has response status code: 502 (Bad Gateway)| wsd/RemoteConfig.cpp:133
wsd-00007-00017 2026-03-01 14:59:13.860517 +0100 [ prisoner_poll ] WRN  #26: Unassociated Kit (35) disconnected unexpectedly| wsd/COOLWSD.cpp:2984
wsd-00007-00017 2026-03-01 14:59:13.864466 +0100 [ prisoner_poll ] WRN  #28: Unassociated Kit (37) disconnected unexpectedly| wsd/COOLWSD.cpp:2984
wsd-00007-00017 2026-03-01 14:59:13.869582 +0100 [ prisoner_poll ] WRN  #24: Unassociated Kit (36) disconnected unexpectedly| wsd/COOLWSD.cpp:2984
wsd-00007-00017 2026-03-01 14:59:13.871018 +0100 [ prisoner_poll ] WRN  #17: Unassociated Kit (30) disconnected unexpectedly| wsd/COOLWSD.cpp:2984
frk-00018-00018 2026-03-01 14:59:14.032103 +0100 [ forkit ] WRN  No live Kits exist, and we are not terminating yet.| kit/ForKit.cpp:379
frk-00018-00018 2026-03-01 14:59:14.408885 +0100 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
frk-00018-00018 2026-03-01 14:59:14.803102 +0100 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
frk-00018-00018 2026-03-01 14:59:14.811036 +0100 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
frk-00018-00018 2026-03-01 14:59:14.823073 +0100 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
wsd-00007-00017 2026-03-01 14:59:14.844800 +0100 [ prisoner_poll ] WRN  #25: Unassociated Kit (91) disconnected unexpectedly| wsd/COOLWSD.cpp:2984
wsd-00007-00017 2026-03-01 14:59:15.691324 +0100 [ prisoner_poll ] WRN  #27: Unassociated Kit (93) disconnected unexpectedly| wsd/COOLWSD.cpp:2984
wsd-00007-00017 2026-03-01 14:59:15.702127 +0100 [ prisoner_poll ] WRN  #25: Unassociated Kit (94) disconnected unexpectedly| wsd/COOLWSD.cpp:2984
wsd-00007-00017 2026-03-01 14:59:15.898362 +0100 [ prisoner_poll ] WRN  #25: Unassociated Kit (92) disconnected unexpectedly| wsd/COOLWSD.cpp:2984
frk-00018-00018 2026-03-01 14:59:15.955667 +0100 [ forkit ] WRN  No live Kits exist, and we are not terminating yet.| kit/ForKit.cpp:379
frk-00018-00018 2026-03-01 14:59:16.177071 +0100 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
frk-00018-00018 2026-03-01 14:59:16.184408 +0100 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
frk-00018-00018 2026-03-01 14:59:16.193043 +0100 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
frk-00018-00018 2026-03-01 15:01:29.405476 +0100 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
frk-00018-00493 2026-03-01 15:24:02.571302 +0100 [ subforkit_001 ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
frk-00018-00493 2026-03-01 15:24:02.579164 +0100 [ subforkit_001 ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
frk-00018-00493 2026-03-01 15:24:02.586870 +0100 [ subforkit_001 ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
frk-00018-00493 2026-03-01 15:24:02.594723 +0100 [ subforkit_001 ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
frk-00018-00493 2026-03-01 15:24:02.602365 +0100 [ subforkit_001 ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
wsd-00007-00506 2026-03-01 15:24:52.855699 +0100 [ docbroker_001 ] ERR  #44: Socket write returned -1 (EPIPE: Broken pipe)| net/Socket.hpp:1829
wsd-00007-00506 2026-03-01 15:24:52.855734 +0100 [ docbroker_001 ] ERR  #44: Socket write returned -1 (EPIPE: Broken pipe)| net/Socket.hpp:1829
wsd-00007-00506 2026-03-01 15:24:52.855739 +0100 [ docbroker_001 ] WRN  #44: Shutting down but 13 bytes couldn't be flushed and still remain in the output buffer| net/WebSocketHandler.hpp:955
wsd-00007-00506 2026-03-01 15:24:52.872344 +0100 [ docbroker_001 ] WRN  #34: Unassociated Kit (496) disconnected unexpectedly| wsd/COOLWSD.cpp:2984
wsd-00007-00506 2026-03-01 15:24:52.872407 +0100 [ docbroker_001 ] WRN  #34: Unknown Kit process closed with pid -1| wsd/COOLWSD.cpp:2995
frk-00018-00493 2026-03-01 15:24:53.607985 +0100 [ subforkit_001 ] WRN  Child 496 was killed, with status 9| kit/ForKit.cpp:359
frk-00018-00493 2026-03-01 15:24:53.608835 +0100 [ subforkit_001 ] WRN  Successfully sent 'segfaultcount' message segfaultcount=0 killedcount=1 oomkilledcount=0
| kit/ForKit.cpp:425
frk-00018-00493 2026-03-01 15:25:26.072848 +0100 [ subforkit_001 ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
wsd-00007-00521 2026-03-01 15:25:26.515642 +0100 [ docbroker_002 ] ERR  #34: Socket write returned -1 (EPIPE: Broken pipe)| net/Socket.hpp:1829
wsd-00007-00521 2026-03-01 15:25:26.515678 +0100 [ docbroker_002 ] ERR  #34: Socket write returned -1 (EPIPE: Broken pipe)| net/Socket.hpp:1829
wsd-00007-00521 2026-03-01 15:25:26.515683 +0100 [ docbroker_002 ] WRN  #34: Shutting down but 13 bytes couldn't be flushed and still remain in the output buffer| net/WebSocketHandler.hpp:955
wsd-00007-00521 2026-03-01 15:25:26.528943 +0100 [ docbroker_002 ] WRN  #42: Unassociated Kit (497) disconnected unexpectedly| wsd/COOLWSD.cpp:2984
wsd-00007-00521 2026-03-01 15:25:26.529014 +0100 [ docbroker_002 ] WRN  #42: Unknown Kit process closed with pid -1| wsd/COOLWSD.cpp:2995
frk-00018-00493 2026-03-01 15:25:31.095093 +0100 [ subforkit_001 ] WRN  Child 497 was killed, with status 9| kit/ForKit.cpp:359
frk-00018-00493 2026-03-01 15:25:31.095175 +0100 [ subforkit_001 ] WRN  Successfully sent 'segfaultcount' message segfaultcount=0 killedcount=1 oomkilledcount=0
| kit/ForKit.cpp:425
frk-00018-00493 2026-03-01 15:28:53.052555 +0100 [ subforkit_001 ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
wsd-00007-00579 2026-03-01 15:28:53.372894 +0100 [ docbroker_003 ] ERR  #32: Socket write returned -1 (EPIPE: Broken pipe)| net/Socket.hpp:1829
wsd-00007-00579 2026-03-01 15:28:53.372936 +0100 [ docbroker_003 ] ERR  #32: Socket write returned -1 (EPIPE: Broken pipe)| net/Socket.hpp:1829
wsd-00007-00579 2026-03-01 15:28:53.372941 +0100 [ docbroker_003 ] WRN  #32: Shutting down but 13 bytes couldn't be flushed and still remain in the output buffer| net/WebSocketHandler.hpp:955
wsd-00007-00579 2026-03-01 15:28:53.422964 +0100 [ docbroker_003 ] WRN  #40: Unassociated Kit (495) disconnected unexpectedly| wsd/COOLWSD.cpp:2984
wsd-00007-00579 2026-03-01 15:28:53.423018 +0100 [ docbroker_003 ] WRN  #40: Unknown Kit process closed with pid -1| wsd/COOLWSD.cpp:2995
frk-00018-00493 2026-03-01 15:28:58.068390 +0100 [ subforkit_001 ] WRN  Child 495 was killed, with status 9| kit/ForKit.cpp:359
frk-00018-00493 2026-03-01 15:28:58.068477 +0100 [ subforkit_001 ] WRN  Successfully sent 'segfaultcount' message segfaultcount=0 killedcount=1 oomkilledcount=0
| kit/ForKit.cpp:425
wsd-00007-00033 2026-03-01 15:36:26.069114 +0100 [ websrv_poll ] WRN  FileServerRequestHandler: File not found: Invalid URI request (hash): [/browser/0de01f3f02/l10n.js].| wsd/FileServer.cpp:1205
wsd-00007-00033 2026-03-01 15:36:26.148914 +0100 [ websrv_poll ] WRN  Client - server version mismatch, disabling browser cache. Expected: 0de01f3f02; Actual URI path with version hash: /browser/dist/fetch-settings-config| wsd/FileServer.cpp:939
wsd-00007-00033 2026-03-01 15:36:26.998732 +0100 [ websrv_poll ] WRN  Client - server version mismatch, disabling browser cache. Expected: 0de01f3f02; Actual URI path with version hash: /browser/dist/fetch-settings-file| wsd/FileServer.cpp:939
wsd-00007-00033 2026-03-01 19:21:16.969879 +0100 [ websrv_poll ] WRN  FileServerRequestHandler: File not found: Invalid URI request (hash): [/browser/0de01f3f02/images/dark/lc_multipageview.svg].| wsd/FileServer.cpp:1205
frk-00018-00493 2026-03-01 19:21:56.152385 +0100 [ subforkit_001 ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:606
wsd-00007-03918 2026-03-01 19:21:56.529435 +0100 [ docbroker_005 ] ERR  #32: Socket write returned -1 (EPIPE: Broken pipe)| net/Socket.hpp:1829
wsd-00007-03918 2026-03-01 19:21:56.529501 +0100 [ docbroker_005 ] ERR  #32: Socket write returned -1 (EPIPE: Broken pipe)| net/Socket.hpp:1829
wsd-00007-03918 2026-03-01 19:21:56.529507 +0100 [ docbroker_005 ] WRN  #32: Shutting down but 13 bytes couldn't be flushed and still remain in the output buffer| net/WebSocketHandler.hpp:955
wsd-00007-03918 2026-03-01 19:21:56.558151 +0100 [ docbroker_005 ] WRN  #49: Unassociated Kit (522) disconnected unexpectedly| wsd/COOLWSD.cpp:2984
wsd-00007-03918 2026-03-01 19:21:56.558205 +0100 [ docbroker_005 ] WRN  #49: Unknown Kit process closed with pid -1| wsd/COOLWSD.cpp:2995
frk-00018-00493 2026-03-01 19:22:01.180250 +0100 [ subforkit_001 ] WRN  Child 522 was killed, with status 9| kit/ForKit.cpp:359
frk-00018-00493 2026-03-01 19:22:01.180337 +0100 [ subforkit_001 ] WRN  Successfully sent 'segfaultcount' message segfaultcount=0 killedcount=1 oomkilledcount=0
| kit/ForKit.cpp:425