Re that URL... if you hit https:// in a web browser it returns, but if you attempt http:// it does not respond and I guess it will timeout. That would seem to be inline with what you are seeing given you can't call the https endpoint? It looks they've not implemented a HTTP service/listener or redirection to https://, at least not for that endpoint.
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.
Re that URL... if you hit https:// in a web browser it returns, but if you attempt http:// it does not respond and I guess it will timeout. That would seem to be inline with what you are seeing given you can't call the https endpoint? It looks they've not implemented a HTTP service/listener or redirection to https://, at least not for that endpoint.