Error Code


dbowerman

Recommended Posts

Whenever you see an 8zzzzzzz or 0x8zzzzzzz error, you can pretty much always do a web search to get a good idea on what is happening.  These error codes are typical for networking errors.

Anyhow, in this case whatever server you are trying to connect to is actively refusing the connection.  This means that a device actually exists at the address you provided, but that it is not allowing you to connect to it.  This often happens when you specify the wrong port, or when there is a firewall blocking the port you specified.  It is not a protocol error because the connection is never established.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.