Hi, I'm having a setup where apache accepts only certain client certificates.
I would like to write a wsgi script, which will greet the browsing person by its name. This means I'd like to extract information from the client certificate. With mod_python I could extract fields like SSL_CLIENT_S_DN_O or SSL_CLIENT_S_DN_CN With mod_python these variables were not available by default, but could be 'requested' with the add_common_vars() command What is the mod_wsgi way of extracting such info? -- 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.
