[PR #4615] [CLOSED] Allow https with insecure flag #22082

Closed
opened 2026-04-19 16:04:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/4615
Author: @dhiltgen
Created: 5/24/2024
Status: Closed

Base: mainHead: insecure


📝 Commits (2)

  • f12cd7f Allow https with insecure flag
  • 0177d32 Add explicit http scheme flag for registry

📊 Changes

4 files changed (+35 additions, -11 deletions)

View changed files

📝 api/types.go (+2 -0)
📝 cmd/cmd.go (+16 -5)
📝 server/images.go (+15 -6)
📝 server/routes.go (+2 -0)

📄 Description

The insecure flag now disables TLS verification on https requests

Fixes #2622


🔄 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/4615 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 5/24/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `insecure` --- ### 📝 Commits (2) - [`f12cd7f`](https://github.com/ollama/ollama/commit/f12cd7f067da612735e1ad9bbebea2ead0dedb6e) Allow https with insecure flag - [`0177d32`](https://github.com/ollama/ollama/commit/0177d32d0154b886fdfae106306cb7473532a136) Add explicit http scheme flag for registry ### 📊 Changes **4 files changed** (+35 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+2 -0) 📝 `cmd/cmd.go` (+16 -5) 📝 `server/images.go` (+15 -6) 📝 `server/routes.go` (+2 -0) </details> ### 📄 Description The insecure flag now disables TLS verification on https requests Fixes #2622 --- <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-19 16:04:41 -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#22082