django-planet
March 12, 2023

How to run a local Django development server over HTTPS with a trusted self-signed SSL certificate

in blog timonweb.com
original entry How to run a local Django development server over HTTPS with a trusted self-signed SSL certificate

Generating a self-signed SSL certificate for local Django development has always been a hassle for me. Until the day I discovered mkcert, a zero-config tool that creates locally trusted development certificates, your browser will not complain about.

In this tutorial, I'll share my process, and you'll learn how to …

Read now