I am running manage.py runserver 0:8000
but I would like to display it as HTTPS. I'm using Nginx . I have installed the certificate in the appropriate folders in Nginx. I can see the secured Nginx default page when I browsed to mywebsite.example
(without port 8000) but I get a blank page when I add port 8000 to it.
I have tried multiple options below but still unable to get mywebsite.example:8000
to work on a secured SSL page. Any thoughts?
Below are what I have tried so far
manage.py runserver_plus
manage.py sslserver
- All sorts of Django extensions