-->
Page 1 of 1

Re: Handshake Issues Tornado Server and ESP32 Client

PostPosted: Sat Mar 19, 2022 2:10 am
by Inq720
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/