You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there simple way how to make https webserver? Micropython has module ussl what can wrap socket to tls.
If possible I would like to generate elliptic curve self signed certificate on device, because it is much smaller than RSA certs and it is more secure.
The text was updated successfully, but these errors were encountered:
Simple - no. You first would need to do some quality design work along the lines of micropython/micropython#3396, then implement it, then debug. So far, nobody did that.
The talk is of course about beautiful/efficient solution (all of micropython, uasyncio, picoweb are dedicated to those).
Is there simple way how to make https webserver? Micropython has module ussl what can wrap socket to tls.
If possible I would like to generate elliptic curve self signed certificate on device, because it is much smaller than RSA certs and it is more secure.
The text was updated successfully, but these errors were encountered: