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
In the HPE HTTP Connector configuration file, find the section where you configured your fetch task:
[MyTask] URL0=https://www.hpe.com
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 HPE HTTP Connector Reference.
|