cancel
Showing results for 
Search instead for 
Did you mean: 

SSL Error ! (Help me pliz)

Former Member
0 Kudos

Hello all,

I have a simple scenario Idoc > File.

Since we tried to activate SSL on server, this scenario triggers following error.

<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 />

We don't know what is the cause of this error and how to fix it.

It is like Integration server would transmit message to Adapeter engine using SSL.

Thanks a lot,

Jean-Charles

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Jean

This issue may be relatesd to your certificate has expired or there may be some problem in importing the Secure Socket Layer certificate (SSL certificate

CLIENT_RECEIVE_FAILED</SAP:Code>

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

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

error code 407 means <b>Proxy Authentication Required</b> This code is similar to 401, but is only returned by proxies. A proxy returns a 407 message upon receipt of a client request that doesn't have valid authentication credentials.

for more details on error codes (401,402,403,......)

Read this document

http://www.web-cache.com/Writings/http-status-codes.html

Thanks

sandeep

Ps: if helpful kindly reward points

Former Member
0 Kudos

Thanks all for your answers,

1) Jag

We are on SP13 (Nw04s) so the related note is already included (I have checked code).

2) vishal kharat

Currently we use no H or G destination with SSL connection.

We think our certificates are OK.

We have a doubdt about the assignation of this cert to the rigth J2EE port.

In RZ10 we have :

- icm/http/j2ee_1 :PREFIX=/,CONN=0-10, PORT=50000, SPORT=50003, SSLENC=1, TYPE=2,CRED=SAPSSLC.pse

- icm/HTTP/j2ee_0 : PREFIX=/,HOST=localhost,CONN=0-500,PORT=5$$00

We don't know why there is 2 SSL port (5$$01 and 5$$03)

In SSL provider service (Visual Admin > Dispatcher), must we match our Certificate with SSL port 50001, 50003 or both ?

Thanks a lot

aashish_sinha
Active Contributor
0 Kudos

it shud be same everywhere. so please match the certificate everywhere.

Regards

Aashish Sinha

PS : reward points if helpful

Former Member
0 Kudos

Hi Charles,

Please check wether HTTPS service is running on XI system.

Go to Transaction SMICM -> GOTO -> Services

No. Log Service Name/Port Host Name Keep Alive Proc.Timeo Actv External Bi

1 HTTP 8000 lbsth 30 60

2 SMTP 0 lbsth 30 60

3 HTTPS 8443 lbsth 30 60

Check if this service is configured properly.

Are you using any HTTP connections to external server ? If so provide the details.

Please let us know if you need any more info.

Cheers,

Nanda

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Jean,

It may de be due to trusted certificate is expired Or due to the incorrect authorization during Proxy generation.

To solve this kindly follow below link as help

/people/thomas.jung3/blog/2005/05/13/calling-webservices-from-abap-via-https

Also follow SAP Note- 852688

Regards,

Jyoti

Former Member
0 Kudos

Hi Jean,

you can do one of the following:-

    • make SSL inactive in sm59...It should work. OR

    • Please refer SAP note 852688

OR

1)As it is CLIENT_RECEIVE_FAILED, may be your recver is not reachable and that you have to try to ping it using t-code SM49 (OS level access).

2)If you are able to ping it the try to TELNET its port ,and try to make them up.

3)Also as this is related to SSL may be your SSL certificate has expired and that your receiver is not reachable/recognized.

Vishal

    • Kindly reward points for useful reply.

former_member214364
Active Contributor
0 Kudos

Hi Jean-Charles,

Refer this note - 971670.

i hope this solves your SSL Error issue.

Cheers,

Jag