[PR #10431] [CLOSED] Tls x509 fix #44488

Closed
opened 2026-04-24 23:57:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10431
Author: @CupOfGeo
Created: 4/28/2025
Status: Closed

Base: mainHead: TLS-x509-fix


📝 Commits (4)

📊 Changes

2 files changed (+21 additions, -0 deletions)

View changed files

📝 docs/troubleshooting.md (+14 -0)
📝 server/images.go (+7 -0)

📄 Description

creates a way to disable the tls verification check to fix this error

Error: pull model manifest: Get "https://registry.ollama.ai/v2/library/llama3.2/manifests/latest": tls: failed to verify certificate: x509: certificate signed by unknown authority

It was brought up in this issue and I had the same problem at work.


🔄 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/ollama/ollama/pull/10431 **Author:** [@CupOfGeo](https://github.com/CupOfGeo) **Created:** 4/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `TLS-x509-fix` --- ### 📝 Commits (4) - [`bf25c55`](https://github.com/ollama/ollama/commit/bf25c55c7dc2e877f38c6b33e506a01e4b94b056) TLS-x509-fix - [`c5d6728`](https://github.com/ollama/ollama/commit/c5d6728a427ab43fd608a28c35fc85d72ec7c0c2) new line clean up - [`0e023b3`](https://github.com/ollama/ollama/commit/0e023b3f2ac271ac9732777c0b366de4b9304202) TLS_DISABLE=TRUE to disable tls - [`d1d533a`](https://github.com/ollama/ollama/commit/d1d533a331dd8fe745455ae5b181d601146471ee) one more ### 📊 Changes **2 files changed** (+21 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/troubleshooting.md` (+14 -0) 📝 `server/images.go` (+7 -0) </details> ### 📄 Description creates a way to disable the tls verification check to fix this error ``` Error: pull model manifest: Get "https://registry.ollama.ai/v2/library/llama3.2/manifests/latest": tls: failed to verify certificate: x509: certificate signed by unknown authority ``` It was brought up in [this issue](https://github.com/ollama/ollama/issues/9391) and I had the same problem at work. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-24 23:57:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#44488