3.0: Error: 401 Unauthorized for additional users
I'm using htpasswd-authentication with md5 encryption. I created five users (one, two, three and so on) with differing passwords. I can login as the first created user, One. If I try to authenticate as Two, I get an Error: 401 Unauthorized. If I now connect to the radicale server and repeat htpasswd -c /path/to/userfile Two to re-set the password, I'm able to login with user Two/PasswordTwo, but now user One will get the unauthorized message. So to me it seems Radicale 3.0 will only store one password/user at a time? I can not login using user One and PasswordTwo or any other connection. config.txt
Might be a problem with the client you use.
I suggest you try test with curl or wget, and share here the exact commands you used and how they fail.
Found out htpasswd will only store one entry. Using a secondary file and copying over works now. Was using ssh as "client" and working in the CLI on the radicale server, login was at radicale's website.
Quoting bstabens (2020-07-01 15:42:59)
Found out htpasswd will only store one entry. Using a secondary file and copying over works now.
Maybe you used the option "-c" which creates the file?
Generally it is a good idea to share exact commands you use, not (only) your interpretation of what is happening.
Ouch! Yes, I literally did, even mentioned it in my original post. Maybe I need a second pair of glasses...
Quoting bstabens (2020-07-01 17:49:45)
Ouch! Yes, I literally did, even mentioned it in my original post. Maybe I need a second pair of glasses...
Heh, then it seems I need a second pair as well :-D
assuming solved since longer time