Hi, Same issue with the linux version - so does not appear to be ESP32 related:
root@office-pc:~/esp32/EspruinoBuildTools/esp32/build/Espruino# ./espruino Interactive mode. Size of JsVar is now 32 bytes Size of JsVarRef is now 4 bytes Added SIGINT hook Added SIGHUP hook Added SIGTERM hook _____ _ | __|___ ___ ___ _ _|_|___ ___ | __|_ -| . | _| | | | | . | |_____|___| _|_| |___|_|_|_|___| |_| http://espruino.com 1v94.22 Copyright 2016 G.Williams Espruino is Open Source. Our work is supported only by sales of official boards and donations: http://espruino.com/Donate >var http = require("http"); =function () { [native code] } >http.get("https://httpbin.org/ip", function(res) { : res.on('data', function(data) { : console.log(data); : }); :}); =httpCRq { "type": 5, "#onconnect": function (res) { ... }, "res": httpCRs { }, "opt": { "protocol": "https:", "method": "GET", "host": "httpbin.org", "path": "/ip", "pathname": "/ip", "search": null, "port": null, "query": null }, "dSnd": "GET /ip HTTP/1.1\r" ... ": httpbin.org\r\n\r\n", "sckt": 4 } Uncaught InternalError: Failed! mbedtls_ssl_handshake returned -0x7780
@Wilberforce started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi, Same issue with the linux version - so does not appear to be ESP32 related: