NoSSLError

Exception raised when a client speaks HTTP to an HTTPS socket.


Attributes

a args

<attribute 'args' of 'exceptions.BaseException' objects>

a message

exception message

Methods

f __getitem__(...) ...

x.__getitem__(y) <==> x[y]

f __getslice__(...) ...

x.__getslice__(i, j) <==> x[i:j]

Use of negative indices is not supported.

f __init__(...) ...

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

f __setstate__(...) ...

See the source for more information.