About 116,000 results
Open links in new tab
  1. How to solve ERR_CONNECTION_REFUSED when trying to connect to …

    [Fiddler] The socket connection to localhost failed. ErrorCode: 10061. No connection could be made because the target machine actively refused it 127.0.0.1:23162 I have removed all proxy settings …

  2. This site can’t be reached - localhost refused to connect.

    Jun 16, 2018 · It's probably a firewall or A/V software problem - or a combination of both. Note you won't be able to connect to localhost on any other devices - you have to be on the local machine itself. To …

  3. localhost refused to connect Error in visual studio

    This site can’t be reached localhost refused to connect. Search Google for localhost 1049 Home Search Flight ERR_CONNECTION_REFUSED Now, I don't know what to do from here. I have changed the …

  4. curl Failed to connect to localhost port 80 - Stack Overflow

    Since you have a ::1 localhost line in your hosts file, it would seem that curl is attempting to use IPv6 to contact your local web server. Since the web server is not listening on IPv6, the connection fails. You …

  5. Visual Studio Code debugger with Chrome refused to connect to …

    Visual Studio Code debugger with Chrome refused to connect to localhost Asked 7 years, 2 months ago Modified 2 years, 3 months ago Viewed 141k times

  6. java - hbase connection refused - Stack Overflow

    This is likely to become a problem when some daemon wants to legitimately listen on or connect to localhost (via lo) alone. You can test that you have this problem by using telnet to connect to port …

  7. H2-Console is not showing in browser - Stack Overflow

    When I want to use browser to view the H2 database console through ' http://localhost:8082/h2-console ', a screen open in browser with connect and test connection button.

  8. node server running but localhost refusing to connect

    localhost refused to connect Thats the IPv4 address. Am I missing something here?

  9. Eclipse Error: "Failed to connect to remote VM" - Stack Overflow

    Jun 10, 2009 · I’m getting the following error when I start Debug from the Eclipse IDE. Message: “Failed to connect to remote VM. Connection Refused” What could be the reason?

  10. 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: …