About 80 results
Open links in new tab
  1. What causes the 'Connection Refused' message? - Server Fault

    This is a Canonical Question about Connection Refused We see a lot of questions to the effect When I try to connect to a system I get a message Connection refused Why is this ?

  2. What can be the reasons of connection refused errors?

    Feb 25, 2010 · Firewalls would normally give timeout errors, as the connect (SYN) packet is just discarded. Connection refused is because the server has received and rejected the SYN packet.

  3. java.net.ConnectException: Connection refused - Stack Overflow

    Jul 29, 2011 · I'm trying to implement a TCP connection, everything works fine from the server's side but when I run the client program (from client computer) I get the following error: …

  4. SocketException: OS Error: Connection refused, errno = 111 in flutter ...

    Apr 21, 2019 · SocketException: OS Error: Connection refused, errno = 111 in flutter using django backend Asked 6 years, 10 months ago Modified 8 months ago Viewed 261k times

  5. Java Networking "Connection Refused: Connect" - Stack Overflow

    Feb 11, 2011 · I can connect with no problems using telnet, but when I try to access the port with canyouseeme.org, it tells me the connection timed out. I even tried to disable all firewalls and …

  6. How to solve ERR_CONNECTION_REFUSED when trying to connect to …

    ERR_CONNECTION_REFUSED I have been at this for a few days already, as I have read others have had similar issues, tried most things I have read including changing the managedruntimeversion from …

  7. Python ConnectionRefusedError: [Errno 61] Connection refused

    Nov 26, 2016 · Ive seen similar questions but they I couldn't fix this error. Me and my friend are making a chat program but we keep getting the error ConnectionRefusedError: [Errno 61] Connection …

  8. Python socket.error: [Errno 111] Connection refused

    The problem obviously was (as you figured it out) that port 36250 wasn't open on the server side at the time you tried to connect (hence connection refused). I can see the server was supposed to open …

  9. Why am I getting the error "connection refused" in Python? (Sockets)

    Apr 21, 2013 · If you do not exactly use same method on the client side, you will get the error: socket.error errno 111 connection refused. So, you have to use on the client side exactly same …

  10. python - Errno 10061 : No connection could be made because the …

    86 I have a problem with these client and server codes, I keep getting the [Errno 10061] No connection could be made because the target machine actively refused it I'm running the server on a virtual …