Hi All,
I am using ArduinoWebsockets-master library to connect secured websocket through esp32, but unfortunately unsuccessful.
I am stopping at below code
this->_connectionOpen = this->_client->connect(internals::fromInterfaceString(host), port);
if (!this->_connectionOpen) return false;
from this i pointed connect is not happening.
Please suggest any.
Thanks in Advance
Vinod