[New-bugs-announce] [issue44169] Add HTTPS support to http.server

Fred report at bugs.python.org
Tue May 18 06:22:38 EDT 2021


New submission from Fred <eldmannen at gmail.com>:

The http.server module only supports HTTP.
https://docs.python.org/3/library/http.server.html

I propose that it should also support HTTPS.

This would allow it to serve files that depend on features that are restricted to secure contexts.
https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts/features_restricted_to_secure_contexts

----------
components: Library (Lib)
messages: 393867
nosy: Fred
priority: normal
severity: normal
status: open
title: Add HTTPS support to http.server
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44169>
_______________________________________


More information about the New-bugs-announce mailing list