flatpaks.redhat.io is unrepsonsive, not sure if it's a bad URL, server is down or flatpak's been moved. Reported by: calvin https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/administering_the_system_using_the_gnome_desktop_environment/assembly_installing-applications-using-flatpak_administering-the-system-using-the-gnome-desktop-environment#annotations:7102f094-2486-4adb-a490-3f84d90de705
Steps to Reproduce: Enable the rhel Flatpak remote: ~~~ $ flatpak remote-add \ --if-not-exists \ rhel \ https://flatpaks.redhat.io/rhel.flatpakrepo ~~~ Actual results: error: Can't load uri https://flatpaks.redhat.io/rhel.flatpakrepo: Peer failed to perform TLS handshake: The TLS connection was non-properly terminated. Expected results: flatpak repository is added
The issue was resolved in BZ 2231411: https://bugzilla.redhat.com/show_bug.cgi?id=2231411. I confirm that it works now as described in the docs. ~~~ # flatpak remote-add --if-not-exists rhel https://flatpaks.redhat.io/rhel.flatpakrepo Note that the directories '/var/lib/flatpak/exports/share' '/root/.local/share/flatpak/exports/share' are not in the search path set by the XDG_DATA_DIRS environment variable, so applications installed by Flatpak may not appear on your desktop until the session is restarted. # flatpak remote-ls Name Application ID Version Branch Arch GNU Image Manipulation Prog… org.gimp.GIMP stable x86_64 Inkscape org.inkscape.Inkscape stable x86_64 LibreOffice org.libreoffice.LibreOffice stable x86_64 Firefox org.mozilla.Firefox 102.13.0 stable x86_64 Thunderbird org.mozilla.Thunderbird stable x86_64 Red Hat Platform com.redhat.Platform 8 el8 x86_64 Red Hat Platform com.redhat.Platform 9 el9 x86_64 Red Hat SDK com.redhat.Sdk 8 el8 x86_64 Red Hat SDK com.redhat.Sdk 9 el9 x86_64 ~~~ Best regards, Joerg