web services - Using TLS 1.1/1.2 in WSO2 ESB out-going request -


i'm trying consume web service on https using wso2 esb (4.7.0). web service requires callers use tls version >1.0 (1.1 or 1.2).

i'm using java 1.7.

i've added following line passthroughtransportsender (and receiver) definition no avail:

<parameter name="httpsprotocols">tlsv1.2</parameter> 

how can make wso2 callout , send mediators use newer tls versions (preferably tls 1.2)?

open axis2.xml file resides under $esb_home/repository/conf/axis2 directory. add

<parameter name="httpsprotocols">tlsv1</parameter> 

entry inside passthroughhttpssllistener , passthroughhttpsslsender elements.

note if using older version of esb not support passthrough transport may need add above tag inside httpcoreniossllistener , httpcoreniosslsender elements.you may more information in blog post [1]

[1] http://ravindraranwala.blogspot.com/2014/11/ssl-debugging-in-wso2-esb.html


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -