-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Description
Environment
- OS: Windows 11 Enterprise multi-session
- Version: 24H2 (Build 26100.7840)
- HTTP Toolkit version: 1.24.4 (installed via
winget)
Issue Description
After a fresh installation of HTTP Toolkit, the application fails to start and shows the following error:
Server crashed with 'Error: listen EADDRINUSE: address already in use 127.0.0.1:45456'
However, the port does not appear to actually be in use.
What I Tried
-
Fresh install via:
winget install httptoolkit -
Checked whether the port is in use:
netstat -ano | findstr :45456→ No results returned.
-
Rebooted the system.
-
Reinstalled HTTP Toolkit.
-
Ran as Administrator.
The error persists after all of the above.
Expected Behavior
If the port is truly in use, it should appear in netstat.
If it is not in use, HTTP Toolkit should start normally.
Observations
- No process is bound to
127.0.0.1:45456. - The error happens immediately on launch.
- This occurs even on a clean install.
My thoughts
- Could this be related to Windows 11 24H2 networking changes?
- Is HTTP Toolkit reserving the port via some internal mechanism?
- Could this be related to excluded port ranges (
netsh interface ipv4 show excludedportrange protocol=tcp)?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
