HTTP Conduit OSGi Configuration Parameters
The configuration files described in this section are located in <TalendRuntimePath>/container/etc/ org.apache.cxf.http.conduits-<endpoint_name>.cfg in the Talend Runtime.
As an example of the syntax involved, here are the contents of the general org.apache.cxf.http.conduits-common.cfg configuration file:
url = https://localhost.*
tlsClientParameters.disableCNCheck = true
tlsClientParameters.trustManagers.keyStore.type = JKS
tlsClientParameters.trustManagers.keyStore.password = password
tlsClientParameters.trustManagers.keyStore.file = ./etc/keystore.jks
tlsClientParameters.keyManagers.keyStore.type = JKS
tlsClientParameters.keyManagers.keyStore.password = password
tlsClientParameters.keyManagers.keyStore.file = ./etc/keystore.jks
tlsClientParameters.cipherSuitesFilter.include = *_EXPORT_.*,.*_EXPORT\
1024_.*,.*_WITH_DES_.*,.*_WITH_AES_.*,.*_WITH_NULL_.*,.*_DH_anon_.*