Connecting to Secured Websocket with esp32

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

Post complete code!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.