t.w.c.WebClientContextFactory(object) : class documentation

Part of twisted.web.client View Source View In Hierarchy

This class is deprecated. Please simply use Agent as-is, or if you want to customize something, use BrowserLikePolicyForHTTPS.

A WebClientContextFactory is an HTTPS policy which totally ignores the hostname and port. It performs basic certificate verification, however the lack of validation of service identity (e.g. hostname validation) means it is still vulnerable to man-in-the-middle attacks. Don't use it any more.

Method getContext Return an OpenSSL.SSL.Context.
Method _getCertificateOptions Return a CertificateOptions.
def _getCertificateOptions(self, hostname, port): (source)

Return a CertificateOptions.

Parametershostnameignored
portignored
ReturnsA new CertificateOptions instance. (type: CertificateOptions)
@_requireSSL
def getContext(self, hostname, port): (source)

Return an OpenSSL.SSL.Context.

Parametershostnameignored
portignored
ReturnsA new SSL context. (type: OpenSSL.SSL.Context)
API Documentation for Twisted, generated by pydoctor at 2015-04-13 15:26:48.