mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Can't connect through HTTPS #1824
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 @ewenlau on GitHub (Jan 19, 2024).
Hello!
I can't connect to vaultwarden via HTTPS. HTTP works fine, except the moment where it tells you to use HTTPS. I installed the last version on docker using the command, the only thing I changed is the port it is running on. I am using the last Ubuntu Server LTS (22.04.3). Docker is version 20.10.23 both Client and Engine. The error given by firefox is: SSL_ERROR_RX_RECORD_TOO_LONG. Chrome is more vague about the problem: ERR_SSL_PROTOCOL_ERROR. The vaultwarden data directory is /root/vaultwarden/.
Any fix for this?
@ewenlau commented on GitHub (Jan 19, 2024):
Nevermind, I didn't read the wiki saying you needed a reverse proxy!