Select Page

Month: July 2022

Python 3.10.4 – HTTP Server with SSL using

python 3.10.4Ubuntu 22.04 LTS (jammy) This tutorial is for lab, testing and demo purposes and should not be used for production. Below is the sample code. import http.server import ssl # Assign the port to be used. PORT = 12345...

Read More

Python 3.10.4 – http.server HTTP servers

python 3.10.4Ubuntu 22.04 LTS (jammy) Python HTTP Servers module is a great module for testing and lab use when you want to spin off a temporary HTTP Server without installing nginx, apache or any of the HTTP Server Back End....

Read More