I'm using TcpClient and when try connect to a external server i receive the error socket error 10060.
What can cause it?
because if i use a TClientSocket and try connect to the same port (using TServerSocket) he connect fine without any error like what occour on indy.
Related
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.
I'm on Delphi 10.3.3 and i'm trying to use TIdFTP to upload files to my own site. To avoid people stealing my username / password, i want to do it using SSL, as in the past i used without SSL and ended up having problems.
So i'm using TIdFTP and TIdSSLIOHandlerSocketOpenSSL, with the correct DLLs on the app folder.
Problem is, everytime i call TIdFTP.connect, i always get an error, except if i don't use SSL.
Here are the messages i get with different combinations of UseTLS property :
utNoTLSSupport - Works but exposes by traffic
utUseExplicitTLS - Socket Error # 10054 Connection reset by peer.
utUseImplicitTLS - Socket Error # 10061 Connection refused.
utUseRequireTLS - Socket Error # 10054 Connection reset by peer.
Please help !
Thanks
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.
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
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.