You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix flatpak TLS without touching the system CA store
Revert the update-ca-trust approach, which regenerated the system CA
bundle and stripped the Pulp cert (p11-kit rejects non-CA certs),
breaking all Python bindings tests.
Instead, configure the OSTree remote's tls-ca-path directly after
flatpak remote-add. This scopes the TLS trust change to the flatpak
remote only, leaving the system CA store and certifi untouched.
Made-with: Cursor
0 commit comments