A connection attempt failed

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);
 
B

Brian Cryer

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top