May I know how we able to configure talend runtime to not use SSL v2 and SSL v3 but use TLS 1.1, 1.2? And is it possible to turn of those weak Cipher e.g. [color=#000000][font=Calibri, sans-serif]SSL_RSA_EXPORT_WITH_RC4_40_MD5 and [/font][/color]SSL_RSA_EXPORT_WITH_DES40_CBC_SHA?
You may configure the cipherSuites from the container/etc/org.apache.cxf.http.conduits-common.cfg, by default,
tlsClientParameters.cipherSuitesFilter.include = .*_EXPORT_.*,.*_EXPORT1024_.*,.*_WITH_DES_.*,.*_WITH_AES_.*,.*_WITH_NULL_.*,.*_DH_anon_.*