Bug 2228916 - [DDF] flatpaks.redhat.io is unrepsonsive, not sure if it's a bad URL, server is down or flatpak's been moved.
Summary: [DDF] flatpaks.redhat.io is unrepsonsive, not sure if it's a bad URL, server ...
Keywords:
Status: CLOSED COMPLETED
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: Documentation
Version: unspecified
Hardware: All
OS: All
high
unspecified
Target Milestone: rc
: ---
Assignee: Marek Suchánek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-08-03 15:33 UTC by Direct Docs Feedback
Modified: 2023-08-18 09:10 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-08-18 09:09:59 UTC
Type: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 2231411 0 unspecified CLOSED Cannot add Red Hat's flatpak repository 2023-08-17 19:01:00 UTC
Red Hat Issue Tracker RHELPLAN-164402 0 None None None 2023-08-03 15:35:01 UTC

Comment 2 Joerg 2023-08-14 08:47:46 UTC
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

Comment 3 Joerg 2023-08-18 09:09:59 UTC
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


Note You need to log in before you can comment on or make changes to this bug.