Hi Shakila,

Thanks for the response.

So in the case, I should add this parameter and enable all these protocols
you listed, right?

This way the transportSender will switch between them accordingly with the
endpoint. Is my assumption correct?

Thanks,

2018-05-29 22:45 GMT-05:00 Shakila Sasikaran <[email protected]>:

> 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/
>



-- 
Francisco Ribeiro
*SCEA|SCJP|SCWCD|IBM Certified SOA Associate*
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to