‎2010 Mar 03 11:35 AM
Hi all,
We have a small project in which we would like to enable iPhone notifications via a third party notifications server (urban airship). To perform the broadcast of the notifications an HTTP POST to a secure http URL is needed (https://go.urbanairship.com/api/push/broadcast).
The HTTP POST is performed using an object (name = "client") of type if_http_client which is initiated using method "create_by_url".
After the header and body of the request are filled, we use the "authenticate" providing user and password (we are not passing any proxy information).
Next we call the send and receive methods of this object.
The problem is we get a response code 407 with text "ICM_HTTP_SSL_ERROR".
I did some reading and found that there might be a missing certificate on my machine.
The problem is I cannot access transaction strust because the report is written in an application system.
Does anyone know why this error is raised? Is it originally coming from the host or from SAP? Any ideas??
Thanks,
Ben
‎2010 Mar 04 7:21 AM
‎2010 Mar 04 7:21 AM
‎2010 Mar 04 7:45 PM
Hi M. Naveen Kumar.
I think the main problem we have is the configuration of the required SSL certificates from a development application server.
Still waiting for the application system owner to answer my ticket.
I will update an soon as I have more info...
Ben