I think werkzeug/flask don't handle SSL at all, you need to do it on the web server like nginx/apache.
Common practice is to setup SSL client verification on webserver. when verification succeed, add a value to environment variable so that you can read client cert information in werkzeug/flask This might be wrong since I only have experience of setting SSL client verification for PHP application on nginx. On Saturday, June 8, 2013, Eduardo Robles wrote: > Hello everyone, > > I haven't found how one should do two-way ssl authentication with > flask/werkzeug. Is that even possible? > > Regards, > Eduardo > > -- > You received this message because you are subscribed to the Google Groups > "pocoo-libs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:_e({}, > 'cvml', 'pocoo-libs%[email protected]');>. > To post to this group, send email to > [email protected]<javascript:_e({}, 'cvml', > '[email protected]');> > . > Visit this group at http://groups.google.com/group/pocoo-libs?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- yegle http://about.me/yegle -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pocoo-libs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
