Webdav not logging in

Issue description:

I’m trying to set-up for the first time Symfonium with webdav.
The webdav share is already working and accessible from browser ands from kodi. When I try lo login from Symfonium I get the error “invalid credentials”.

Logs

Upload description: Suxynam

Additional information:

Android 14

Check your webdav provider logs to see why. Symfonium support basic auth and digest, either the server advertise strangely or only support another auth mode.

thanks for the fast answer.
The webdav is selfhosted. I set up the server as basic as it gest with apache2 with AuthType Digest so should be correct.
From the log didn’t you get any other hint about this “error”?

following an extract of my .conf file

No just that the server does not like the auth, as I said only your server logs will tell what it does not like.

Hi, changed the Authtype to Basic and everything is working fine.
Thanks for your help

It should still have worked with digest. Would help if you could check the server logs and see why it failed in that case.

Hi, sorry for the late reply.
This is the only log i’m getting from apache2

You hide the realm it does not contains WebDAV as the authname from your config ?

Can you remove the authname config line ?