Re: Can't get https to work

2014-08-26 Thread Matthew Ngaha
I feel really stupid now:( Thanks that fixed it. On Tue, Aug 26, 2014 at 10:56 PM, kyprizel wrote: > Try to use 192.168.1.102:443. > > > On Wed, Aug 27, 2014 at 1:40 AM, Matthew Ngaha wrote: >> >> I'm trying Nginx with Django on my localhost. I "Include" a >> django.conf in my main nginx.conf an

Re: Can't get https to work

2014-08-26 Thread kyprizel
Try to use 192.168.1.102:443. On Wed, Aug 27, 2014 at 1:40 AM, Matthew Ngaha wrote: > 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

Can't get https to work

2014-08-26 Thread Matthew Ngaha
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.co