[issue40990] Make http.server support SSL

2021-10-27 Thread Fred
Fred added the comment: How is this going? Any progress? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40990] Make http.server support SSL

2021-05-20 Thread Fred
Fred added the comment: It could look for a existing certificate in a well-known location, and could fallback to an self-signed certificate that could be shipped with Python. -- nosy: +Fred ___ Python tracker

[issue40990] Make http.server support SSL

2020-06-16 Thread Rémi Lapeyre
Change by Rémi Lapeyre : -- keywords: +patch pull_requests: +20101 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20923 ___ Python tracker ___

[issue40990] Make http.server support SSL

2020-06-16 Thread Rémi Lapeyre
New submission from Rémi Lapeyre : 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