mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
SSL Errors when setting up local VaultWarden with Rocket #906
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @scepterus on GitHub.
Subject of the issue
I'm trying to self-host without a public certificate, by using the Rocket service and self-signed certificates.
I tried asking on the forum for help, but no one seems to know what is wrong. I set up everything according to the guide, however when I start the container I get:
Rocket has launched from http://0.0.0.0:80but when trying to access the ip with https I get:
ERR_SSL_PROTOCOL_ERRORwhen I curl the link I get:curl: (35) OpenSSL/1.1.1s: error:1408F10B:SSL routines:ssl3_get_record:wrong version numberDeployment environment
/--------------------------------------------------------------------
| Starting Vaultwarden |
I started it from Docker with latest tag, via Portainer.
Install method:
Clients used: Chrome extension and android client
Other relevant details:
Steps to reproduce
just follow the guide on the wiki for self-signed, only use docker compose instead of run command.
Expected behaviour
I should reach the site on https and start setting up the server for use.
Actual behaviour
When trying to access the server on HTTPS, I get blocked by SSL errors.
Troubleshooting data
No logs yet, since haven't even set up the server beyond launch.
@stefan0xC commented on GitHub:
I've answered in your original forum post. Problem is the same that you have not configured the
ROCKET_TLSenvironment variable.