Problem with Websocket ssl connection[Win32 and Android]

When i tried to connect a wss client socket to a websocket server / https running in node js im getting these errors … If anybody knows please help with these

WebSocket.cpp (1322):WebSocket (0807B280) Unhandled websocket event: 32
WebSocket.cpp (1322):WebSocket (0807B280) Unhandled websocket event: 29
WebSocket.cpp (167): ERR: server’s cert didn’t look good, X509_V_ERR = 20: error:00000014:lib(0):func(0):reason(20)
WebSocket.cpp (1197): WebSocket (0807B280) onConnectionError, state: 0 …
WebSocket.cpp (1226): WebSocket (0807B280) onConnectionClosed, state: 2 …
WebSocket.cpp (1256): onConnectionClosed, WebSocket (0807B280) is closing by server.
WebSocket.cpp (1279): WebSocket (0807B280) onConnectionClosed DONE!
WebSocket.cpp (1322): WebSocket (0807B280) Unhandled websocket event: 45
WebSocket.cpp (1322): WebSocket (0807B280) Unhandled websocket event: 33
WebSocket.cpp (1226): WebSocket (0807B280) onConnectionClosed, state: 3 …
WebSocket.cpp (545): In the destructor of WebSocket (0807B280)
WebSocket.cpp (565): before join ws thread
WebSocket.cpp (167): NOTICE: lws_context_destroy
WebSocket.cpp (425): WebSocket thread exit, helper instance: 065722B0
WebSocket.cpp (567): after join ws thread

When i tries to connect to echo.websocket.org with wss it is connecting wth no issues.