-
Notifications
You must be signed in to change notification settings - Fork 115
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
Curious whether MicroWebSrv supports https? #48
Comments
SSL/TLS (https) isn't implemented on MicroWebSrv, but it's simple with a pycom. |
@jczic - Thanks for the response! I thought that this would be easy too, but I've tried calling ssl.wrap_socket(...) after both bind() and accept(), and in both cases the client hangs while making a request. This was with my own minimalist http server, but I think I'll try hacking on MicroWebSrv instead. I'm curious if you have a working example? Cheers, |
Hi, |
Thanks for all the help, I’ll check it out! Cheers, |
Hello,
I released a fully new version (v2.0) of my web server here :
github.com/jczic/MicroWebSrv2.
Open source MIT, fully asynchronous, more robust, more fast and more
efficient!
It is delivered with a good documentation.
Thank you for your support and feedback.
… Thanks for all the help, I’ll check it out!
Cheers,
Tim
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAegLMT8U51Bpl20RTX4yWoF8KX8xZ7Iks5vH7y7gaJpZM4aUMkp>
.
--
*Sincèrement,*
|
Thanks for the followup on this … I will check the new version out! Cheers, |
I’ve been wanting to handle web requests using https on a PyCom WiPy 3.0 for awhile now without success. Maybe this is asking too much of the hardware?
Thanks in advance,
Tim
The text was updated successfully, but these errors were encountered: