pfalcon / pycopy-lib

Standard library of the Pycopy project, minimalist and light-weight Python language implementation
https://github.com/pfalcon/pycopy
Other
246 stars 70 forks source link

AttributeError: 'module' object has no attribute 'SSLContext' #79

Open usr577 opened 1 year ago

usr577 commented 1 year ago

It returns AttributeError: 'module' object has no attribute 'SSLContext' when using the post option and says line 87, so ctx = ussl.SSLContext() is wrong. Using micropython version 1.19.1 on esp32

alej0varas commented 1 year ago

You can: