cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI 7.31 single stack to call web service using TLS 1.2

Former Member
0 Kudos

Hello folks,

I have been met with the requirement to call a web service using TLS 1.2. We are on a single stack 7.31 SP16. I am using a SOAP receiver channel.

The guys exposing the web service tell me that I am using TLS 1.0 (extract from their log:  TLSv1 AES256-SHA ... )

Does SAP PI 7.31 SP16 not support TLS 1.2 when calling a web service or do I need to make some changes or maybe use HTTP Axis protocol?

Hope you can help

Regards, Mikael

Accepted Solutions (1)

Accepted Solutions (1)

mate_moricz
Advisor
Advisor
0 Kudos

Hi Mikael,

If the AS Java acts as client then SAP Java Cryptographic Toolkit is used, which at this moment does not support TLSv1.2. It is still under development.

Regards,
Mate

Former Member
0 Kudos

Thanks Mate, do you know when they expect it to be ready?

Regards. Mikael

engswee
Active Contributor
0 Kudos

Hi Mikael

I have written about this in the following post. If you really need it, I suggest you open a call with SAP and try to get a prelim version.

Regards

Eng Swee

mate_moricz
Advisor
Advisor
0 Kudos

Hi Mikael,

After consulting with developer colleagues I still cannot provide any ETA of this feature's availability.

Regards,
Mate

mate_moricz
Advisor
Advisor
0 Kudos

Hi Mikael,

Please check note:

2284059 - Update of SSL library within NW Java server

This is the resolution for the problem.

Regards,
Mate

Answers (2)

Answers (2)

Muniyappan
Active Contributor
0 Kudos

seems SAP is working on to make TLS 1.2 available for Java stack.

How can i activate TLS 1.1+ on SAP AS JAVA 7.31... | SCN

at the moment it is available in ABAP only.

former_member186851
Active Contributor
0 Kudos

Hello Mikael,

Go with SOAP(HTTP AXIS),Below discussion is on the same