twisted.web.client.WebClientContextFactory(object)
class documentationtwisted.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 . |
Return a CertificateOptions
.
Parameters | hostname | ignored |
port | ignored | |
Returns | A new CertificateOptions instance. (type: CertificateOptions ) |
Return an OpenSSL.SSL.Context
.
Parameters | hostname | ignored |
port | ignored | |
Returns | A new SSL context. (type: OpenSSL.SSL.Context ) |