Replies: 3 comments 2 replies
-
Could you post the output of the bitwarden.log? And maybe with debug set to true. |
Beta Was this translation helpful? Give feedback.
-
It looks like bitwarden can't find the files you configured. |
Beta Was this translation helpful? Give feedback.
-
As shown in https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-HTTPS, you need to use double quotes for the ROCKET_TLS: '{certs="/data/ssl/cert1.pem",key="/data/ssl/privkey1.pem"}' No quotes at all are also acceptable if your values don't have embedded commas, but single quotes won't work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all I know there is many posts about this problem, but I can't find why this is not working on my side.
My docker-compose.yml file:
Content of

/opt/docker/bitwarden/data/ssl
:Content inside the container in path

/data/ssl
:Every time that I try to start the container, I get the same error, I have access to the files, I can cat them.
I tried with
fullchain1.pem
andcert1.pem
Those files aren't symlinks
Beta Was this translation helpful? Give feedback.
All reactions