-
Notifications
You must be signed in to change notification settings - Fork 89
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
failed to parse message from agent: EOF while parsing a value at line 1 column 0 #38
Comments
you should be able to find agent logs at |
i'm going to close this out now because i don't really have enough information to look into this any further, but feel free to reopen this with additional information if it continues to happen. |
I am running into this issue as well. Unfortunately that directory doesn't appear to exist on my system. Is the path different on macs? |
I found the logs in
|
As far as I can tell a library that rbw uses is unhappy with either my cert or something in the cert chain? I don't see why. My cert comes from Let's Encrypt. |
huh, fascinating. yeah, it is disliking something about your tls certificate. would it be possible for me to see the certificate you are using? |
Sure, it is on https://bitwarden.minego.net/ |
I should point out that this cert is accepted by rbw on my Linux boxes, but fails on my macOS box. I've done a brew update, and am running the latest OS and all updates from Apple. |
Were you able to test with my cert? |
This seems to be related to parsing the trusted certificates installed on the system with rustls-native-certs: rustls/rustls-native-certs#15 Some certificate in the local trust chain prevents building up the whole trust store. The linked issue contains a workaround/solution that would need to be implemented here -- if I understand it correctly -- to make this work again. |
With any
rbw
command that seems to interact with the backend, I get the above error, for examplerbw login
:Is there a way to get more verbose output?
My
rbw config show
:I'm running on 0.5.2
The text was updated successfully, but these errors were encountered: