You are reading a single comment by @sureshkm and its replies. Click here to read the full conversation.
  • Hi @Gordon and others,
    In my Espruino Pico, i'm requesting over https for a response and i get the following error message. Please help me on this. Thanks

    require("http").get("https://www.google.­com", function(res) {
       console.log("Response: ",res);
       res.on('data', function(d) {
       console.log("--->"+d);
       });
    });
    
    >Connecting with TLS...
    ERROR: Failed! mbedtls_ssl_setup: Not enough memory
    ERROR: Unable to create socket
    
About

Avatar for sureshkm @sureshkm started