#certificate not found "/ssl/fullchain.pem"

1 messages · Page 1 of 1 (latest)

frosty crest
#

My Vaultwarden addon is showing this error in the console:

2023/09/14 14:09:32 [warn] 377#377: "ssl_stapling" ignored, issuer certificate not found for certificate "/ssl/fullchain.pem"```

However the certs are there in place, and home assistant is using these perfectly fine.
They are made with cloudflare and put in there manually. My cloudflare runs with cloudflared --> nginx proxy manager
#

It's happening since the latest update for the vaultwarden addon

#

I just reverted the addon with a backup but now it wont start because Failed to start add-on Image ghcr.io/hassio-addons/bitwarden/aarch64:0.19.4 does not exist for addon_a0d7b954_bitwarden. So I need to find a way to resolve this as it's making my vault unreachable.

#

When I change the ssl cert location just to test what it would do then. I get this error:

[14-09-2023 14:40:09.816][start][INFO] Rocket has launched from http://127.0.0.1:80
[14:40:09] FATAL: 
[14:40:09] FATAL: SSL has been enabled using the 'ssl' option,
[14:40:09] FATAL: this requires a SSL certificate file which is
[14:40:09] FATAL: configured using the 'certfile' option in the
[14:40:10] FATAL: add-on configuration.
[14:40:10] FATAL: 
[14:40:10] FATAL: Unfortunately, the file specified in the
[14:40:10] FATAL: 'certfile' option does not exists.
[14:40:10] FATAL: 
[14:40:10] FATAL: Please ensure the certificate file exists and
[14:40:10] FATAL: is placed in the '/ssl/' directory.
[14:40:10] FATAL: 
[14:40:10] FATAL: In case you don't have SSL yet, consider getting
[14:40:10] FATAL: a SSL certificate or setting the 'ssl' option
[14:40:10] FATAL: to 'false' in case you are not planning on using
[14:40:10] FATAL: SSL with this add-on.
[14:40:10] FATAL: 
[14:40:10] FATAL: Check the add-on manual for more information.
[14:40:10] FATAL: 
s6-rc: warning: unable to start service init-nginx: command exited 1
/run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.
/run/s6/basedir/scripts/rc.init: fatal: stopping the container.
s6-rc: info: service vaultwarden: stopping
[14-09-2023 14:40:10.155][rocket::server][WARN] Received SIGTERM. Requesting shutdown.
[14-09-2023 14:40:10.156][vaultwarden][INFO] Vaultwarden process exited!
[14:40:10] INFO: Service Vaultwarden exited with code 0 (by signal 0)
s6-rc: info: service vaultwarden successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service base-addon-timezone: stopping
s6-rc: info: service base-addon-log-level: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service base-addon-timezone successfully stopped
s6-rc: info: service base-addon-log-level successfully stopped
s6-rc: info: service base-addon-banner: stopping
s6-rc: info: service base-addon-banner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped```
So idk why it then doesn't give that error when i have set the correct location..
#

I can't login to the vaultwarden admin interface neither to check if there's smt that changed because I need to put my master password in to get the login... And I can't connect to it so yea 🌈

frosty crest
#

Was able to login to my vault over localhost to retrieve the admin password. On the admin page there's no such SSL setting.

Tried to restore a backup from 9h ago (I did the update 1h ago) and still not working.