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 Fred
Recipients Fred
Date 2021-05-18.10:22:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621333358.88.0.804428492297.issue44169@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-05-18 10:22:38Fredsetrecipients: + Fred
2021-05-18 10:22:38Fredsetmessageid: <1621333358.88.0.804428492297.issue44169@roundup.psfhosted.org>
2021-05-18 10:22:38Fredlinkissue44169 messages
2021-05-18 10:22:38Fredcreate