LOGGER.info("Initiating Java Client Service - Configured for OpenShift Server "
+ url);
}
service = new OpenShiftConnectionFactory().getConnection(
username, username, password, authKey, authIV, url, new NoopSSLCertificateCallback());
if (proxyHost != null && proxyHost.length() > 0) {
System.setProperty(SYSPROPERTY_PROXY_SET, "true");