Class SocketFactoryUtil


  • public class SocketFactoryUtil
    extends Object
    • Constructor Detail

      • SocketFactoryUtil

        public SocketFactoryUtil()
    • Method Detail

      • getTrustAllSocketFactoryRegistry

        public static org.apache.http.config.Registry<org.apache.http.conn.socket.ConnectionSocketFactory> getTrustAllSocketFactoryRegistry()
        Builds a registry of connection socket factories that trusts all SSL certificates. This should only be used in testing environments or when explicitly configured to allow self-signed certificates.
        Returns:
        A registry of connection socket factories.
      • getTrustManagerThatTrustsAllCertificates

        public static TrustManager[] getTrustManagerThatTrustsAllCertificates()
        Creates a TrustManager array that accepts all certificates without validation. This should only be used in testing environments or when explicitly configured to allow self-signed certificates.
        Returns:
        An array containing a single TrustManager that trusts all certificates.