Chat freely about anything...

User avatar
By strike
#38917 Hello,
at first i would like to say, im just started with ESP8266. I tried simple program from github:
https://github.com/morrissinger/ESP8266 ... t_Demo.ino

When i am connecting with echo.websocket.org its working fine, i can send and read data from the server. But i can't connect with server whose adress is: wss://example/device. Does anyone know the solution of this problem?

Thanks for help
Sorry for my english
User avatar
By Mmiscool
#39029 Is the problem the resolution of the DNS . maybe try using the ip address of the target device?
User avatar
By bjpirt
#39031 wss stands for WebSocket Secure which is a normal WebSocket served through an SSL layer. The library you're trying to use doesn't support that I'm afraid (I don;t know of any that do at this time)
Cheers,
Ben