mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #641] Unable to register FIDO U2F #435
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#435
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 @targodan on GitHub (Oct 2, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/641
I can't register my YubiKey for FIDO U2F. When I click the
Read Keybutton in the vault UI it saysThere was a problem reading the security key. Try again.(Firefox 69.0.1 64-bit on Windows 10) I have used the very same YubiKey successfully with this Firefox version on other websites before.Here's what the JS-Console says:
I'm running the docker image in swarm mode
bitwardenrs/server:alpine(healthchecks disabled, see #618), behind a caddy proxy. Here's my caddy file for bitwarden:I am accessing the vault via HTTPS with a valid letsencrypt certificate and I've set the
DOMAINvariable accordingly. The container logs only yield successful request, no errors or warnings.@targodan commented on GitHub (Oct 2, 2019):
Ok, sorry. I figured it out. I had the variable
DOMAIN=REDACTED_DOMAIN.de, but instead it needs to beDOMAIN=https://REDACTED_DOMAIN.de@whoo commented on GitHub (May 5, 2021):
Hi,
I've got the same issue with docker vaultwarden.
docker run -d --name vaultwarden -e DOMAIN=https://wizz:5000 -v /vw-data/:/data/ -p 80:80 vaultwarden/server:latestsocat openssl-listen:5000,reuseaddr,fork,cert=wizz.pem,verify=0 tcp4:127.0.0.1:80Probably websocket error... but there is no listening port on 3012 on container.