I am looking for an example of a ESP8266 Lua that established a SSL connection with an external third party server (which I don't control).
I don't care much about the strength of the authentication, just need to establish the connection and pass data in both ways. The protocol is not HTTP based.
Thanks.