Class HttpHelper

java.lang.Object
org.odpi.openmetadata.http.HttpHelper

public class HttpHelper extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    Allows using self signed certificates https connections makes all the clients and servers trusted no matter the certificate
    static void
    Allows using self signed certificates https connections makes all the clients and servers trusted no matter the certificate Only if the override property strict.ssl is set

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HttpHelper

      public HttpHelper()
  • Method Details

    • noStrictSSL

      public static void noStrictSSL()
      Allows using self signed certificates https connections makes all the clients and servers trusted no matter the certificate
    • noStrictSSLIfConfigured

      public static void noStrictSSLIfConfigured()
      Allows using self signed certificates https connections makes all the clients and servers trusted no matter the certificate Only if the override property strict.ssl is set