The update includes https, but it's not clear if it means we can access web sites using https connection
For example follow commands don't work anymore
api.get("/proxy?url=http://127.0.0.1:80/services/system/ledStatus.php")
returns null
and
http=net.HTTPClient({timeout=7000});
http:request("http://user:password@HC-IP/services/system/ledStatus.php",
{ option = {method = "GET"},
success = function(resp)
print(json.encode(resp))