hostnameVerifier = new AcceptAllHostnameVerifier();
}
SslConfiguration sslConfiguration = new SslConfiguration(keyManager, trustManager, hostnameVerifier);
RestfulClient restfulClient = new JreRestfulClient(httpStrategy, baseUrl, sslConfiguration);
this.client = new PlatformLayerAuthenticationClient(restfulClient);
}