Error "connection cannot be established because the server didnt respond on time" when trying to establish connection to web driver from web connect

I have been using Webconnect and Webdriver command to eastablish the connection to webdriver. Initially it was working fine but now the connection is getting failed and im getting an error saying “connection cannot be established because the server didnt respond on time”

Hi moeedm,
A couple of questions then: What happens when you test the connection with a different client? If it is an https connection, what happens if you use (from the command line) openssl s_client to connect, or alternatively if unsecured, what happens if you use wget or curl to connect? Have you got access to the server log files for the SUT, and if so, do you see any connection attempt being logged?