Class AbstractClientSslConfiguration

    • Constructor Detail

      • AbstractClientSslConfiguration

        public AbstractClientSslConfiguration()
    • Method Detail

      • isInsecureTrustAllCertificates

        public boolean isInsecureTrustAllCertificates()
        Returns:
        Whether the client should disable checking of the remote SSL certificate. Only applies if no trust store is configured. Note: This makes the SSL connection insecure, and should only be used for testing. If you are using a self-signed certificate, set up a trust store instead.
      • setInsecureTrustAllCertificates

        public void setInsecureTrustAllCertificates​(boolean insecureTrustAllCertificates)
        Parameters:
        insecureTrustAllCertificates - Whether the client should disable checking of the remote SSL certificate. Only applies if no trust store is configured. Note: This makes the SSL connection insecure, and should only be used for testing. If you are using a self-signed certificate, set up a trust store instead.