HTTP.ConnectionInfo.setSecureInfo()

Signature

Object setSecureInfo(Object connectionInfo, String sslProtocol, Object clientIdKeyStore, String clientIdPassword, Object trustedCertsKeystore, String trustedCertsPassword)

Domain

ACTION

Description

Update HTTPConnectionInfo Object with secure/SSL usage details.

Parameters

NameTypeDescription
connectionInfoObjectHTTP Connection Info Object
sslProtocolStringSSL Protocol to use. Valid values TLSv1.1/TLSv1.2/TLSv1.3. Defaults to TLS(TLSv1.1) if not specified.
clientIdKeystoreObjectKeystore Object for client identity, not required for 1 way SSL
clientIdPasswordStringPassword for client id keystore, not required for 1 way SSL
trustedCertsKeystoreObjectKeystore Object for trusted certificates
trustedCertsPasswordStringPassword for trusted certificates keystore

Returns

TypeDescription
ObjectHTTP ConnectionInfo Object