Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL doesn't work anymore #2

Open
varna9000 opened this issue Sep 19, 2021 · 1 comment
Open

SSL doesn't work anymore #2

varna9000 opened this issue Sep 19, 2021 · 1 comment

Comments

@varna9000
Copy link

Trying on ESP8266 with MicroPython v1.16

Trying GET on various APIs with SSL returns the following error:

Traceback (most recent call last):
  File "<stdin>", line 33, in <module>
  File "uasyncio/core.py", line 1, in run
  File "uasyncio/core.py", line 1, in run_until_complete
  File "uasyncio/core.py", line 1, in run_until_complete
  File "<stdin>", line 27, in show
  File "<stdin>", line 21, in coin_info
  File "async_urequests.py", line 244, in get
  File "uasyncio/funcs.py", line 1, in wait_for
  File "uasyncio/funcs.py", line 1, in runner
  File "uasyncio/core.py", line 1, in run_until_complete
  File "async_urequests.py", line 233, in _requests
ConnectionError: [Errno 11] EAGAIN

HTTP works fine.

@LarsKumbier
Copy link

still broken on v1.18.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants