Hi all,
Im trying to make an HTTPS request from an ESP8266 (specifically on a nodemcu). Ive added the urequests module from this repo and am trying the following with no luck. Is HTTPS possible from the ESP8266? Do I need to change something?
>>> import urequests
>>> urequests.get('https://www.google.com')
ssl_handshake_status: -261
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "urequests.py", line 101, in get
File "urequests.py", line 56, in request
OSError: [Errno 5] EIO
>>>
Thanks, Mike
Hi all,
Im trying to make an HTTPS request from an ESP8266 (specifically on a nodemcu). Ive added the urequests module from this repo and am trying the following with no luck. Is HTTPS possible from the ESP8266? Do I need to change something?
Thanks, Mike