You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 15 Apr 2014 at 1:58
Original issue reported on code.google.com by
[email protected]
on 15 Apr 2014 at 1:58Attachments:
The text was updated successfully, but these errors were encountered: