+ port + " didn't reply within 3 seconds", e);
} catch (IOException e) {
insertMessage(form, "hostname", "Connection failed", e);
}
Method method =
conf.get("method").equals("SSL") ? Method.SSL : Method.STANDARD;
String principal = conf.get("principal");
String password = conf.get("password");
if (connectivity && method == Method.SSL) {
SSLSocketFactory socketFactory =