ConnectTimeoutException in Rest Webservice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2018 08:15 PM
Hi Friends,
I am working on ServiceNow to Sailpoint integration using rest web services with Mid Server. I have configured mid server in client-server which is up and validated. Port 443 is allowed on the server. While accessing web service using mid server getting below error.
The request failed: org.apache.commons.httpclient.ConnectTimeoutException: The host did not accept the connection within timeout of 10000 ms.
How to resolve this issue. Please help
Thanks,
Rahul Jadhav
- Labels:
-
Integrations
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2018 09:19 PM
Hi Rahul,
Can you check following if you have access to the mid server
1) login to the mid server
2) open any browser client for rest api
3) try to hit the API and check if it works
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2019 11:03 AM
Hi RJ,
Any solution to this issue