[PR #1310] [CLOSED] Add SSL support #36419

Closed
opened 2026-04-22 21:04:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1310
Author: @rootedbox
Created: 11/29/2023
Status: Closed

Base: mainHead: feature/701/add_ssl


📝 Commits (1)

📊 Changes

2 files changed (+51 additions, -3 deletions)

View changed files

📝 README.md (+21 -0)
📝 cmd/cmd.go (+30 -3)

📄 Description

Completes https://github.com/jmorganca/ollama/issues/701

Place cert.pem and key.pem into ~/.ollama/ssl/ restart server. It will come up in SSL mode. Remove, rename or delete files to disable ssl mode.

example of me connecting to my own box via ssl.

Jasons-MacBook-Air:ollama rootedbox$ OLLAMA_HOST=https://pleaseignore.me:11434  ./ollama run orca-mini
>>> What is the significance of 42
 The number 42 has several significant meanings in different contexts. 

In mathematics, it is the answer to the riddle of Euclid's Fourth Problem, which involves finding the greatest common divisor of two numbers. In computer programming, it is an important value in some 
algorithms and data structures.

In literature, 42 is a character in the novel "The Hitchhiker's Guide to the Galaxy" by Douglas Adams, who is a robot with the ability to reason and make decisions.

In sports, 42 is the number of points a player needs to score to win the NBA MVP award, and it is also the age at which a player becomes eligible for the Hall of Fame in baseball.

🔄 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/1310 **Author:** [@rootedbox](https://github.com/rootedbox) **Created:** 11/29/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/701/add_ssl` --- ### 📝 Commits (1) - [`cb23979`](https://github.com/ollama/ollama/commit/cb2397945b5c98b472bcd09d65b3d59b7497085b) Add SSL support ### 📊 Changes **2 files changed** (+51 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+21 -0) 📝 `cmd/cmd.go` (+30 -3) </details> ### 📄 Description Completes https://github.com/jmorganca/ollama/issues/701 Place `cert.pem` and `key.pem` into ` ~/.ollama/ssl/` restart server. It will come up in SSL mode. Remove, rename or delete files to disable ssl mode. example of me connecting to my own box via ssl. ``` Jasons-MacBook-Air:ollama rootedbox$ OLLAMA_HOST=https://pleaseignore.me:11434 ./ollama run orca-mini >>> What is the significance of 42 The number 42 has several significant meanings in different contexts. In mathematics, it is the answer to the riddle of Euclid's Fourth Problem, which involves finding the greatest common divisor of two numbers. In computer programming, it is an important value in some algorithms and data structures. In literature, 42 is a character in the novel "The Hitchhiker's Guide to the Galaxy" by Douglas Adams, who is a robot with the ability to reason and make decisions. In sports, 42 is the number of points a player needs to score to win the NBA MVP award, and it is also the age at which a player becomes eligible for the Hall of Fame in baseball. ``` --- <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-22 21:04:59 -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#36419