You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run a self-hosted Bitwarden server on Ubuntu 22.04 with fresh docker
On some clients I'm unable to login
WebAuthn never works, YubiKey nevers works, too
What works are machines where I'm still logged in and sometimes the browser login but I cant fresh login into completely logged out machines.
Tried to disabled the reverse proxy and use bitwardens own SSL certs, but the errors was still the same.
docker version
Client: Docker Engine - Community
Version: 27.4.0
API version: 1.47
Go version: go1.22.10
Git commit: bde2b89
Built: Sat Dec 7 10:38:40 2024
OS/Arch: linux/amd64
Context: default
Server: Docker Engine - Community
Engine:
Version: 27.4.0
API version: 1.47 (minimum version 1.24)
Go version: go1.22.10
Git commit: 92a8393
Built: Sat Dec 7 10:38:40 2024
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.7.24
GitCommit: 88bf19b2105c8b17560993bee28a01ddc2f97182
runc:
Version: 1.2.2
GitCommit: v1.2.2-0-g7cb3632
docker-init:
Version: 0.19.0
GitCommit: de40ad0
Issue Tracking Info
I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
The text was updated successfully, but these errors were encountered:
Seems the issue disappeared. Don't know why but after replacing all certs, restarting everything, including my internet router, it works again. Maybe a DNS caching or IPv4/IPv6 issue.
Steps To Reproduce
I run a self-hosted Bitwarden server on Ubuntu 22.04 with fresh docker
On some clients I'm unable to login
WebAuthn never works, YubiKey nevers works, too
What works are machines where I'm still logged in and sometimes the browser login but I cant fresh login into completely logged out machines.
Tried to disabled the reverse proxy and use bitwardens own SSL certs, but the errors was still the same.
Expected Result
Login should work as I did for the last two years.
Actual Result
Login fails with many different error massages
Screenshots or Videos
No response
Additional Context
Nginx reverse proxy logs
*86 connect() failed (111: Unknown error) while connecting to upstream, client: ::1, server: my.domain.com, request: "GET / HTTP/1.1", upstream: "http://[::1]:9696/", host: "my.domain.com"
ss -ltn
State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
LISTEN 0 4096 0.0.0.0:9696 0.0.0.0:*
LISTEN 0 4096 127.0.0.53%lo:53 0.0.0.0:*
LISTEN 0 1024 0.0.0.0:2812 0.0.0.0:*
LISTEN 0 4096 0.0.0.0:3000 0.0.0.0:*
LISTEN 0 511 0.0.0.0:80 0.0.0.0:*
LISTEN 0 511 0.0.0.0:443 0.0.0.0:*
LISTEN 0 4096 0.0.0.0:4343 0.0.0.0:*
LISTEN 0 4096 [::]:9696 [::]:*
LISTEN 0 1024 [::]:2812 [::]:*
LISTEN 0 4096 [::]:3000 [::]:*
LISTEN 0 511 [::]:80 [::]:*
LISTEN 0 4096 :22 :
LISTEN 0 511 [::]:443 [::]:
LISTEN 0 4096 [::]:4343 [::]:*
Build Version
2024.12.1
Environment
Self-Hosted
Environment Details
Ubuntu 22.04 LTS
all updates installed
docker version
Client: Docker Engine - Community
Version: 27.4.0
API version: 1.47
Go version: go1.22.10
Git commit: bde2b89
Built: Sat Dec 7 10:38:40 2024
OS/Arch: linux/amd64
Context: default
Server: Docker Engine - Community
Engine:
Version: 27.4.0
API version: 1.47 (minimum version 1.24)
Go version: go1.22.10
Git commit: 92a8393
Built: Sat Dec 7 10:38:40 2024
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.7.24
GitCommit: 88bf19b2105c8b17560993bee28a01ddc2f97182
runc:
Version: 1.2.2
GitCommit: v1.2.2-0-g7cb3632
docker-init:
Version: 0.19.0
GitCommit: de40ad0
Issue Tracking Info
The text was updated successfully, but these errors were encountered: