Closed letruonglamit closed 1 month ago
I want to close it. The solution that I need to convert client.key to a new key without pass phrase:
openssl rsa -in client.key -out client-without-pass-phrase.key
@letruonglamit glad to see you have found the solutions.
How to add pass phrase in MQTTX app?
When I try to connect to my server by MQTTX, I got this error: Error: error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT
I am thinking that I am using pass phrase for certs and I missed it. Because when I try to connect by mosquitto_pub, I need to enter pass phrase to make it work
How to I can add them in MQTTX app? Here is my configs