Search found 3 matches

by dansiwiec
Sat Dec 19, 2020 7:33 am
Forum: ESP8266 boards
Topic: Very slow SSL connection to MQTT broker
Replies: 5
Views: 3557

Re: Very slow SSL connection to MQTT broker

Reporting back - I tried the same code on ESP32 which arrived today. The SSL handshake time went from 30 seconds on the ESP8266 down to 2 seconds on the ESP32.
by dansiwiec
Thu Dec 17, 2020 6:53 am
Forum: ESP8266 boards
Topic: Very slow SSL connection to MQTT broker
Replies: 5
Views: 3557

Re: Very slow SSL connection to MQTT broker

Thanks, Peter. Yes, I had a feeling this might have been too much for the simple ESP8266.

I ordered an ESP32, so I'll try on that board for comparison and will report back here. Thanks!
by dansiwiec
Wed Dec 16, 2020 4:23 am
Forum: ESP8266 boards
Topic: Very slow SSL connection to MQTT broker
Replies: 5
Views: 3557

Very slow SSL connection to MQTT broker

Hi everyone, this is my first post on this forum and I'm excited about becoming part of this community. I've been working on connecting my ESP8266 to AWS IoT over SSL. I've managed to overcome all the obstacles related to certificates and my code 'works'. The only issue is that the initial connectio...