We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Same problem as #75, on Guix OS (but I'm not allowed to re-open issues). curl works fine but rbw doesn't read the correct cert auth file:
$ curl -I https://identity.bitwarden.com/accounts/prelogin HTTP/2 200 access-control-allow-origin: https://vault.bitwarden.com x-xss-protection: 1; mode=block content-type: application/json; charset=utf-8 access-control-allow-credentials: true x-frame-options: SAMEORIGIN x-content-type-options: nosniff accept-ranges: bytes date: Thu, 06 Feb 2025 14:10:37 GMT vary: Origin strict-transport-security: max-age=31557600 content-length: 71 $ rbw login rbw login: failed to log in to bitwarden instance: error making api request: error sending request for url (https://identity.bitwarden.com/accounts/prelogin): client error (Connect): invalid peer certificate: UnknownIssuer $ rbw --version rbw 1.13.1
Where does rbw gets its certs from? is the path hard coded or could be customized?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Same problem as #75, on Guix OS (but I'm not allowed to re-open issues). curl works fine but rbw doesn't read the correct cert auth file:
Where does rbw gets its certs from? is the path hard coded or could be customized?
The text was updated successfully, but these errors were encountered: