You are reading a single comment by @Wilberforce and its replies. Click here to read the full conversation.
  • Hi, Same issue with the linux version - so does not appear to be ESP32 related:

    root@office-pc:~/esp32/EspruinoBuildTool­s/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
    
    
About

Avatar for Wilberforce @Wilberforce started