cancel
Showing results for 
Search instead for 
Did you mean: 

XI Error / HTTP/HTTPS Error

Sudheer_Nagalla
Explorer
0 Kudos

Can some one help on why i am getting this SSL Error and how i can change it communicate via the HTTP not the HTTPS.

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

- <!-- Call Adapter

-->

- <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>SAP Web 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://atlun22.celanese.com:8070/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://atlun22.celanese.com:8070/sap/public/icman/img/theme.jpg" width=122 height=61 border=0 alt="SAP"></td> </tr><tr><td background="http://atlun22.celanese.com:8070/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><br>Native SSL error<br><br><hr> <table border="0"> <tr><td>Error:</td><td>-14</td></tr> <tr><td>Version:</td><td>6040</td></tr> <tr><td>Component:</td><td>ICM</td></tr> <tr><td>Date/Time:</td><td>Tue Sep 13 15:28:40 2005 </td></tr> <tr><td>Module:</td><td>icxxconn_mt.c</td></tr> <tr><td>Line:</td><td>1749</td></tr> <tr><td>Server:</td><td>atlun22_DXI_70</td></tr> <tr><td>Detail:</td><td>IcmConnInitClientSSL: SapSSLSetNiHdl returned (-24): SSSLERR_BAD_NI_HDL</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-2003, SAP AG</a></FONT></td></tr></table></SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

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

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

</SAP:Error>

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sudheer,

The best way to check is to create the RFC destination, /sm59, Connection to External HTTP server (connection type is G). Define all the paramters here and test the connection. Once you can connect from here then you can use this connection on the Integration Directory.

Hope this helps.

Cheers,

Ranjan

Former Member
0 Kudos

Check whether you put SSL Actieve for the RFC connection is defined HTTP ?

regards

SKM