I upgraded to the newest web2py (2.1.1) Launch it with: ./web2py.py -i xxx.xxx.xx.xx -p 8000 -c /etc/ssl/certs/cert-file.crt -k /etc/ssl/certs/key-file.key -a apassword -K applicationName
When I run the -K application (ie scheduler) I am then unable to access the admin or front end of the site. I simply see the dreaded Safari "Cannot connect to server" message. The scheduler does nothing crazy. It updates a file in /tmp/ with the current date/time 3 times over a 60 second period. Had anyone else experienced this? --