Package org.odpi.openmetadata.http
Class HttpHelper
- java.lang.Object
-
- org.odpi.openmetadata.http.HttpHelper
-
public class HttpHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidnoStrictSSL()Allows using self signed certificates https connections makes all the clients and servers trusted no matter the certificatestatic voidnoStrictSSLIfConfigured()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
-
-
-
Method Detail
-
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
-
-