Class InsecureTrustManager

java.lang.Object
org.apache.cxf.transport.https.InsecureTrustManager

public final class InsecureTrustManager extends Object
This class provides a static method to create an array of TrustManagers, which disables TLS trust verification. This is insecure and must not be used in production, only for testing!
  • Method Details

    • getNoOpX509TrustManagers

      public static TrustManager[] getNoOpX509TrustManagers()