Open rakshitkr opened 3 years ago
TrustManager[] tms = null; // must ensure generatedTrustManager KeyManager[] kms = null; // must ensure generatedKeyManager SSLContext sSLContext0 = SSLContext.getInstance("TLSv1.2"); sSLContext0.init(kms, tms, (SecureRandom) null); Assertions.hasEnsuredPredicate(sSLContext0); Assertions.mustBeInAcceptingState(sSLContext0);
Following test cases are failing for above reason
Following test cases are failing for above reason