Without SSL I had a working setup but I recently had to enable SSL for my local server (only being served on LAN) because of Firefox 75.0 crypto API update.
Now I simply get (on Firefox) “The connection was reset”
Using docker ps I can see the container is up, running, and healthy:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
dd4961121035 bitwardenrs/server:raspberry "/usr/bin/entry.sh /…" 2 days ago Up 2 days (healthy) 3012/tcp, 0.0.0.0:57034->80/tcp bitwarden
Checking the docker logs docker logs bitwarden reveals nothing:
/--------------------------------------------------------------------\
| Starting Bitwarden_RS |
| Version 1.13.1-70f3ab8e |
|--------------------------------------------------------------------|
| This is an *unofficial* Bitwarden implementation, DO NOT use the |
| official channels to report bugs/features, regardless of client. |
| Report URL: https://github.com/dani-garcia/bitwarden_rs/issues/new |
\--------------------------------------------------------------------/
[2020-05-10 11:05:34][start][INFO] Rocket has launched from https://0.0.0.0:80
My system is a raspberry pi 4b 4GB edition running Raspbian Buster. The server is accessible for all other services it is running without issue, hence the problem is probably not with the network config