[GH-ISSUE #4558] unsupported protocol scheme error with ollama pull #2858

Open
opened 2026-04-12 13:12:17 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @azhar3339 on GitHub (May 21, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/4558

What is the issue?

I am behind a corporate proxy. I have configured proxy using the below command:

sudo systemctl edit ollama

[Service]
Environment="https_proxy=http://x.x.x.x:xxxx/"
Environment="http_proxy=http://x.x.x.x:xxxx/"


systemctl daemon-reload

systemctl restart ollama

I am receiving the below error while pulling any model:

pulling manifest
Error: Get "?nonce=4Tzwhl8cqbwHyVbQ4jHiqw&scope=&service=&ts=1716299545": unsupported protocol scheme ""

I am running this on Ubuntu 22.04

OS

Linux

GPU

Nvidia

CPU

Intel

Ollama version

0.1.38

Originally created by @azhar3339 on GitHub (May 21, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/4558 ### What is the issue? I am behind a corporate proxy. I have configured proxy using the below command: ``` sudo systemctl edit ollama [Service] Environment="https_proxy=http://x.x.x.x:xxxx/" Environment="http_proxy=http://x.x.x.x:xxxx/" systemctl daemon-reload systemctl restart ollama ``` I am receiving the below error while pulling any model: ``` pulling manifest Error: Get "?nonce=4Tzwhl8cqbwHyVbQ4jHiqw&scope=&service=&ts=1716299545": unsupported protocol scheme "" ``` I am running this on Ubuntu 22.04 ### OS Linux ### GPU Nvidia ### CPU Intel ### Ollama version 0.1.38
GiteaMirror added the networkingbug labels 2026-04-12 13:12:17 -05:00
Author
Owner

@chintan-ushur commented on GitHub (Nov 12, 2024):

I have the same issue,

Error: pull model manifest: Get "Authentication%20required?nonce=ezvYCLJ-1x8BeUB3BkZWnQ&scope=&service=&ts=1731390067": unsupported protocol scheme

<!-- gh-comment-id:2469657014 --> @chintan-ushur commented on GitHub (Nov 12, 2024): I have the same issue, ```Error: pull model manifest: Get "Authentication%20required?nonce=ezvYCLJ-1x8BeUB3BkZWnQ&scope=&service=&ts=1731390067": unsupported protocol scheme ```
Author
Owner

@yutakau commented on GitHub (Feb 23, 2025):

I had faced the same problem. In my case, it was caused simple URL typo.

<!-- gh-comment-id:2676675172 --> @yutakau commented on GitHub (Feb 23, 2025): I had faced the same problem. In my case, it was caused simple URL typo.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#2858