-
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
HTTPS and WSS support #55
Comments
I added SSL to microWebSrv.py myself and experienced no issues so far. Basically all that I did, was wrapping Here is my version of microWebSrv.py Here is some output using curl to connect to an esp32 using SSL:
|
Thanks, very nice, I will try it out! |
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, very nice, I will try it out!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#55?email_source=notifications&email_token=AAD2ALDZ2GIFYXN4D664PKLP5HUFLA5CNFSM4HVVGC32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY53GYY#issuecomment-507229027>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAD2ALF7BGGYNEUKKXDISCTP5HUFLANCNFSM4HVVGC3Q>
.
--
*Sincèrement,*
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you planning to extend the features with secure operation?
How big effort to implement the SSL handsake to this project?
The text was updated successfully, but these errors were encountered: