Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

listen tcp 127.0.0.1:16450: bind: An attempt was made to access a socket in a way forbidden by its access permissions #1487

Open
1 of 2 tasks
Amir-A-M opened this issue Nov 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Amir-A-M
Copy link

Amir-A-M commented Nov 16, 2024

Search first

  • I searched and no similar issues were found

What Happened?

Hello and thanks for this great app that lets us connect to free Internet

I have been getting this error message for a while, every time I try to connect

a picture of error message

Unexpected Error
initialize inbound/direct[dns-in]: listen tcp 127.0.0.1:16450: bind: An
attempt was made to access a socket in a way forbidden by its access
permissions.

my current solution to this is:

Open Terminal as Admin
Run Command netstat -ano
Find the PID of the process that is using this port
Run Command kill <PID>

This problem started after I installed MySQL Server and Microsoft SQL Server Manager
SQL Server PolyBase Engine is the Stubborn Service that uses this port. And when I kill it. It still tries to Connect to this port
SQLPBENGINE

Why Hiddify can't connect to another port?

I am Running Hiddify v2.5.7 on Windows 10

I Always run Hiddify as Admin

Minimal Reproducible Example (MRE)

  1. Have MySQL Server and Microsoft SQL Server Manager Installed !!
  2. Now, Every time I open Hiddify and Every time I try to Connect to my VPN Config I get this error

Expected Behavior

I expect Hiddify to use another port

Version

v2.5.7

Platform/OS

Windows

Additional Context

No response

Application Config Options

No response

Relevant log output

No response

Are you willing to submit a PR? If you know how to fix the bug.

  • I'm willing to submit a PR (Thank you!)
@Amir-A-M Amir-A-M added the bug Something isn't working label Nov 16, 2024
@Amir-A-M
Copy link
Author

Some times i get other ports like :8964
port 8964

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant