I am currently running version 0.3.5 on Ubuntu 22.04
I am using some self-signed certificates created with RSA. They have been working fine for a while, but since they expired I created new ones, and updated them in the app (using the same path).
For some reason they do not seem to work, either the certificates are not loaded correctly, or something else, because the broker logs the following error:
1687175952: OpenSSL Error: error:04FFF06A:rsa routines:CRYPTO_internal:block type is not 01
1687175952: OpenSSL Error: error:04FFF072:rsa routines:CRYPTO_internal:padding check failed
1687175952: OpenSSL Error: error:0DFFF006:asn1 encoding routines:CRYPTO_internal:EVP lib
1687175952: OpenSSL Error: error:140360B2:SSL routines:ACCEPT_SR_CERT:no certificate returned
1687175952: Socket error on client , disconnecting.
Additionally, using mosquitto_sub or an alternative GUI such as MQTTx I have no issue connecting, something like the command shown below just works.
Hello,
I am currently running version 0.3.5 on Ubuntu 22.04
I am using some self-signed certificates created with RSA. They have been working fine for a while, but since they expired I created new ones, and updated them in the app (using the same path).
For some reason they do not seem to work, either the certificates are not loaded correctly, or something else, because the broker logs the following error:
Additionally, using mosquitto_sub or an alternative GUI such as MQTTx I have no issue connecting, something like the command shown below just works.