An update on this is i have multiple apps on the same server i am using routes.py to map domains. when Apache is restarted the first protocol used will function but then the other will not . If i access the app on port 80 all sites will function on port 80 and 443 will create the below error and if HTTPS is the firs then requests on port 80 will generate the error.
i have tailed the Apache error logs when this is happening and there is nothing. On Wednesday, February 25, 2015 at 8:38:29 AM UTC-8, UG wrote: > > Hi, > > I am receiving an error when i access my app from non SSL . > i have set > request.requires_https() > > It used to redirect to HTTPS but now it just gives me the error below. > i don' even know where to start. i have looked for anyplace i am storing > variables in session , but i am not. > > any ideas? > > Framework TypeError: 'NoneType' object is not callable > <https://23.253.78.158/admin/errors/PollinateMate#> + details > <https://23.253.78.158/admin/ticket/PollinateMate/70.70.133.183.2015-02-25.05-02-37.0d881377-c91e-4dfe-a704-d91d0dcdeec7> > > > 1. > 2. > 3. > 4. > 5. > 6. > 7. > > Traceback (most recent call last): > File "/home/www-data/web2py/gluon/main.py", line 435, in wsgibase > session.connect(request, response) > File "/home/www-data/web2py/gluon/globals.py", line 934, in connect > session_pickled = pickle.dumps(self, pickle.HIGHEST_PROTOCOL) > TypeError: 'NoneType' object is not callable > > > > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

