Martin Jørgensen
Martin Jørgensen
When will fix be merged to master? I see same issue regarding TLS renegotiation, where option is not supported.
Fixing issue described in https://github.com/espressif/esp-azure/issues/90 and adding: const IO_INTERFACE_DESCRIPTION* socketio_get_interface_description(void) { return wsio_get_interface_description(); } to platform code fixes compilation, and allows MQTT over WebSocket.
Based on ideas from https://github.com/espressif/esp-azure/issues/65 I have managed to get MQTT over WebSocket to work. The issue was related to missing SSL negotiation [mbedtls_ssl_conf_renegotiation(&tls->conf, MBEDTLS_SSL_RENEGOTIATION_ENABLED); in file /components/esp-tls/esp_tls_mbedtls.c]
@mahavirj Do you know, if it is prioritised?
@lhespress LTS_07_2021_Ref01 has several bugfixes, which we need. When continiously removing network connectivity, the "esp-azure" in combination with ESP network driver locks up, and never gets online again. Even resolving...
@epictrave I agree. The certificate bundle has to be updated. But it would also be nice to get bugfixes as well.
@mahavirj @lhespress Is it something you will consider?