[GH-ISSUE #3815] OpenSSL SSL_read: error:0A000126 #2359

Closed
opened 2026-04-12 12:40:37 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @xuya227939 on GitHub (Apr 22, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/3815

What is the issue?

jiang@jiang-MS-7D90:~$ curl -fsSL https://ollama.com/install.sh | sh

Downloading ollama...
######################################################################## 100.0%#=#=-# # curl: (56) OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof while reading, errno 0

OS

Linux

GPU

Nvidia

CPU

Intel

Ollama version

No response

Originally created by @xuya227939 on GitHub (Apr 22, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/3815 ### What is the issue? jiang@jiang-MS-7D90:~$ curl -fsSL https://ollama.com/install.sh | sh >>> Downloading ollama... ######################################################################## 100.0%#=#=-# # curl: (56) OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof while reading, errno 0 ### OS Linux ### GPU Nvidia ### CPU Intel ### Ollama version _No response_
GiteaMirror added the bugneeds more info labels 2026-04-12 12:40:37 -05:00
Author
Owner

@dhiltgen commented on GitHub (May 1, 2024):

This sounds like it might be a firewall or proxy problem interfering with download from github.com.

The install script downloads from https://ollama.com/download/ollama-linux-amd64 which redirects to https://github.com/ollama/ollama/releases/download/$VERSION/ollama-linux-amd64 which itself redirects again to https://objects.githubusercontent.com/....long...redirect...path...here.... For some reason, one of these hops is being blocked or corrupted by a proxy in your environment I believe.

<!-- gh-comment-id:2089301658 --> @dhiltgen commented on GitHub (May 1, 2024): This sounds like it might be a firewall or proxy problem interfering with download from github.com. The install script downloads from https://ollama.com/download/ollama-linux-amd64 which redirects to `https://github.com/ollama/ollama/releases/download/$VERSION/ollama-linux-amd64` which itself redirects again to `https://objects.githubusercontent.com/....long...redirect...path...here....` For some reason, one of these hops is being blocked or corrupted by a proxy in your environment I believe.
Author
Owner

@pdevine commented on GitHub (Jul 18, 2024):

@xuya227939 did you end up getting this sorted out?

<!-- gh-comment-id:2237268106 --> @pdevine commented on GitHub (Jul 18, 2024): @xuya227939 did you end up getting this sorted out?
Author
Owner

@mxyng commented on GitHub (Aug 23, 2024):

Closing this since it's been 2 months of inactivity

<!-- gh-comment-id:2307801044 --> @mxyng commented on GitHub (Aug 23, 2024): Closing this since it's been 2 months of inactivity
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#2359