goldwarden
goldwarden copied to clipboard
Docs about self-signed certificated
I have Valutwarden server on passwords.local with self-signed certificate.
I add this certificate to my Fedora 40 system by:
sudo cp sitniks.crt /etc/pki/ca-trust/source/anchors/sitniks.pem
sudo update-ca-trust
curl works:
$ curl https://passwords.local
<!doctype html><html class="theme_light"><head><meta charset="utf-8"/><meta name="viewport" content="width=1010"/><meta name="theme-color" content="#175DDC"/><title page-title>Vaultwarden Web</title>…
But when I try to login in GoldWarden I got Traffic looks unusual after I enter password:
I assume that GoldWarden doesn’t see my certificate:
- What is the right way to add it?
- Maybe we should add note to
README.mdor wiki
Unusual traffic error is very weird and should only happen on the official instance, not on local vaultwarden instances. Need to figure out what's going on.
Can I collect some debug information? I run Gold Warden in terminal, but output was small without useful any detail.
This is happening to me too
How I can collect more debug data? Maybe there is some verbose mode?
I also tried to set client ID and client secret (from API key), but got the same Unusual Traffic error
Your self hosted server was never being used, due to a bug in the GUI code, that part should be fixed here: #213 Not sure yet about whether self-signed certs are accepted or not, you can either try the latest flatpak from the CI pipeline or wait for next release.
0.3.2 is out now, should be on FlatHub within a few hours. Please try again there.
Thanks! But now I get Failed to set server — The server you entered is invalid.
I use https://passwords.local.
This URL works in Firefox and with curl.
Having similar problem ,when i try to login with cli i am getting tls: failed to verify certificate: x509: certificate signed by unknown authority . I have CA in my /etc/ssl/certs and it works without problems with browser/curl/bitwarden app.
OS is Fedora 40. Have tried both (flatpak and rpm).