I have been following (among others) these instructions to setup a Mozilla sync server. It runs fine when I connect to
http://mydomain.com:5000/
but when I use https instead of http and remove the :5000 I get an error 500 returned without any error logfile entries.
I set the logfile levels to DEBUG in all related logs (apache, Mozilla Sync), but I cannot track down where the issue lies. For example, the only entry in the debug-level apache-logfile relating to wsgi is:
[info] mod_wsgi (pid=30174): Create interpreter 'mydomain.com|'.
I want to use SSL to encrypt the username & password which are otherwise transmitted in clear text.
Please note that I have not too much of a clue how wsgi works and how it interacts with apache.