SIGN IN SIGN UP

gh-85162: Add `HTTPSServer` to `http.server` to serve files over HTTPS (#129607)

The `http.server` module now supports serving over HTTPS using the `http.server.HTTPSServer` class.
This functionality is also exposed by the command-line interface (`python -m http.server`) through the
`--tls-cert`, `--tls-key` and `--tls-password-file` options.
S
Semyon Moroz committed
37bc3865c87bd777eebd41f1371b2add1bff433d
Parent: 99e9798
Committed by GitHub <noreply@github.com> on 4/5/2025, 8:49:48 AM