Closed anand-010 closed 3 years ago
I am using Arduino 15 IDE, node mcu 32s and arduinoWebSockets 2.3.5.
This library works without a CA certificate on ESP8266. I have a AWS Api gateway WebSocket Wss link. I don't have a CA cert and I can't make it non secure ws.
I am trying to migrate my project from ESP8266 to ESP32. esp32 disconnects every time when using webSocket.beginSSL("echo.websocket.org", 443, "/"); ** This is not the link i am tested and i am tested this one too. but it works perfectly on esp8266.