The system returned: (110) Connection timed out - asp.net-mvc

when i open my website it's shows
Connection to 173.0.139.119 failed.
The system returned: (110) Connection timed out
what is Problem? from my Web Application or Server ?
note:
when i use proxy to open my site it's work fine

Related

Informix - Socket connection to server failed

I have installed the "Informix Developer Edition 14.10.FC9 Windows" database on my local windows 10 machine.
I like to connect with the sql client DBeaver (22.3) to the database 'test'.
I know the server, the username, the password and the database name. See the following screenshot:
If i test the connection i get the following error:
Socket connection to server (ol_informix1410#localhost:1526) failed. Check your server is reachable from this client on the host:port specified.
Connection refused: connect
Do I really have the wrong port and if so how do I find out the correct port?

Test connection failed because of an error in initializing provider . Prelogin failure Error

Trying to connect to an external datahub from a SSMS on a server. From desktop computer works.
Port 1433 allowed on server. Has anyone seen this or have a solution? Thank you.
Error:
Test connection failed because of an error in initializing provider. Client unable to establish connection due to prelogin failure
TCP Provider: The specified network name is no longer available.
Client unable to establish connection
Client unable to establish connection because an error was encountered during handshakes before login. Common causes include client attempting to connect to an unsupported version of SQL Server, server too busy to accept new connections or a resource limitation (memory or maximum allowed connections) on the server.

Web socket fails on iOS

My code attempts to create a websocket connection.
It works on Windows, Mac and Ubuntu and on Safari, Firefox, Chrome and Edge.
It does not work on iOS (iPhone and iPad) and I have tested this failure on Safari and Chrome only. I guess it may not work for other browsers on iOS too.
I get the following error on iPad:
error: Websocket connection to 'wss://XXXX' failed: The operation could not be completed. (kNWErrorDomainPOSIX error 14 - Bad address).
On iPhone it gives a slightly different error:
error: Websocket connection to 'wss://XXXX' failed: The operation could not be completed. kNWErrorDomainPOSIX error 100 - Protocol error.
Where XXXX is a valid network address (domain name / remote IP / local network IP).
Try entering a servers local ip address http://192.168.xx.xx:PORT and make sure both devices are on same local network

Error "Timed out waiting for the socket to be ready for a write" while connecting to server in Xcode

I am trying to connect to server for web socket connection. but I am getting the error:
"Websocket is disconnected: Optional(Starscream.WSError(type:
Starscream.ErrorType.writeTimeoutError, message: \"Timed out waiting
for the socket to be ready for a write\", code: 0))"
Starscream.WSError(type: Starscream.ErrorType.writeTimeoutError
How can I solve it? also
Here is my source code link:
https://www.dropbox.com/s/v348vxxjf74dsds/websocket.zip?dl=0
I tried to connect after some time again too, Once its failed but still it's giving me same error.
I tried your code, it's working fine. the only change I have made is your socket server URL
before it was ws://192.168.1.2:8080
and I have updated with "http://192.168.1.41:8080" //41 is my IP. you can use yours
just changed ws with http.

soap wsdl connection refused error (111)

I got this error upon trying to connect nusoap api for sugarcrm 6.4.3
wsdl error: Getting http://url:8080/soap.php?wsdl - HTTP ERROR:
Couldn't open socket, connection to server http://url:8080/soap.php?wsdl, Error (111): Connection refused
so is there settings I need to do to open the socket for successful connection ?
Thanks in advance.

Resources