Can't get https to work

I’m trying Nginx with Django on my localhost. I “Include” a
django.conf in my main nginx.conf and in this included conf the
“server” “listens” for both http & https and sends either requests
upstream to django. My browser reports this error:

http://bpaste.net/show/855f9e401b7e

Here’s my django.conf

http://bpaste.net/show/521d3f71495e

Any ideas?

Try to use 192.168.1.102:443.

I feel really stupid now:( Thanks that fixed it.