Re: How to make https work fine under django server?

2015-09-05 Thread vincent . j . xin
I find there are some configuration about using Django with Apache and mod_wsgi in Django document. So, I install apache-2.4.7 and mod_wsgi. But the thing is that I'm confused about how it can work. Should I start a server on mod_wsgi? Is that possible to support https? -- You received this m

How to make https work fine under django server?

2015-09-04 Thread vincent . j . xin
Hi, everyone. I'm a new user of Django. I have established an app and run a server on Django. However, when I open a URL of my app(e.g. *https*://example.com/.../), it always shows the following error on the command line. *You're accessing the development server over HTTPS, but it only supports