Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 341 Bytes

File metadata and controls

18 lines (16 loc) · 341 Bytes

Self Signed Key:

openssl req -new -x509 -keyout server.pem -out server.pem -days 365 -nodes

Run Server:

sudo python3 https_server.py

For unsecure http testing use:

python3 -m http.server 8080
python3 -m http.server 8081
python3 -m http.server 8082
python3 -m http.server 8083
python3 -m http.server 8084