Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power

 View Only
Expand all | Collapse all

Errors during downloading metadata for repository 'AIX_Toolbox'

  • 1.  Errors during downloading metadata for repository 'AIX_Toolbox'

    Posted Mon March 04, 2024 03:20 PM

    Hello Folks,

    Need your help. I was able to install the DNF after upgrading system 7.2 > 7.3, but when I am doing dnf update getting below error. Appreciate any help.

    # oslevel -s
    7300-01-02-2320

    AIX generic repository                                                                                                                   0.0  B/s |   0  B     00:00
    Errors during downloading metadata for repository 'AIX_Toolbox':
      - Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain]
    Error: Failed to download metadata for repo 'AIX_Toolbox': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
    AIX noarch repository                                                                                                                    0.0  B/s |   0  B     00:00
    Errors during downloading metadata for repository 'AIX_Toolbox_noarch':
      - Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain]
    Error: Failed to download metadata for repo 'AIX_Toolbox_noarch': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
    AIX 7.3 specific repository                                                                                                              0.0  B/s |   0  B     00:00
    Errors during downloading metadata for repository 'AIX_Toolbox_73':
      - Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.3/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.3/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain]
    Error: Failed to download metadata for repo 'AIX_Toolbox_73': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
    Ignoring repositories: AIX_Toolbox, AIX_Toolbox_noarch, AIX_Toolbox_73
    Dependencies resolved.
    Nothing to do.
    Complete!



    ------------------------------
    Ak
    ------------------------------

    #AIXOpenSource


  • 2.  RE: Errors during downloading metadata for repository 'AIX_Toolbox'

    Posted Wed April 24, 2024 10:34 AM

    Hi all,

    I am getting the same problem. 

    I loaded the latest DNF package available (https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/ezinstall/ppc/dnf_aixtoolbox.sh) today, 04/24/2024.

    oslevel: 7200-01-02-1717

    openssl: 1.1.1.1200

    Error when doing this command:

    dnf info screen

    AIX generic repository                          0.0  B/s |   0  B     00:00
    Errors during downloading metadata for repository 'AIX_Toolbox':
      - Curl error (60): SSL peer certificate or SSH remote key was not OK for https                                                                                                             ://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/r                                                                                                             epodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain]
    Error: Failed to download metadata for repo 'AIX_Toolbox': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
    AIX noarch repository                           0.0  B/s |   0  B     00:00
    Errors during downloading metadata for repository 'AIX_Toolbox_noarch':
      - Curl error (60): SSL peer certificate or SSH remote key was not OK for https                                                                                                             ://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarc                                                                                                             h/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain]
    Error: Failed to download metadata for repo 'AIX_Toolbox_noarch': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
    AIX 7.2 specific repository                     0.0  B/s |   0  B     00:00
    Errors during downloading metadata for repository 'AIX_Toolbox_72':
      - Curl error (60): SSL peer certificate or SSH remote key was not OK for https                                                                                                             ://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7                                                                                                             .2/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain]
    Error: Failed to download metadata for repo 'AIX_Toolbox_72': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
    Ignoring repositories: AIX_Toolbox, AIX_Toolbox_noarch, AIX_Toolbox_72
    Error: No matching Packages to list



    ------------------------------
    Gil Fuhrer
    ------------------------------



  • 3.  RE: Errors during downloading metadata for repository 'AIX_Toolbox'

    Posted Thu April 25, 2024 01:09 PM

    Hi Gil,

    Please check the system date and see if it is set correctly.



    ------------------------------
    SANGAMESH
    ------------------------------



  • 4.  RE: Errors during downloading metadata for repository 'AIX_Toolbox'

    Posted Thu April 25, 2024 01:47 PM

    Hi Sangamesh,

    I had seen that as a hint before. I thought my date was set correctly, but it was off by 11 minutes.

    I have now set it correctly (for EDT) and also enabled the NTP client.

    I immediately tried the "dnf info" command and it is still failing with the same error.

    Do I need to let the systems sit for a certain amount of time? 

    I have seen you answering many of these entries, so really glad to see you addressing mine. :-) 



    ------------------------------
    Gil Fuhrer
    ------------------------------



  • 5.  RE: Errors during downloading metadata for repository 'AIX_Toolbox'

    Posted Fri April 26, 2024 02:26 PM

    Hi Gil,

    Can you check if certificates are fine with "openssl s_client  -connect  public.dhe.ibm.com:443"



    ------------------------------
    SANGAMESH
    ------------------------------



  • 6.  RE: Errors during downloading metadata for repository 'AIX_Toolbox'

    Posted Fri April 26, 2024 02:38 PM

    Hi Sangamesh,

    When I run the "openssl s_client  -connect  public.dhe.ibm.com:443", I get a number of certificates sent back. They all seem to be TLSv1.3 with a cipher of TLS_AES_128_GCM_SHA256, but I am not sure how to read this output or what I might be looking for.

    Is there a specific certificate identification or type you are looking for here?

    Thank you!



    ------------------------------
    Gil Fuhrer
    ------------------------------



  • 7.  RE: Errors during downloading metadata for repository 'AIX_Toolbox'

    Posted Thu May 02, 2024 10:09 AM

    Hi Gil,

    Sorry for the delay.

    Can you check if you have certificates hashes in /var/ssl/certs.

     ls -l /var/ssl/certs/*.0

    If there are no certificates hashes then you try running c_rehash command and see if it works.



    ------------------------------
    SANGAMESH
    ------------------------------



  • 8.  RE: Errors during downloading metadata for repository 'AIX_Toolbox'

    Posted Thu May 16, 2024 12:57 PM

    Hi Sangamesh,

    I know it has been some time since I responded, but I wanted to better understand the steps I am taking running the C_rehash command as I have never done it before.

    True, I do not see any files with an extension of .0 in the /var/ssl/certs for the machine that is having the problems with DNF.

    If I run the c_rehash command, will it change the .crt files that currently have links in that directory? Should I back up that directory before running the c_rehash command?

    Thank you again for all your information and help.

    -Gil



    ------------------------------
    Gil Fuhrer
    ------------------------------



  • 9.  RE: Errors during downloading metadata for repository 'AIX_Toolbox'

    Posted Mon May 20, 2024 09:56 AM
    Edited by SANGAMESH MALLAYYA Mon May 20, 2024 09:56 AM

    Hi Gil,

    c_rehash command just creates missing hash certificates files and it won't change .crt files.



    ------------------------------
    SANGAMESH
    ------------------------------



  • 10.  RE: Errors during downloading metadata for repository 'AIX_Toolbox'

    Posted Tue May 21, 2024 08:49 AM

    Hi Sangamesh,

    I backed up the /var/ssl/certs directory and ran c_rehash as the root user.

    Strangely, it didn't recreate any of the 0 extension links, it just ran.

    # c_rehash
    Doing /var/ssl/certs
    # ls -l /var/ssl/certs/*.0
    ls: 0653-341 The file /var/ssl/certs/*.0 does not exist.

    I tried to check and I don't see any switches that would have had c_rehash do any other actions. Is there something I need to do to force it to build the hash links?

    Thank you,

    -Gil



    ------------------------------
    Gil Fuhrer
    ------------------------------



  • 11.  RE: Errors during downloading metadata for repository 'AIX_Toolbox'

    Posted Thu May 23, 2024 07:48 AM

    Hi Gil,

    What version of openssl you have installed ?

    Can you check if you see the similar output for the grep command used below.

    # grep crt /usr/bin/c_rehash
        FILE: foreach $fname (grep {/\.(pem)|(crt)|(cer)|(crl)$/} @flist) {



    ------------------------------
    SANGAMESH
    ------------------------------



  • 12.  RE: Errors during downloading metadata for repository 'AIX_Toolbox'

    Posted Thu July 03, 2025 12:53 PM

    Hi @SANGAMESH MALLAYYA  I'm getting a similar error but I can see many links in /var/ssl/certs directory. The error is:

    AIX 7.2 TL05 SP09

    bash-5.1# pwd
    /var/ssl/certs
    bash-5.1# ls -l | head
    total 592
    lrwxrwxrwx    1 root     system           23 Jun 05 2022  002c0b4f.0 -> GlobalSign_Root_R46.crt
    lrwxrwxrwx    1 root     system           45 Jun 05 2022  02265526.0 -> Entrust_Root_Certification_Authority_-_G2.crt
    lrwxrwxrwx    1 root     system           36 Jun 05 2022  03179a64.0 -> Staat_der_Nederlanden_EV_Root_CA.crt
    lrwxrwxrwx    1 root     system           27 Jun 05 2022  062cdee6.0 -> GlobalSign_Root_CA_-_R3.crt
    lrwxrwxrwx    1 root     system           25 Jun 05 2022  064e0aa9.0 -> QuoVadis_Root_CA_2_G3.crt
    lrwxrwxrwx    1 root     system           50 Jun 05 2022  06dc52d5.0 -> SSL.com_EV_Root_Certification_Authority_RSA_R2.crt
    lrwxrwxrwx    1 root     system           54 Jun 05 2022  09789157.0 -> Starfield_Services_Root_Certificate_Authority_-_G2.crt
    lrwxrwxrwx    1 root     system           15 Jun 05 2022  0a775a30.0 -> GTS_Root_R3.crt
    lrwxrwxrwx    1 root     system           16 Jun 05 2022  0b1b94ef.0 -> CFCA_EV_ROOT.crt

    # dnf info screen
    AIX generic repository                                                                                                                                                                                   0.0  B/s |   0  B     00:01
    Errors during downloading metadata for repository 'AIX_Toolbox':
      - Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain]
    Error: Failed to download metadata for repo 'AIX_Toolbox': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
    AIX noarch repository                                                                                                                                                                                    0.0  B/s |   0  B     00:01
    Errors during downloading metadata for repository 'AIX_Toolbox_noarch':
      - Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain]
    Error: Failed to download metadata for repo 'AIX_Toolbox_noarch': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
    AIX 7.2 specific repository                                                                                                                                                                              0.0  B/s |   0  B     00:01
    Errors during downloading metadata for repository 'AIX_Toolbox_72':
      - Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.2/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.2/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain]
    Error: Failed to download metadata for repo 'AIX_Toolbox_72': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
    Ignoring repositories: AIX_Toolbox, AIX_Toolbox_noarch, AIX_Toolbox_72
    Installed Packages
    Name         : screen
    Version      : 4.7.0
    Release      : 1
    Architecture : ppc
    Size         : 1.5 M
    Source       : screen-4.7.0-1.src.rpm
    Repository   : @System
    Summary      : A screen manager that supports multiple logins on one terminal
    URL          : http://www.gnu.org/software/screen
    License      : GPL2
    Description  : The screen utility allows you to have multiple logins on just one
                 : terminal. Screen is useful for users who telnet into a machine or are
                 : connected via a dumb terminal, but want to use more than just one
                 : login.
                 :
                 : Install the screen package if you need a screen manager that can
                 : support multiple logins on one terminal.
    ##########################################################################################################

    # tail -100f /var/log/dnf.log


    2025-07-03T13:47:18Z INFO --- logging initialized ---
    2025-07-03T13:47:18Z DDEBUG timer: config: 11 ms
    2025-07-03T13:47:18Z DEBUG DNF version: 4.2.17
    2025-07-03T13:47:18Z DDEBUG Command: dnf info screen
    2025-07-03T13:47:18Z DDEBUG Installroot: /
    2025-07-03T13:47:18Z DDEBUG Releasever: 7.2.5.101
    2025-07-03T13:47:18Z DEBUG cachedir: /var/cache/dnf
    2025-07-03T13:47:18Z DDEBUG Base command: info
    2025-07-03T13:47:18Z DDEBUG Extra commands: ['info', 'screen']
    2025-07-03T13:47:18Z DEBUG os-release file not found
    2025-07-03T13:47:18Z DEBUG os-release: falling back to basic User-Agent: missing NAME or VERSION_ID
    2025-07-03T13:47:18Z DEBUG repo: downloading from remote: AIX_Toolbox
    2025-07-03T13:47:18Z DEBUG error: Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain] (https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml).
    2025-07-03T13:47:19Z DEBUG error: Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain] (https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml).
    2025-07-03T13:47:19Z DEBUG error: Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain] (https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml).
    2025-07-03T13:47:20Z DEBUG error: Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain] (https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml).
    2025-07-03T13:47:20Z WARNING Errors during downloading metadata for repository 'AIX_Toolbox':
      - Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain]
    2025-07-03T13:47:20Z WARNING Error: Failed to download metadata for repo 'AIX_Toolbox': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

    2025-07-03T13:47:20Z DEBUG repo: downloading from remote: AIX_Toolbox_noarch
    2025-07-03T13:47:20Z DEBUG error: Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain] (https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/repodata/repomd.xml).
    2025-07-03T13:47:20Z DEBUG error: Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain] (https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/repodata/repomd.xml).
    2025-07-03T13:47:21Z DEBUG error: Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain] (https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/repodata/repomd.xml).
    2025-07-03T13:47:21Z DEBUG error: Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain] (https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/repodata/repomd.xml).
    2025-07-03T13:47:21Z WARNING Errors during downloading metadata for repository 'AIX_Toolbox_noarch':
      - Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain]
    2025-07-03T13:47:21Z WARNING Error: Failed to download metadata for repo 'AIX_Toolbox_noarch': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

    2025-07-03T13:47:21Z DEBUG repo: downloading from remote: AIX_Toolbox_72
    2025-07-03T13:47:22Z DEBUG error: Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.2/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.2/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain] (https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.2/repodata/repomd.xml).
    2025-07-03T13:47:22Z DEBUG error: Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.2/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.2/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain] (https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.2/repodata/repomd.xml).
    2025-07-03T13:47:22Z DEBUG error: Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.2/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.2/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain] (https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.2/repodata/repomd.xml).
    2025-07-03T13:47:23Z DEBUG error: Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.2/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.2/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain] (https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.2/repodata/repomd.xml).
    2025-07-03T13:47:23Z WARNING Errors during downloading metadata for repository 'AIX_Toolbox_72':
      - Curl error (60): SSL peer certificate or SSH remote key was not OK for anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.2/repodata/repomd.xml">https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.2/repodata/repomd.xml [SSL certificate problem: self signed certificate in certificate chain]
    2025-07-03T13:47:23Z WARNING Error: Failed to download metadata for repo 'AIX_Toolbox_72': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

    2025-07-03T13:47:23Z WARNING Ignoring epositories: AIX_Toolbox, AIX_Toolbox_noarch, AIX_Toolbox_72
    2025-07-03T13:47:23Z DEBUG No module defaults found
    2025-07-03T13:47:23Z DDEBUG timer: sack setup: 4993 ms
    2025-07-03T13:47:23Z DDEBUG Cleaning up.



    ------------------------------
    Angel Ricardo Shinzato Rodriguez
    ------------------------------