PS: if you're on a rush, the problem is that requires_https() doesn't check 
if it's running within the scheduler.

instead of
request.requires_https()

do
cmd_options = request.global_settings.cmd_options
if not (cmd_options and cmd_options.scheduler):
    request.requires_https()

PS: this was pointed out before here 
https://groups.google.com/d/topic/web2py/e71j92APm6s/discussion

On Monday, October 29, 2012 10:04:41 PM UTC+1, Niphlod wrote:
>
> gotcha, we forgot to apply a patch when it was pointed out. Working on 
> that as we speak
>

-- 



Reply via email to