so I did {{=request.env}} and I can see the SSL DATA certificate in another 
app, but for some reason the app that requires the data isn't being passed. 
Going to keep troubleshooting that app because I really want to use the 
x509 authentication with web2py!!

for some reason the x509 auth isn't working still. Going to keep pressing 
and will post a fix when I find it. Thank you so much for your help 
Niphlod. I hope this helps others in the future!



On Tuesday, March 10, 2015 at 6:40:29 PM UTC-4, Niphlod wrote:
>
> what if you return somewhere this dict (takes the "SSL*" env variables and 
> prints it) 
>
> def yourcode():
>     .........
>     debug_values = {}
>     for k, v in request.env.iteritems():
>         if k.lower().startswith('ssl'):
>             debug_values[k] = v
>     .........
>     return dict(........., debug_values=debug_values)
>
> just to see if those gets indeed passed along.
>
>

-- 
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.

Reply via email to