+ "\n\tKey: {}"
+ "\n\tUseSSL: {}"
+ "\n\tTrustAllCerts: {}",
host, port, key, useSSL, !trustManagers.isEmpty());
RemoteFrameworkConnectionInfo info =
new RemoteFrameworkConnectionInfo(host, port, key, useSSL, trustManagers, 60 * 1000);
LOG.debug("Remote connection info: {}", info);
// 2. Get connector info manager
ConnectorInfoManager manager = ConnectorInfoManagerFactory.getInstance().getRemoteManager(info);
if (manager == null) {