Skip to content

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