unavailableReason.append(ERR_LDAP_TLS_STARTTLS_NOT_ALLOWED.get());
return false;
}
try
{
TLSByteChannel tlsByteChannel =
connectionHandler.getTLSByteChannel(this, timeoutClientChannel);
setTLSPendingProvider(tlsByteChannel);
}
catch (DirectoryException de)
{