Hi HardwallSoftHead,
Welcome to Microsoft Community.
It sounds like you've made a thorough effort to troubleshoot the SSL errors and connection timeouts on your Windows 11 machine. Since you've already tried many common troubleshooting steps without success, I can suggest a few additional approaches that may help in diagnosing and resolving the issue:
- To change DNS.
- Click windows+R and type ncpa.cpl
- Click on the name of the network you are currently connected to, open the Network Status window, click Properties, and then double-click Internet Protocol version 4 (TCP/IPv4) in the Network Properties window. 3.
- Manually set the DNS server to "4.2.2.1" and "4.2.2.2", restart the computer to see if the problem can be solved.
- Reset the network.
- Search CMD, open and find the command prompt (, to administrator) mode run
- In the command box that pops up, enter the following commands in order (after each line has finished running, enter the next one) ipconfig /release ipconfig /renew ipconfig /flushdns ipconfig /registerdns netsh int ip reset netsh winsock reset netsh winhttp reset proxy
- Restart the computer to see if the problem can be solved.
- Reset network settings.
Tap windows+R, type inetcpl.cpl, open Internet Options, click Advanced, and check "Use SSL 3.0" and "Use TLS 1.0", "Use TLS 1.1", "Use TLS 1.2", reboot the computer after the application to see if the problem can be solved.
- Reset Proxy Server Settings.
Click windows+R, type inetcpl.cpl, open Internet Options, click Connections, click LAN Settings, check whether the Proxy Server column is checked, if so, uncheck it and click OK, restart your computer after applying it to see if the problem can be solved.
- Network Adapter Driver: Update the network adapter driver to the latest version available from the manufacturer's website. Sometimes, using the default drivers provided by the operating system may not fully support the hardware.
- Reset TCP/IP Stack: Open an elevated Command Prompt and run the following commands:
Copy Codenetsh winsock reset netsh int ip reset ipconfig /release ipconfig /renew
Thank you for your patience and understanding, if you have any questions, please feel free to leave us a message.
Best regards
Brandon | Microsoft Community Support Specialist