[modwsgi] Using runmodwsgi with Django I can get it working on port 80 but not 443. - client denied by server configuration error.

2018-04-11 Thread Marcos Georgopoulos
Hi, I am trying to get my web application working over https. I am using Centos7. I have disabled the firewall and selinux ( temporarily for testing ) The following works with no issues for http on port 80. sudo python3.6 manage.py runmodwsgi --setup-only --port=80 --user apache --group a

Re: [modwsgi] Using runmodwsgi with Django I can get it working on port 80 but not 443. - client denied by server configuration error.

2018-04-11 Thread Marcos Georgopoulos
mod_wsgi-express-443/htdocs > > IOW, what do you get when you run: > > ls -las /etc/mod_wsgi-express-443/htdocs > > Graham > > On 12 Apr 2018, at 9:01 am, Marcos Georgopoulos > wrote: > > Hi, > > I am trying to get my web application working over

Re: [modwsgi] Using runmodwsgi with Django I can get it working on port 80 but not 443. - client denied by server configuration error.

2018-04-11 Thread Marcos Georgopoulos
e the series of requests which are then logged in it. > > Is there anything in the directory: > >/etc/mod_wsgi-express-443/htdocs > > IOW, what do you get when you run: > > ls -las /etc/mod_wsgi-express-443/htdocs > > Graham > > On 12 Apr 2018, at 9:01 am,

Re: [modwsgi] Using runmodwsgi with Django I can get it working on port 80 but not 443. - client denied by server configuration error.

2018-04-11 Thread Marcos Georgopoulos
he redirection from http to > https. > > Graham > > On 12 Apr 2018, at 10:19 am, Marcos Georgopoulos wrote: > > Sorry I forgot to answer part of your question. > > No access '/' has the same issue. > > On Thursday, April 12, 2018 at 10:05:18 AM UT

Re: [modwsgi] Using runmodwsgi with Django I can get it working on port 80 but not 443. - client denied by server configuration error.

2018-04-11 Thread Marcos Georgopoulos
A.B.C.D with your IP address. > > Have everyone use: > > https://A.B.C.D.nip.io > > See: > > http://nip.io/ > > for more information on these magic hostnames. > > Hopefully your organisation doesn't block DNS for them, some do. > > Graham > >

Re: [modwsgi] Using runmodwsgi with Django I can get it working on port 80 but not 443. - client denied by server configuration error.

2018-04-11 Thread Marcos Georgopoulos
Hi Graham, Yes the problem is solved. Many thanks On Thursday, April 12, 2018 at 12:35:45 PM UTC+10, Graham Dumpleton wrote: > > Does that mean it has solved the problem for now? > > Graham > > On 12 Apr 2018, at 12:06 pm, Marcos Georgopoulos > wrote: > > Thanks