cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Connection Issue (Webdispatcher)

Former Member
0 Kudos

Hi All,

We have scenario proxy to RNIF and it is an existed interface in production where the target URL as "https://target.com/test".

Now web service url has got changed as "https://target.com:12345/test" , i.e.. they have added the port to the URL.

My question is do we need to do any changes in our firewall to allow the message flow.

because I have tried with the new url to send the message to web service but below is the exception I have got

"Transmitting the message to endpoint https://target.com:12345/test using connection RNIF_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error transmitting the message over HTTP. Reason: java.lang.RuntimeException: Error while silently connecting: org.w3c.www.protocol.http.HttpException: Connect timed out"

Any suggestions please.

Accepted Solutions (1)

Accepted Solutions (1)

nitindeshpande
Active Contributor
0 Kudos

Hello Rahul,

Ask your 3rd party team to open the new port for the connection coming from your PI server. Please provide your PI system Public IP address to your RNIF team, such that you can connect to the server.

Regards,

Nitin

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Rahul,

The error definitely tells that the connection timedout meaning host could not be reached.

This is what I would do -

- From PI Server- Do to telnet command as : telnet hostname port to check if the ports are open. If not open, then get the same opended by your Network Teams.

- Also as I see you are switching from a HTTP to HTTPS connection, which means you would need to ensure the SSL certificates are loaded intro the Trusted CAs

Regards

Bhavesh