Skip to content
New issue

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

invalid peer certificate: UnknownIssuer #238

Open
drskalman opened this issue Feb 6, 2025 · 0 comments
Open

invalid peer certificate: UnknownIssuer #238

drskalman opened this issue Feb 6, 2025 · 0 comments

Comments

@drskalman
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant