On Jun 30, 7:55 am, Graham Dumpleton <[email protected]> wrote: > On 30 June 2011 21:46, James Slagle <[email protected]> wrote: > > > This isn't a wsgi application though, so I don't have access to > > environ via WSGIAccessScript, > > Yes you do. The first argument to allow_acess is an environ > dictionary. It is similar to what a WSGI application later gets but > doesn't have as much information in it. It should have the SSL > functions hooks. >
The environ I get in check_password when using WSGIAuthUserScript does not have mod_ssl.is_https or mod_ssl.var_lookup in it. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
