Nicolas Lehuen
nicolas.lehuen at gmail.com
Thu Mar 31 08:56:08 EST 2005
Hi, Did you check in the environment variables returned by req.subprocess_env (you may have to call req.add_common_vars() first to fill in the information you need) ? AFAIK there is no special support for SSL in mod_python, so the interface is pretty much the same that it is with any standard CGI (or standard Apache module), i.e. through environment variables. Regards, Nicolas On Thu, 31 Mar 2005 13:44:40 +0200, Mateusz Korniak <mateusz at ant.gliwice.pl> wrote: > Hello, > I would like to get information about > 1. cipher used (if any) when mod_python handles HTTPS request. > 2. peer certificate used (if any) on ohter side > 3. how to be able to verify peer certficate under mod_python. > > I have checked google and list archives back to 2003 but have not found any > interesting information. > > Thanks in advance for any help/docs/examples in above topics. > > -- > Mateusz Korniak > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|