tuanpmt / espduino

ESP8266 network client (mqtt, restful) for Arduino
http://tuanpm.net/post/espduino
MIT License
383 stars 122 forks source link

Mosquitto TLS 1.2 #36

Open sulicz opened 9 years ago

sulicz commented 9 years ago

There is some bug in ESP library. When I setup TLS connection to Mosquitto it starts to generate this log: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number. After forced TLS 1.1 everything works OK.

Thanks for help