Re: [modwsgi] mod_wsgi-express SSL implementation error

2016-09-17 Thread peter hoth
It works! I modify the /etc/hosts as you suggested. Thanks Graham for your fast reply and help ! On Sunday, September 18, 2016 at 1:07:46 PM UTC+8, Graham Dumpleton wrote: > > If you read through the email I said that --allow-locahost likely wouldn’t > work because of how Apache can

Re: [modwsgi] mod_wsgi-express SSL implementation error

2016-09-17 Thread Graham Dumpleton
If you read through the email I said that --allow-locahost likely wouldn’t work because of how Apache can interpreter localhost and override what you want. That is why I said you needed to use a proper host name with --server-name and not use ‘localhost’. Did you try that? Repeating what I

Re: [modwsgi] mod_wsgi-express SSL implementation error

2016-09-17 Thread Graham Dumpleton
In general a HTTPS site should have a proper fully qualified domain name which matches what is in the certificate. You wouldn’t use ‘localhost’ for the server name. For a start, try adding the option: —allow-localhost Depending on the platform this still may not work though as I recollect

[modwsgi] mod_wsgi-express SSL implementation error

2016-09-17 Thread peter hoth
Hi, I managed to get my web app running with the following command: mod_wsgi-express setup-server --user admin --group admin mycloud.wsgi --startup-log --access-log --port=80 --server-root=/usr/local/mycloud Next, I managed to generate my SSL cert and performed the following: