* @see HttpsServerFake
*/
@Test
public void shouldFailHttpsSelfsignedCertificate() throws Throwable {
// pre-condition
expectedException.expect(new ExceptionCauseMatcher(instanceOf(SSLHandshakeException.class)));
IHttpClient client = new UrlConnectionHttpClientBuilder()
.setAcceptMediaType(ACCEPT_APPLICATION_JSON)
.setUserAgent("com.openshift.client.test")
.setSSLCertificateCallback(new ISSLCertificateCallback() {