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

Error message on incorrect private key password is misleading #16

Open
MichaelHallik opened this issue Nov 14, 2021 · 0 comments
Open

Comments

@MichaelHallik
Copy link

If you provide an incorrect password (for the private key) as an import argument the following error will occur:

"Calling method '_start_test' of listener 'CryptoLibrary' failed: AttributeError: No private key known or found in file. Generate private key first!"

Since the password is incorrect, the CryptoLibrary cannot access the private key and thus spits out this error. It would be nice though if it would tell us the actual, underlying root cause, which is that the password didn't check out.

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