Skip to content

feat: Update https-server.py for Python 3 compatibility#966

Open
tani wants to merge 1 commit intogambit:masterfrom
tani:master
Open

feat: Update https-server.py for Python 3 compatibility#966
tani wants to merge 1 commit intogambit:masterfrom
tani:master

Conversation

@tani
Copy link
Contributor

@tani tani commented Jul 1, 2025

Migrate the HTTPS server script from Python 2 to Python 3. This includes:

  • Updating the shebang to python3.
  • Replacing deprecated modules.
  • Modernizing SSL context creation.

Migrate the HTTPS server script from Python 2 to Python 3.
This includes:
- Updating the shebang to python3.
- Replacing deprecated  and  with .
- Modernizing SSL context creation using  and .
- Removing  as it's no longer necessary.
- Adding informative print statements on server startup.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant