UNSOLVED

edek.polko

updated

1 month ago

EP

edek.polko

1 Rookie

4 Posts

4 Points

2

209

July 29th, 2026 09:51

Problem with linux.dell.com

Hello, we noticed that `repomd.xml` cannot be downloaded when running `dnf update` on the Dell server.
Error:
dnf update
dell-system-update_independent                                                                                                                                                   0.0  B/s |   0  B     00:01
Errors during downloading metadata for repository 'dell-system-update_independent':
  - Curl error (35): SSL connect error for https://linux.dell.com/repo/hardware/latest/os_independent/repodata/repomd.xml [error:0A0000C6:SSL routines::packet length too long]
Error: Failed to download metadata for repo 'dell-system-update_independent': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were trie

  • darkfenix

    1 Rookie

    5 Posts

    3 Points

    1

    1

    Posted July 29th, 2026 17:02

    We are having same issues when trying to dnf update our RHEL 8.10 servers.

  • Dell-Martin S

    Moderator

    3790 Posts

    25531 Points

    1

    0

    Posted July 31st, 2026 10:21

    The error happens because a firewall, proxy, or security appliance is inspecting and corrupting the SSL/TLS packets to Dell's servers.
    Quick Fix:
    Force DNF to use TLS 1.2 by adding sslversion=tlsv1.2 to your Dell repo file:
     
    ini
    # /etc/yum.repos.d/dell-system-update.repo
    [dell-system-update_independent]
    ...
    sslversion=tlsv1.2
    
     
     
    Then run: dnf clean all && dnf update

    with kind regards Martin/ Liebe Grüße Martin

    Did I answer your query? Please click on ‘Mark as Accepted Answer’. ‘Thumbs up’ the posts you like!

    DELL-Martin S

    Social Media and Communities Professional

    Dell Technologies | Enterprise Support Services

    #IWork4Dell


  • tmeader20771

    1 Rookie

    1 Message

    9 Points

    1

    0

    Posted July 31st, 2026 13:48

    @Dell-Martin S​ That doesn't seem to be it. The problem is that "linux.dell.com" is literally not resolving to anything at the moment from what I can tell?

    (edited)