Python: post files using httplib2

288 views Asked by At

Trying to post files of few MB in size. I made it working using python-requests package with multiform data, but now I need to add 2 way SSL support and unfortunately the python-requests version 0.8.2-1 doesn't have the support for 2 way SS. We are on ubuntu 12.04 and 0.8.2-1 is the latest version available for 12.04.

Can this be done using httplib2? As I am using httplib2 for 2 way SSL in other applications so would like to use the same common httplib2 library for all http requests.

0

There are 0 answers