Minimal HTTPS server using only Python's standard library.
Project description
https-server
A minimal HTTPS server built purely with Python’s standard library.
🚀 Usage
pip install httpspyserver
httpspyserver --cert cert.pem --key key.pem -p 8443
Create a Self-Signed Certificate
openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 365 -nodes
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
httpspyserver-0.4.0.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file httpspyserver-0.4.0.tar.gz.
File metadata
- Download URL: httpspyserver-0.4.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ae4e7c308f2550e7cc2e834932062a77f37c1afaab62984e26b638697ca4500
|
|
| MD5 |
5fa01fd5bdef0d0d0b09ed7b69704fc6
|
|
| BLAKE2b-256 |
983a4ed6a97f959c6f51fa7b09e5bb264f31dbaa097d5c029905b92814ff9c0e
|
File details
Details for the file httpspyserver-0.4.0-py3-none-any.whl.
File metadata
- Download URL: httpspyserver-0.4.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
347a019b599c6fbd5c65862f8bdf71a3f780daa2d181a581fec73bcc685a5c00
|
|
| MD5 |
54deea32d85640f5d46799781c13f98a
|
|
| BLAKE2b-256 |
3d4df1b4cd388d35ade53a186c0a391c2c9e0b4b10dc6e2798af6e67d79b7512
|