icat.sslcontext — Helper functions and classes related to SSL contexts

Note

This module is mostly intended for the internal use in python-icat. Most users will not need to use it directly or even care about it.

icat.sslcontext.create_ssl_context(verify=True, cafile=None, capath=None)

Set up the SSL context.

class icat.sslcontext.HTTPSTransport(context, **kwargs)

Bases: HttpTransport

A modified HttpTransport using an explicit SSL context.

u2handlers()

Get a collection of urllib handlers.