Error while connecting with cloudlinux on cpanel server

If you receiving below error while connecting with cloudlinux server, follow below steps.

 yum clean all

Command rhn_check exited with code zero. That usually means that registration is                                                                                         not needed. Use --force to override

Error: Failed to download metadata for repo 'cl-ea4': Cannot download repomd.xml                                                                                        : Cannot download repodata/repomd.xml: All mirrors were tried

Solution:

Check if your server is communicating with cloudlinux repo.

curl -I https://repo.cloudlinux.com/
curl: (7) Failed to connect to repo.cloudlinux.com port 443: Connection refused.


It means repo.cloudlinux.com ip is blocked in your server firewall.

You need to ping the server host to get IP and unblock it in your firewall and whitelist IP to avoid issues in future. 

ping repo.cloudlinux.com
37.27.120.227

In my case above cloudlinux IP were blocked in the server which is now added in whitelist and issue is resolved.

  • failed metadata repo cl-ea4
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to access server via Remote Desktop (RDP)?

Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft, which provides a...

How to install Let’s Encrypt on CentOS 7 with Apache?

Today, we will show you, How to install Let’s Encrypt on CentOS 7 with Apache. Let’s Encrypt is a...

Domains are not showing in WHM -> List accounts

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

HOW TO INSTALL LITESPEED WEB SERVER IN LINUX SERVER?

Litespeed Cache is useful to increase high performance for your Wordpress Website. Following are...

Remove ONLY_FULL_GROUP_BY in my.cnf file

Remove ONLY_FULL_GROUP_BY in my.cnf file First you need to find my.cnf file location and then...