This issue is caused by the TCP dynamic port range of Windows operating system being too small.
Please follow the steps below to try to solve it.
1. Open the command prompt as Administrator.
2. Input the command with “netsh int ipv4 show dynamicport tcp” to check port range.
The issue may happen if the value of start port is lower than 49152 (ex.1024).
3. This issue can be eliminated by setting the Dynamic Port within the range of 49152 ~ 65535.
The suggested command is shown below.
“netsh int ipv4 set dynamicport tcp start=49152 num=16384”.
4. At last, input the command with “netsh int ipv4 show dynamicport tcp” to check again.
If the vaule of start port has been modified to 49152, you should be able to access the webpage without problem.