After setting up server succefuly I added password authentication. Initially server worked fine with one user only. Once I added another user I can't access server at all. Doesn;tmatter witch user I try to login with on Edge, Chromium on Linux and Chrome and Safari on iOS I see this message
Code:
Failed to communicate with "/interface-data/init?1635013966752", with status: [400 (error)] Bad Request
Digest algorithm required fields missing
This is my setting
Code:
## startup service
[Unit]
Description=calibre content server
After=network.target
[Service]
Type=simple
User=...
Group=...
ExecStart=/opt/calibre/calibre-server /home/.../calibre-library --enable-local-write --enable-auth
[Install]
WantedBy=multi-user.target
EDIT
I'm not sure what casued initial issues, but after updating password for main user and deleting and readding another user everything works just fine.