Hi,

Since carbon based products uses the HTTP/S pass through transport from
axis2.xml, AFAIK there is no way to enable particular protocol for specific
call. But, we can enable multiple versions (TLSv1,TLSv1.1,TLSv1.2) globally
in the axis2 as follows.

<parameter name="HttpsProtocols">TLSv1,TLSv1.1,TLSv1.2</parameter>

Thanks

On Wed, May 30, 2018 at 8:31 AM, Júnior <[email protected]> wrote:

> Hi,
>
> I need to call a service that is using only TLSV1.2.
>
> Doing some research, I found that we can specify that in the axis2.xml
> like below:
>
> <transportSender name="https" class="org.apache.synapse.transport.passthru
> .PassThroughHttpSSLSender">
>         .....
> <parameter name="HttpsProtocols">TLSv1.2</parameter>
> .....
>     </transportSender>
>
>
> I am a bit concerned as it is a global configuration, so, it would affect
> all the integrations installed. Is it possible to set the property for a
> specific endpoint? Or make this enabling all the https protocols available?
>
> Thanks,
>
> --
> Francisco Ribeiro
> *SCEA|SCJP|SCWCD|IBM Certified SOA Associate*
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Shakila Sasikaran
Software Engineer
Mobile :+94 (0) 77 526 6848
[email protected]
WSO2, Inc.
lean . enterprise . middleware
http://www.wso2.com/
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to