Package tlslite :: Module errors :: Class TLSValidationError
[hide private]
[frames] | no frames]

type TLSValidationError

source code


The Checker has determined that the other party's certificate chain is invalid.

Instance Methods [hide private]
 
__init__(self, msg, info=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from TLSError: __str__

Inherited from exceptions.Exception: __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __repr__, __setattr__, __setstate__, __unicode__

Properties [hide private]

Inherited from exceptions.BaseException: args, message

Method Details [hide private]

__init__(self, msg, info=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: exceptions.BaseException.__init__
(inherited documentation)