Senthil Kumaran <sent...@uthcode.com> added the comment:

I am sorry. I see that with context object in 3.x, verification is being done. 
The CA certs can be pointed to using load_verify_locations. 

As the author had in this patc tothe pass on addition ca_certs and ca_reqs to 
wrap_socket in ssl from httplib2. I thought, it was a new requirement. In 2.7, 
those args are not present. 

For this issue, modifying the xmlrpc.client to support ssl context and making a 
HTTPConnection with context object is present may be way to go.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13856>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to