You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
The text was updated successfully, but these errors were encountered:
I can help debug, but any pointers to collect more information about the Unhandled exception. Interop+Crypto+OpenSslCryptographicException: error:10080002:BIO routines::system lib exception would be very helpful. Thak you!
I am unable to reproduce this issue, it has been escalated for further investigation. If you have more information that can help us, please add it below.
@ianalexander, I'm not from bitwarden and I'm not familiar with the codebase so take anything I say with a grain of salt. Despite that, I'm looking at trying out hosted as well and was curious about this issue.
Unhandled exception. Interop+Crypto+OpenSslCryptographicException: error:10080002:BIO routines::system lib isn't very helpful but it's basically handing back an unhelpful error message from OpenSSL. error:10080002:BIO routines::system lib should allow you to trace down the specific problem from OpenSSL but I wasn't able to find more info about it.
Further down in your trace we see that you're running down the code path here, which is trying to get a certificate from the file identity.pfx with a stored password.
I suspect there might be a problem with the identity.pfx. Maybe a permissions issue reading from it or some kind of corruption. No hard evidence with the info provided but might help you tracking more info down.
Steps To Reproduce
identity.log
:/identity/accounts/register
Expected Result
Container starts successfully and allows registration.
Actual Result
identity service crashes, which prevents registration
Screenshots or Videos
No response
Additional Context
No response
Githash Version
e765819-dirty
Environment Details
Docker running on x86_64 system
Database Image
Sqlite
Issue-Link
#2480
Issue Tracking Info
The text was updated successfully, but these errors were encountered: