cancel
Showing results for 
Search instead for 
Did you mean: 

Server Name Identification(Rest adapter) client connection with rest receiver adapter

Former Member
0 Kudos

Hello All,

How would you enable SNI in the outbound client connection with a Rest receiver adapter? We are doing client certificate based authentication and the server we are connecting to requires an SNI value send in the SSL connection. We have are looking at the note 2284059 and it talks about setting 'extension = server_name' . Where should we make this change exactly?

We also implemented the note 2384290 and set the ICM parameter ssl/client_sni_enabled=TRUE but it did not help.

Has anyone dealt with this situation?

Accepted Solutions (0)

Answers (1)

Answers (1)

fernandovignolo
Discoverer
0 Kudos

Hello,

Have you checked the note 2604240 ? In the note it's described the necesary change in order to enable SNI in SAP PI (Java Stack)

Create or edit the SSLContext.properties file and maintain the following lines:

extension=signature_algorithms
extension=server_name.noncritical

Regards.