cancel
Showing results for 
Search instead for 
Did you mean: 

ICM_HTTP_SSL_ERROR

Former Member
0 Kudos

Hi All,

We have enabled the SSL communication in our PI server. Now when I tried posting the message from a HTTP client into the Integration server,it is giving me a Status 407 error. It says ICM_HTTP_SSL_ERROR. The error message from SXMB_MONI is as follows:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Message canceled

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>

<SAP:P1>407</SAP:P1>

<SAP:P2>ICM_HTTP_SSL_ERROR</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText><html><head><title>Application Server Error</title> <style type="text/css"> body { font-family: arial, sans-serif;} </style> </head> <BODY text="#172972" link="#808080" vlink="#808080" alink="#8e236b" bgcolor=white leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"> <table height="61" width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td background="http://pidb00.sharpsec.com:8001/sap/public/icman/img/bluebar_tile.gif" height="30"><table> <tr> <td width=5></td> <td width=20% nowrap><font face=arial size="-1" color=white>SAP Web Application Server </font></td><td width=75% align="right" nowrap><font face=arial size="-1" color="white"><a href="http://help.sap.com/">Help </font></td><td width=5% nowrap></font></td> </tr></table> </td><td rowspan=2 width=122 height=61 valign=top><img src= "http://pidb00.sharpsec.com:8001/sap/public/icman/img/theme.jpg" width=122 height=61 border=0 alt="SAP"></td> </tr><tr><td background="http://pidb00.sharpsec.com:8001/sap/public/icman/img/graybar_tile.jpg" height="31"> &nbsp;</td></tr> </table> <br><br> <table width=800> <tr><td width=50 nowrap> </td><td> <H2><b>500 Native SSL error</b></H2><br><hr> <table border="0"> <tr><td>Error:</td><td>-14</td></tr> <tr><td>Version:</td><td>7000</td></tr> <tr><td>Component:</td><td>ICM</td></tr> <tr><td>Date/Time:</td><td>Tue Apr 17 18:13:03 2007 </td></tr> <tr><td>Module:</td><td>icxxconn_mt.c</td></tr> <tr><td>Line:</td><td>2005</td></tr> <tr><td>Server:</td><td>pidb00_PID_01</td></tr> <tr><td>Error Tag:</td><td></td></tr> <tr><td>Detail:</td><td>IcmConnInitClientSSL: SapSSLSessionStart failed (-57): SSSLERR_SSL_CONNECT</td></tr> </table> <p></p> </td></tr></table> <table><tr><td width=50 nowrap></td> <td nowrap><FONT SIZE=-1><a href="http://www.sap.com/">&copy; 2001-2005, SAP AG</a></FONT> </td></tr></table> </body></html></SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error while receiving by HTTP (error code: 407, error text: ICM_HTTP_SSL_ERROR)</SAP:Stack>

<SAP:Retry>A</SAP:Retry>

</SAP:Error>

Any Idea why it is failing and how to correct this?

Thanks and Regards

Arvind

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi there,

We are facing a similar issue in our quality environment. Were you able to resolve this?

Thanks, Rajesh

Former Member
0 Kudos

Rajesh,

We couldn't solve this issue. Later we changed our approach as the requirment changed and we removed the SSL from the system. However I would be interested in knowing thesolution if you solve this. I had sleepless nights with this

Regards

Arvind