cancel
Showing results for 
Search instead for 
Did you mean: 

Need to enable TLS V1.2 for Specific partner using SOAP Adapter

0 Kudos

Hi Team,

One of our vendor is migrating and supporting only TLS 1.2 version and we need to send data through webservice to that vendor with TLS 1.2, is there any specific way to make change to this particular vendor instead of making change in SSL Config file with min and Max values "iaik.security.ssl.configFile".

Have gone with few notes which says to make change in SSL Config files but it is applicable to all other flows as well. But suggest with any way to apply the change only for one particular vendor passing data through webservice.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member192851
Active Participant
0 Kudos

https://launchpad.support.sap.com/#/notes/2284059

In case different behaivior is required for one or several particular server, they can be configured in a format

protocolVersions=<server name>[:<server port>](minVersion,maxVersion)

Example: send TLS11 (instead of default TLS12) as a highest possible version connecting to service.sap.com.

protocolVersions=service.sap.com(TLS10,TLS11)