SSL Context
sslcontext.CreateSSLContext(verify=True, cafile=None, capath=None)
Set up the SSL context.
sslcontext.HTTPSTransport(context, **kwargs)
Bases: suds.transport.http.HttpTransport
A modified HttpTransport using an explicit SSL context.
u2handlers()
Get a collection of urllib handlers.