Lines Matching refs:HTTPS
121 SafeTransport Handles an HTTPS transaction to an XML-RPC server
1476 # Standard transport class for XML-RPC over HTTPS.
1479 """Handles an HTTPS transaction to an XML-RPC server."""
1486 # create a HTTPS connection object from a host descriptor
1489 HTTPS = httplib.HTTPSConnection
1492 "your version of httplib doesn't support HTTPS"
1496 self._connection = host, HTTPS(chost, None, **(x509 or {}))
1524 "https".
1548 if type not in ("http", "https"):
1555 if type == "https":