cancel
Showing results for 
Search instead for 
Did you mean: 

ICM_HTTP_SSL_ERROR

Former Member
0 Kudos

Hi Colleagues,

I am triggering a service from say sytem A. The message is going out of system A successsfully but stuck in the respective PI system.

The error info I get from SOAP Header in PI system is "ICM_HTTP_SSL_ERROR".

Would you colleagues please help me out here to analyze the issue.

Thanks in advance.

Sankar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sankar,

Please refer SAP note 852688

Also have a look on below thread...

Hope it will help...

Regds,

Pinangshuk.

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi boss,

Use T.code STRUST and import SSL certificate there.

regards

sree

Former Member
0 Kudos

Hi Sankar,

Have you checked this blog

http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414700)ID2064882650DB01300052149205744628End...

Also check this thread

Regards

Ramesh

Former Member
0 Kudos

Hi ,

using tcode: SMICM check whether HTTPS is active in PI else you need to configure SSL In PI,

Highlevel steps:

1) Go to SMICM - Go - parameters ->Display and find the icm/server port thats available next.

2) add the following profile parameter # https port configuration -

icm/server_port_5 = PROT=HTTPS, PORT=5$(SAPSYSTEM)01, VCLIENT=1

Note : used 5 as it was the next one available in my case

3) Restart SAP

4) Go to SMICM -> Services . You should see HTTPS enabled.

Along with this You might need to Configuring the SSL Key Pair and Trusted X.509 Certificates as well SAP Cryptographic libraries

Former Member
0 Kudos

Hi Sankar,

The below error is very generic and there may be lot of reasons for the same.

You might need to check ICM logs to know more about the error.

Well, What is the communiation medium between system A and PI system ?

Are you using https for SOAP ?

If yes, then is SSL enabled on PI system ?

Cheers.....,

Raghu

Former Member
0 Kudos

Sorry, I posted by mistake.

Edited by: sriparna1 on Dec 23, 2009 8:01 AM