|
|
|
@ -274,9 +274,9 @@ public class TestUtils {
|
|
|
|
|
HttpsURLConnection.setDefaultSSLSocketFactory(sc.getSocketFactory());
|
|
|
|
|
HttpsURLConnection.setDefaultHostnameVerifier(ignoreHostnameVerifier);
|
|
|
|
|
} catch (KeyManagementException ex) {
|
|
|
|
|
Logger.getLogger(TestUtils.class.getName()).log(Level.SEVERE, null, ex);
|
|
|
|
|
//Logger.getLogger(TestUtils.class.getName()).log(Level.SEVERE, null, ex);
|
|
|
|
|
} catch (NoSuchAlgorithmException ex) {
|
|
|
|
|
Logger.getLogger(TestUtils.class.getName()).log(Level.SEVERE, null, ex);
|
|
|
|
|
//Logger.getLogger(TestUtils.class.getName()).log(Level.SEVERE, null, ex);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|