You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem seems to come from cipher, so I tried some desperate conf on caddy and mosquitto but without success, see the public key info of broker below:
$ openssl s_client -tls1_2 -connect mqtt.domain.com:8883
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES256-GCM-SHA384
Server public key is 256 bit
Does anyone have any ideas to help me? I simply want to connect my sonoff pow R2 to my MQTT mosquitto broker over TLS.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Firstly I've scoured the issues for this problem but haven't found the solution. The closest issue to my problem #11378
Context:
I have a Mosquitto MQTT broker with port 8883 open and TLS certificates automatically provided by caddy, see my mosquitto conf below:
To be clear my broker works like a charm.
I followed instructions on how to build tasmota 14.2.0 with MQTT TLS enabled and see below my_user_config.h:
I also tried USE_MQTT_TLS_CA_CERT even that is deprecated but
I compiled and flash my sonoff pow r2 without any problem.
The tasmota console logs, 296 - SSL3_ALERT_HANDSHAKE_FAILURE:
My broker logs:
The problem seems to come from cipher, so I tried some desperate conf on caddy and mosquitto but without success, see the public key info of broker below:
Does anyone have any ideas to help me? I simply want to connect my sonoff pow R2 to my MQTT mosquitto broker over TLS.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions