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
I can download and select the client certificate, but no matter what, upon connection I get the error:
"Failed to open the certificate file. Wrong password?"
I checked the password using openssl x509 -noout -text -in client.crt and it is correct.
Am I doing something wrong?
Thanks, Michael
The text was updated successfully, but these errors were encountered:
Hi @mweber-bg,
how is the certificate created? The certificate needs to be in P12 format. Did you check this?: https://github.com/philipparndt/mqtt-analyzer/tree/main/Docs/examples/aws
Sorry, something went wrong.
No branches or pull requests
I can download and select the client certificate, but no matter what, upon connection I get the error:
"Failed to open the certificate file. Wrong password?"
I checked the password using
openssl x509 -noout -text -in client.crt
and it is correct.
Am I doing something wrong?
Thanks,
Michael
The text was updated successfully, but these errors were encountered: