mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #6183] Cannot build source because of outdated openssl version #2364
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#2364
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 @Moritz921 on GitHub (Aug 14, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6183
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: ADMIN_TOKEN
Failed HTTP Checks:
Config:
Vaultwarden Build Version
1.34.1-ce70cd2c
Deployment method
Other method
Custom deployment method
I installed it via the Proxmox Community Script (https://community-scripts.github.io/ProxmoxVE/scripts?id=vaultwarden), which in turn installs it with building from source and deploying with systemd.
I have installed
1.1.1w-0+deb11u31.7.4~git20210206+dcf529b-31.1.1w-0+deb11u3Reverse Proxy
nginx 1.28.0
Host/Server Operating System
Linux
Operating System Version
Debian 11
Clients
Web Vault
Client Version
v2025.7.0
Steps To Reproduce
or
cargo build --features "sqlite,mysql,postgresql" --releaseExpected Result
Build the binary without an issue.
Actual Result
Raised an error while installing rustfmt because of outdated openssl version for webauthn-attestation-ca.
Logs
Screenshots or Videos
No response
Additional Context
I initially wrote an issue on the GitHub Repo of the community script (https://github.com/community-scripts/ProxmoxVE/issues/6821).