class documentation

class ClientTLSContext(ssl.ClientContextFactory):

View In Hierarchy

SSL Context Factory for client-side connections.

Method getContext Return an SSL.Context to be use for client-side connections.
Class Variable isClient Undocumented
def getContext(self) -> SSL.Context:

Return an SSL.Context to be use for client-side connections.

Will not return a cached context. This is done to improve the test coverage as most implementation are caching the context.

isClient: int =