katnip.targets.ssl module¶
-
class
katnip.targets.ssl.SslTarget(name, host, port, timeout=None, logger=None)¶ Bases:
katnip.targets.tcp.TcpTargetSslTarget is an implementation of SSL target, used for testing HTTPs etc.
-
__init__(name, host, port, timeout=None, logger=None)¶ Parameters: - name – name of the target
- host – host ip (to send data to) currently unused
- port – port to send to
- timeout – socket timeout (default: None)
- logger – logger for the object (default: None)
-