Tag Archives: Create Python https Website

Create Python https Website

The blog article shows you how to add self-signed certificate  to https web site. The code uses Flask’s built-in SSL support to create an HTTPS server. Here’s how it works: 1. SSL Certificate Generation (generate_cert.py) #!/usr/bin/env python3 “”” Generate self-signed … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, programming | Tagged , , , , , | Leave a comment