Hello Jun Taka, Welcome to Microsoft Q&A, thank you for posting your query here!!
The error message "Failed to open TCP connection to login.microsoftonline.com:443 (execution expired)" typically indicates that there was a problem establishing a network connection to the Microsoft Azure Active Directory (Azure AD) authentication server at login.microsoftonline.com on port 443, which is the default HTTPS port.
Here are some steps you can take to troubleshoot and resolve this issue:
Check Your Internet Connection: Ensure that your computer or server has a working internet connection. Try accessing other websites to confirm that your internet connection is not the root cause of the issue.
Firewall or Proxy: If you are behind a corporate firewall or proxy server, it's possible that these network configurations are blocking the connection to login.microsoftonline.com. Check with your network administrator to ensure that necessary ports and domains are allowed through the firewall or proxy.If you're in a corporate or enterprise environment, there may be specific firewall rules or security policies that affect outbound connections. Check with your organization's IT or security team to ensure there are no restrictions on outbound connections to Azure AD services.
Network Latency: High network latency or network congestion can cause connection timeouts. You can test network latency to login.microsoftonline.com using tools like ping or traceroute. If you observe high latency or packet loss, it could be a network-related issue.
If the issue persists after checking these steps, it may be helpful to involve your IT department or network administrator, as they can provide further assistance in diagnosing and resolving network connectivity issues. Additionally, monitoring network logs or using network diagnostic tools may help pinpoint the cause of the problem.
Please "Accept as Answer" if it helped so it can help others in community looking for help on similar topics.