Announcement

Collapse
No announcement yet.

Error 403 - Forbidden

Collapse
This topic has been answered.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error 403 - Forbidden

    Hi

    yum update
    This system is receiving updates from CLN.
    Could not retrieve mirrorlist https://repo.cloudlinux.com/cloudlin...ts/cln-mirrors error was
    14: HTTPS Error 403 - Forbidden


    Cannot find a valid baseurl for repo: cloudlinux-x86_64-server-7

    Any idea about it ?
  • Answer selected by bogdan.sh at 09-23-2024, 10:11 AM.

    To update this thread - the server IP has been blocked by OFAC restrictions per https://cloudlinux.zendesk.com/hc/en...-Legal-Reasons

    Comment


    • #2
      Hi,

      Can you please show the output of `ping repo.cloudlinux.com`? Please check if you don't have it explicitly set in /etc/hosts on that server. As well, try opening https://repo.cloudlinux.com/cloudlinux/ in your browser just to ensure it's working at least for you.

      Comment


      • #3
        Hi,

        Code:
        ping repo.cloudlinux.com
        PING repo.cloudlinux.com (37.27.120.227) 56(84) bytes of data.
        64 bytes from static.227.120.27.37.clients.your-server.de (37.27.120.227): icmp_seq=1 ttl=58 time=14.4 ms
        64 bytes from static.227.120.27.37.clients.your-server.de (37.27.120.227): icmp_seq=2 ttl=58 time=14.4 ms
        64 bytes from static.227.120.27.37.clients.your-server.de (37.27.120.227): icmp_seq=3 ttl=58 time=14.3 ms
        64 bytes from static.227.120.27.37.clients.your-server.de (37.27.120.227): icmp_seq=4 ttl=58 time=14.5 ms
        64 bytes from static.227.120.27.37.clients.your-server.de (37.27.120.227): icmp_seq=5 ttl=58 time=14.4 ms
        ​
        Code:
        curl https://repo.cloudlinux.com/cloudlinux/
        <html>
        <head><title>302 Found</title></head>
        <body>
        <center><h1>302 Found</h1></center>
        <hr><center>nginx/1.20.1</center>
        </body>
        </html>​
        /etc/hosts contain to :

        Code:
        127.0.0.1               localhost localhost.localdomain localhost4 localhost4.localdomain4
        ::1             localhost localhost.localdomain localhost6 localhost6.localdomain6
        myserverip hostname​

        Comment


        • #4
          Interesting, do you use any kind of proxy in between this server and world? I just checked few servers and it's same:


          Code:
          [root@server ~]# ping repo.cloudlinux.com
          PING repo.cloudlinux.com (37.27.120.227) 56(84) bytes of data.
          64 bytes from static.227.120.27.37.clients.your-server.de (37.27.120.227): icmp_seq=1 ttl=53 time=28.0 ms
          64 bytes from static.227.120.27.37.clients.your-server.de (37.27.120.227): icmp_seq=2 ttl=53 time=28.0 ms
          ^C
          --- repo.cloudlinux.com ping statistics ---
          2 packets transmitted, 2 received, 0% packet loss, time 1003ms
          rtt min/avg/max/mdev = 28.019/28.028/28.037/0.009 ms
          [root@server ~]#
          [root@server ~]# curl https://repo.cloudlinux.com/cloudlinux/
          <html>
          <head><title>Index of /cloudlinux/</title></head>
          <body>
          <h1>Index of /cloudlinux/</h1><hr><pre><a href="../">../</a>
          <a href="6/">6/</a> 15-Aug-2019 10:25 -
          <a href="6-els/">6-els/</a> 10-Aug-2020 12:06 -
          <a href="6.10/">6.10/</a> 15-Aug-2019 10:25 -
          <a href="6.4/">6.4/</a> 28-Dec-2022 14:06 -
          <a href="6.9/">6.9/</a> 15-Aug-2019 10:24 -
          <a href="6h/">6h/</a> 07-Apr-2017 11:03 -
          <a href="7/">7/</a> 31-Jul-2024 12:40 -
          <a href="7.5/">7.5/</a> 27-Jul-2024 00:25 -
          <a href="7.6/">7.6/</a> 27-Jul-2024 00:25 -
          <a href="7.7/">7.7/</a> 27-Jul-2024 00:25 -
          ​...

          Comment


          • #5
            Originally posted by bogdan.sh View Post
            Interesting, do you use any kind of proxy in between this server and world? I just checked few servers and it's same:

            I don't use any kind of proxy.

            Comment


            • #6
              To update this thread - the server IP has been blocked by OFAC restrictions per https://cloudlinux.zendesk.com/hc/en...-Legal-Reasons

              Comment

              Working...
              X