klyn.net.ssl.SSLSocket.cipherSuite
property
public readonly property cipherSuite as String:
Description
Negotiated cipher suite.
import klyn.net.ssl

socket = SSLSocket("example.com", 443)
print(socket.cipherSuite)
socket.close()