A connection attempt failed

  • Thread starter Thread starter anarki_iv
  • Start date Start date
A

anarki_iv

Hello everyone!

I'm made server spdy and deploy it on azure, when i try connect to it
by tls protocol i get exception:

A connection attempt failed because the connected party did not
properly respond after a period of time, or established connection
failed because connected host has failed to respond 157.56.29.81:8081

I get an exception at runtime:
_socket.Connect(remoteEndpoint);
 
Hello everyone!

I'm made server spdy and deploy it on azure, when i try connect to it
by tls protocol i get exception:

A connection attempt failed because the connected party did not
properly respond after a period of time, or established connection
failed because connected host has failed to respond 157.56.29.81:8081

I get an exception at runtime:
_socket.Connect(remoteEndpoint);

Sounds like a firewall issue. I've not use Azure but I believe there is the
equivalent configuration - somewhere you can specify where you can connect
from, be it inside the Azure network or externally. So assuming your
connection string is correct then look at the configuration at the database
end. Sorry I can't be more specific than that, but I hope it gives you
enough to go on.
 
Back
Top