This patch adds support for custom HTTP transport types (which implement the
httplib.HTTPConnection interface) to the VIServer class. This is useful for
things like authenticating a connection to a vCenter's by checking its SSL
certificate, etc.
Here is an example of an HTTP transport class that checks the server's SSL
certificate: https://github.com/josephturnerjr/urllib2.VerifiedHTTPS
Original issue reported on code.google.com by andy.pi...@gmail.com on 15 Apr 2014 at 1:58
Original issue reported on code.google.com by
andy.pi...@gmail.com
on 15 Apr 2014 at 1:58Attachments: