webtoolsgroup / InstantWP

InstantWP is a complete standalone, portable WordPress development environment.
GNU General Public License v3.0
104 stars 34 forks source link

err_unsafe_port 10080 in Windows 11 Pro #114

Open dslaby opened 1 year ago

dslaby commented 1 year ago

Has anyone solved the issue "err_unsafe_port" 10080 in Windows 11 Pro using Edge browser? Is there a way to configure Windows Defender to not block InstantWP if that is the problem?

dslaby commented 1 year ago

10080 is a restricted port:

Explicitly allowed network ports Supported versions: • On Windows and macOS since 91 or later Description There is a list of restricted ports built into Microsoft Edge. Connections to these ports will fail. This policy allows bypassing that list. The set of ports is defined as a comma-separated list that outgoing connections should be permitted on. Ports are restricted to prevent Microsoft Edge from being used as a vector to exploit various network vulnerabilities. Setting this policy may expose your network to attacks. This policy is intended as a temporary workaround for error code "ERR_UNSAFE_PORT" while migrating a service running on a blocked port to a standard port (for example port 80 or 443). Malicious websites can easily detect that this policy is set, and for which ports, then use that information to target attacks. Each port listed in this policy is labeled with a date that it can be unblocked until. After that date the port will be restricted regardless of if it's specified by the value of this policy. Leaving the value empty or unset means that all restricted ports will be blocked. Invalid port values set through this policy will be ignored while valid ones will still be applied. This policy overrides the "--explicitly-allowed-ports" command-line option. Policy options mapping: • 554 (554) = port 554 (can be unblocked until 2021/10/15) • 10080 (10080) = port 10080 (can be unblocked until 2022/04/01) • 6566 (6566) = port 6566 (can be unblocked until 2021/10/15) • 989 (989) = port 989 (can be unblocked until 2022/02/01) • 990 (990) = port 990 (can be unblocked until 2022/02/01) Use the preceding information when configuring this policy.