minimumTlsProtocolVersion property
getter/setter pair
The minimum TLS version to use when establishing a secure connection.
If the peer does not support minimumTlsProtocolVersion
or later
then SecureSocket.connect will throw a TlsException.
If the value is changed, it will only affect new connections. Existing connections will continue to use the protocol that was negotiated with the peer.
The default value is TlsProtocolVersion.tls1_2.
Implementation
abstract TlsProtocolVersion minimumTlsProtocolVersion;