| Home | Trees | Indices | Help |
|---|
|
|
httplib.HTTPConnection --+
|
httplib.HTTPSConnection --+
|
SecureConnection
This is an https connection that verifies that the server certificate is signed by a trusted ca_cert.
NOTE that it does NOT validate that the hostname matches the one in the certificate, because multiple clients (with different hostnames) will use the same certificate. Thus, for us it's enough to know that a given client has the private key whose public key is trusted.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
Connect to a host on a given (SSL) port.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 4 09:57:29 2010 | http://epydoc.sourceforge.net |