Class HttpHelper


  • public class HttpHelper
    extends Object
    • Constructor Detail

      • HttpHelper

        public HttpHelper()
    • 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