[GH-ISSUE #7736] SSL support (For Brave Leo AI & others) #30699

Closed
opened 2026-04-22 10:36:13 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @NikosDi on GitHub (Nov 19, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/7736

Hello.
Using Brave Leo AI with Ollama locally, on the same computer, is working like a charm using HTTP://localhost:11434/v1/chat/completions

But when I try to use Ollama via LAN from a different PC, Brave Leo demands a secure HTTP connection - HTTPS is mandatory and Brave setting doesn't allow you to put a simple HTTP address.

I have set OLLAMA_HOST=0.0.0.0 as environment variable enabling network access and Ollama listens on HTTP://myip:11434 locally.

Is it possible for the Ollama serving framework to listen also on HTTP(S) SSL ?

thank you

Originally created by @NikosDi on GitHub (Nov 19, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/7736 Hello. Using Brave Leo AI with Ollama locally, on the same computer, is working like a charm using HTTP://localhost:11434/v1/chat/completions But when I try to use Ollama via LAN from a different PC, Brave Leo demands a secure HTTP connection - HTTPS is mandatory and Brave setting doesn't allow you to put a simple HTTP address. I have set `OLLAMA_HOST=0.0.0.0` as environment variable enabling network access and Ollama listens on HTTP://myip:11434 locally. Is it possible for the Ollama serving framework to listen also on HTTP(S) SSL ? thank you
GiteaMirror added the feature request label 2026-04-22 10:36:13 -05:00
Author
Owner

@rick-github commented on GitHub (Nov 19, 2024):

ollama is just an inference engine, it's expected that extended functionality (SSL, SSO, failover, etc) will be handled by external infrastructure.

In the case of SSL support, you can install an SSL proxy (eg local-ssl-proxy) and have Brave connect to the SSL port you choose.

<!-- gh-comment-id:2485211741 --> @rick-github commented on GitHub (Nov 19, 2024): ollama is just an inference engine, it's expected that extended functionality (SSL, SSO, failover, etc) will be handled by external infrastructure. In the case of SSL support, you can install an SSL proxy (eg [local-ssl-proxy](https://github.com/cameronhunter/local-ssl-proxy)) and have Brave connect to the SSL port you choose.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#30699