[PR #2541] [MERGED] Fix curl for Jellyfin GPG key #9155

Closed
opened 2026-02-07 05:57:10 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/2541
Author: @joshuaboniface
Created: 3/9/2020
Status: Merged
Merged: 3/9/2020
Merged by: @dkanada

Base: masterHead: fix-docker-arm


📝 Commits (1)

  • c257d60 Fix curl for Jellyfin GPG key

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Dockerfile.arm (+1 -1)

📄 Description

This curl command seems to fail inexplicably with an "unable to get
local issuer" error. Use -k instead so it doesn't complain.

The full error:

root@820864ddf7c3:/# curl https://repo.jellyfin.org/debian/jellyfin_team.gpg.key
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/2541 **Author:** [@joshuaboniface](https://github.com/joshuaboniface) **Created:** 3/9/2020 **Status:** ✅ Merged **Merged:** 3/9/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `fix-docker-arm` --- ### 📝 Commits (1) - [`c257d60`](https://github.com/jellyfin/jellyfin/commit/c257d6071c3a8dd141d1191062e892d912177d9a) Fix curl for Jellyfin GPG key ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile.arm` (+1 -1) </details> ### 📄 Description This curl command seems to fail inexplicably with an "unable to get local issuer" error. Use `-k` instead so it doesn't complain. The full error: ``` root@820864ddf7c3:/# curl https://repo.jellyfin.org/debian/jellyfin_team.gpg.key curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: https://curl.haxx.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 05:57:10 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9155