cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS error for Sync Scenario

manikandan_shanmugam3
Active Participant
0 Kudos

Hi All,

Requirement : SOAP to Proxy Sync Scenario (we are not using SSL certificates)

I have created Async scenario and triggered message using link " https:// " with channel configuration HTTP Security Level : HTTP, it was working fine, but same configuration is not working with Sync scenario and getting error "com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: Communication over HTTPS. Unable to create a socket"

when i use HTTP Security Level: HTTPS Without Client Authentication for Sync scenario, getting below error "

java.security.AccessControlException: https scheme required

    at com.sap.aii.adapter.soap.web.SOAPHandler.checkHTTPSecuritylevel(SOAPHandler.java:826)"

Wondering why it is working with Async but not with Sync scenario

Regards,

Mani

Accepted Solutions (0)

Answers (2)

Answers (2)

nitindeshpande
Active Contributor
0 Kudos

Hi Mani,

To use HTTPs, you need to first configure the HTTPs port in your SAP PI system. To configure or enable HTTPs port in your system please follow the below link -

For Single Stack system -

Configuring the Use of SSL on the AS Java - Network and Transport Layer Security - SAP Library

For Dual Stack system -

Configuring SAP NetWeaver Application Server ABAP to Support SSL - Network and Transport Layer Secur...

Ask your Basis team to follow the above mentioned links and configure the HTTPs port and then test your scenario, it will work in an expected manner.

Please let me know if you need more help on this.

Regards,

Nitin Deshpande

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Manikandan,


It is very much possible that for SOAP sender only http is configured in your system. Have you asked your basis to take a look it?

Regards,

Mark