Skip to content

[BUG] WebDav Connection to local webdav server fails since last Duplicati container update #100

@pin00b

Description

@pin00b

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When testing a connection to another container which is supplying a local webdav server (internxt/cli), the connection fails. The last container version worked without any flaws. When I connect to the exact same webdav server via cadaver from another computer, the webdav connection still works, so obviously no problem with the internxt/cli container

Expected Behavior

Working connection to the internxt/cli container supplied webdav server as a backup destination

Steps To Reproduce

Unraid 7.1.1
Duplicati latest linuxserver.io container
internxt/cli 1.5.3 local webdav server
trying to connect to the webdav server container with Duplicati fails since latest Duplicati container update

Environment

- OS:Unraid 7.1.1
- How docker service was installed: via CA/Apps

CPU architecture

x86-64

Docker creation

docker run
  -d
  --name='duplicati'
  --net='proxynet'
  --pids-limit 2048
  -e TZ="Europe/Berlin"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Hostname"
  -e HOST_CONTAINERNAME="duplicati"
  -e 'SETTINGS_ENCRYPTION_KEY'='ENC_KEY'
  -e 'CLI_ARGS'=''
  -e 'DUPLICATI__WEBSERVICE_PASSWORD'='SECRET_PW'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8200]/login.html'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/duplicati-logo.png'
  -p '8200:8200/tcp'
  -v '/mnt/disks/Fortknox/Duplicati':'/backups':'rw'
  -v '/mnt/user/':'/source':'rw'
  -v '/mnt/user/appdata/duplicati':'/config':'rw' 'lscr.io/linuxserver/duplicati'

dfb78ca3e31d0f7124e84a52c114c415ab141b836db54fcdc272425e2a1fe5cc

The command finished successfully!

Container logs

GID/UID
───────────────────────────────────────

User UID:    99
User GID:    100
───────────────────────────────────────
Linuxserver.io version: v2.1.0.5_stable_2025-03-04-ls246
Build-date: 2025-05-17T04:07:22+00:00
───────────────────────────────────────
    
[custom-init] No custom files found, skipping...
[ls.io-init] done.
Server has started and is listening on port 8200
[WebSocket] Client closed connection prematurely.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions