This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author remi.lapeyre
Recipients remi.lapeyre
Date 2020-06-16.12:51:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
It's a bit outside of its original scope but with more and more application requiring HTTPS it is sometime needed even when doing some simple tests or local development.

It's quite easy to have an SSL certificate, either auto-signed or using Let's Encrypt but configuring Nginx or HAProxy just to serve a local directory on localhost is tedious.

I think just wrapping the socket in SSLSocket and adding two flags on the command line would be enough?
History
Date User Action Args
2020-06-16 12:51:47remi.lapeyresetrecipients: + remi.lapeyre
2020-06-16 12:51:47remi.lapeyresetmessageid: <[email protected]>
2020-06-16 12:51:46remi.lapeyrelinkissue40990 messages
2020-06-16 12:51:45remi.lapeyrecreate