argos83 / pysphere

Automatically exported from code.google.com/p/pysphere
88 stars 76 forks source link

[patch] support for custom HTTP transports #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments: