Page 1 of 1

wifi mqtt ssl example certificate error

Posted: Mon Apr 12, 2021 9:40 am
by jaimits
Hi;
I am facing issue in WIFI-MQTT with ssl. I already generated client certificate and key. I am using example given in esp idf(\esp-idf(examples\protocols\mqtt\ssl).when i try to run code i get below error.

E (7204) esp-tls-mbedtls: mbedtls_x509_crt_parse returned -0x2180
E (7204) esp-tls-mbedtls: Failed to set client pki context
E (7204) esp-tls-mbedtls: Failed to set client configurations
E (7214) esp-tls: create_ssl_handle failed
E (7214) esp-tls: Failed to open new connection
E (7214) TRANS_SSL: Failed to open a new connection
E (7224) MQTT_CLIENT: Error transport connect

can someone guide me what i am doing wrong ???

Re: wifi mqtt ssl example certificate error

Posted: Tue Apr 13, 2021 10:08 am
by dastoned
Looks like the certificate parsing fails. Most likely the certificate you used is not in correct format.