Chat freely about the open source Javascript projects for ESP8266

User avatar
By Inq720
#94002 I've not used WebSocketClient or Tornado, so this is a total WAG...

The JavaScript test: https://www.mischianti.org/2020/12/07/w ... -client-1/ is using SSL thus it's connecting and handshaking properly with the Tornado server. Whereas your ESP is not setting up SSL and the server is rejecting the connection. It's trying to do strait, unencrypted web sockets. To see if you get the same error, see if your JavaScript version gives the same error if you just do http://www.mischianti.org/2020/12/07/w ... -client-1/