SSLException
classin packageklyn.net.ssl
public class SSLException extends SocketException:
└ SSLException
Raised when a TLS/SSL handshake or encrypted transport operation fails.
import klyn.net.ssl

try SSLSocket("127.0.0.1", 443)
catch err as SSLException:
print(err.message)
Properties inherited from Exception: message
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public SSLException
SSLException(message as String = "TLS error"):
Creates an SSL exception.
Methods inherited from Exception: toString
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml