Package org.odpi.openmetadata.http
Class HttpHelper
java.lang.Object
org.odpi.openmetadata.http.HttpHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidAllows using self signed certificates https connections makes all the clients and servers trusted no matter the certificatestatic voidAllows 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
-
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
-