Data Transformation Engine HTTP Adapter Reference Guide

Chapter 3 - HTTP Commands List of Commands
HTTP Adapter Reference Guide
21
WEAK
Use exportable encryption only.
ANY
Use any available encryption.
SSL Protocol (-SPROTO)
Use the SSL Protocol adapter command (-SPROTO) to set the Secure Socket Layer
(SSL) protocol level. SSL enables the adapter to process HTTPS URLs. If
-SPROTO
is not specified, the SSL Protocol defaults to SSLv23.
-SPROTO {SSLv2|SSLv3|SSLv23|TLSv1}
Option Description
SSLv2
Specify SSL protocol version 2.
SSLv3
Specify SSL protocol version 3.
SSLv23
Specify SSL protocol version 2, version 3 or
TLSv1.
Note Whenever the protocol method of
SSLv23 is specified, the protocol of first
choice is TLSv1, with fallback to SSLv3,
and then to SSLv2.
TLSv1
Specify Transport Layer Security (TLS) protocol
version 1.
Timeout (-TIMEOUT)
Use the Timeout adapter command (-TIMEOUT) to set the socket timeouts to a
specified number of seconds. The default timeout is 300 seconds.
-TIMEOUT time_in_seconds
Option Description
time_in_seconds
Specifies the number of seconds for the
sockets timeout to be set. The default
timeout is set to 300 seconds.