Not able to connect the WebSocket client to Remote Secure WebScoket server

Hi all,

This may be trivial,

My yun WebSocket Client ( Python) is not able to communicate with Secure WebSocket Server 'wss://echo.websocket.org '
It connected OK otherwise for ws://echo.websocket.org

Error says
SSL Not available :

Any Ideas or pointers appreciated

Thanks in Advance.

Regards
BRE

After Installing

opkg install python-openssl solved this issue.

Hope this helps others

BRE