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

HTTPS support #42

Open
iBobik opened this issue Nov 16, 2018 · 1 comment
Open

HTTPS support #42

iBobik opened this issue Nov 16, 2018 · 1 comment

Comments

@iBobik
Copy link

iBobik commented Nov 16, 2018

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.

@pfalcon
Copy link
Owner

pfalcon commented Nov 18, 2018

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).

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