mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 17:55:58 +03:00
[GH-ISSUE #1699] Vaultwarden Error validating domain with docker-compose & DOMAIN env var #1037
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1037
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @zilexa on GitHub (May 15, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1699
domain name validation issue
In my docker compose, to migrate from bitwarden_rs to vaultwarden I have switched the image for the vaultwarden image, changed container name AND changed the subdomain (
bw.mydomain.com>vault.mydomain.com). After running compose It seems to run fine but there is an error in the log.Notice in the diagnostics, it says
Domain configuration No Match HTTPSand both my old domain (bwand new onevaultare mentioned).My compose (I use caddy-docker-proxy but thats unrelated):
Deployment environment
Vaultwarden Admin
Diagnostics
Versions
Server Installed Ok
1.21.0
Server Latest
1.21.0
Web Installed
2.19.0d
Database
SQLite: 3.33.0
Checks
Running within Docker
Yes
Uses a reverse proxy
Yes
IP header No Match
Config: X-Real-IP Server: X-Forwarded-For
Internet access Ok
Yes
Internet access via a proxy
No
DNS (github.com) Ok
140.82.121.4
Date & Time (Local)
Server: 2021-05-15 14:37:13 +00:00
Date & Time (UTC) Ok
Server: 2021-05-15 14:37:13 UTC Browser: 2021-05-15 14:37:13 UTC
Domain configuration No Match HTTPS
Server: https://bw.MYDOMAINNAME.com/admin/diagnostics Browser: https://vault.MYDOMAINNAME.com/admin/diagnostics
Support
@zilexa commented on GitHub (May 15, 2021):
Not a bug, I forgot I had to change the domain also in Admin > General Settings !