There's no cleanup, so you can only do a single HTTPS request before it fails right now
You can only do one HTTPS request at once
The network API needs reworking to allow nonblocking connect and name resolution before ESP8266 (AT or native)/CC3000/etc will work. But when that's done, it'll solve a few other problems too!
This uses a lot of code space, and realistically it's not going to fit on the Original Espruino board unless you're happy using the extra flash memory that isn't supposed to exist (but does).
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.
It's still early VERY days, but it's now possible to:
make clean;PICO_1V3=1 WIZNET=1 USE_HTTPS=1 make serialflash
then...
HTTPS support works on:
There are some big issues:
This uses a lot of code space, and realistically it's not going to fit on the Original Espruino board unless you're happy using the extra flash memory that isn't supposed to exist (but does).