All Questions
2 questions
2
votes
0
answers
2k
views
How to debug TLS communication between an ESP8266 and MQTT broker (selfsigned credentials)?
I am trying to get an Wemos D1 mini (ESP8266) communicate with a MQTT broker using TLS (garagedoor opener), but failing. I get it to work when testing using MQTT.fx, tho....
I am a first offender, ...
0
votes
1
answer
4k
views
Initiating a TLS handshake using an ESP8266 with Arduino IDE
I'm trying to initiate a TLS handshake using an ESP8266 over TCP, but the server I'm sending the packet to keeps returning a TLS decode error (code 50).
The packet itself is composed and sent as ...