Skip to main content

Expanding python's HTTPServer to use HTTPS

Project description

# Quick HTTPS

Expanding on pythons Simple HTTP Server to include HTTPS

## Installation

From PyPI

pip install quick-https

## Running

After installation, running the HTTPS server is as simple as:

python3 -m https.server

## Generating a certificate

When the server is run for the first time, it will ask if you would like to generate a certificate to be used. If you say yes, a self-signed certificate will be generated and stored in the https/certs/ directory. This certificate will be be used every time the server is started after that.

If you ever want to regenerate certificate, start the server with the –generate switch. This will automatically generate a new certificate and replace the old one in https/certs/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quick-https-0.1.0.tar.gz (18.3 kB view hashes)

Uploaded Source

Built Distribution

quick_https-0.1.0-py3-none-any.whl (18.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page