Issue
When I run sudo apt update, the repository https://ppa.launchpadcontent.net/linrunner/tlp/ubuntu does not respond properly.
The update process fails while trying to reach ppa.launchpadcontent.net over HTTPS. The error includes SSL connection failures, connection resets by the remote host, and connection timeouts.
Additionally, the other repositories hosted on ppa.launchpadcontent.net are responding very slowly. The issue seems specific to Launchpad PPA repositories, as the rest of the package update process completes and reports that all packages are up to date.
Error Output
Err:10 https://ppa.launchpadcontent.net/linrunner/tlp/ubuntu resolute InRelease
Could not wait for server fd - select (11: Resource temporarily unavailable) [IP: 185.125.190.80 443]
SSL connection failed: error:00000000:lib(0)::reason(0) / Connection reset by remote host [IP: 185.125.190.80 443]
Could not connect to ppa.launchpadcontent.net:443 (185.125.190.80), connection timed out [IP: 185.125.190.80 443]
All packages are up to date.
Issue
When I run
sudo apt update, the repositoryhttps://ppa.launchpadcontent.net/linrunner/tlp/ubuntudoes not respond properly.The update process fails while trying to reach
ppa.launchpadcontent.netover HTTPS. The error includes SSL connection failures, connection resets by the remote host, and connection timeouts.Additionally, the other repositories hosted on
ppa.launchpadcontent.netare responding very slowly. The issue seems specific to Launchpad PPA repositories, as the rest of the package update process completes and reports that all packages are up to date.Error Output