I need to host my Django application using gunicorn on Cloudfoundry on port 443
, HTTPS.
I am getting error:
InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised.
Which is resulting into Internal server error.
How should I add add SSL.
What are server.cert
and server.key
files? How to add them.