Retrieve Data using SSL

To retrieve data from an HTTP server using SSL or TLS, you might need to set additional parameters when you configure your fetch task.

To retrieve data over a secure connection

  1. In the HTTP Connector configuration file, find the section where you configured your fetch task:

    [MyTask]
    URL0=https://www.hpe.com
  2. Specify the required SSL settings, for example:

    [MyTask]
    URL0=https://www.hpe.com
    SSLMethod=TLSV1
    SSLCheckCertificate=TRUE
    SSLCACertificate=trusted.crt

    TIP: In this case, you cannot use the SSLConfig parameter.

    For more information about the SSL configuration parameters, refer to the Secure Socket Layer Parameters in the HTTP Connector Reference.

  3. Save and close the configuration file.