[GH-ISSUE #11272] Disable SSL verification #69491

Open
opened 2026-05-04 18:15:45 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @archae0pteryx on GitHub (Jul 2, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11272

It seems i am not able to use a self-signed certificate. This also gives an error when using tailscale acme certs that i've never seen before:

Error: Head "https://ollama.mynet.ts.net:443/": tls: failed to verify certificate: x509: “ollama.mynet.ts.net” certificate is not standards compliant

Am i just missing some docs somewhere? Or can this be added as a feature?

Originally created by @archae0pteryx on GitHub (Jul 2, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11272 It seems i am not able to use a self-signed certificate. This also gives an error when using tailscale acme certs that i've never seen before: ``` Error: Head "https://ollama.mynet.ts.net:443/": tls: failed to verify certificate: x509: “ollama.mynet.ts.net” certificate is not standards compliant ``` Am i just missing some docs somewhere? Or can this be added as a feature?
GiteaMirror added the feature request label 2026-05-04 18:15:45 -05:00
Author
Owner

@pdevine commented on GitHub (Jul 2, 2025):

@archae0pteryx Are you trying to run inference on that host or are you using it as a registry? Also, have you tried --insecure?

<!-- gh-comment-id:3028972102 --> @pdevine commented on GitHub (Jul 2, 2025): @archae0pteryx Are you trying to run inference on that host or are you using it as a registry? Also, have you tried `--insecure`?
Author
Owner

@stonezdj commented on GitHub (Jan 3, 2026):

We got the sme error:

ollama pull --insecure 192.168.1.2/library/qwen:0.5b
pulling manifest 
Error: pull model manifest: Get "https://192.168.1.2:443/v2/library/qwen/manifests/0.5b": tls: failed to verify certificate: x509: “HarborManager” certificate is not trusted
<!-- gh-comment-id:3706614526 --> @stonezdj commented on GitHub (Jan 3, 2026): We got the sme error: ``` ollama pull --insecure 192.168.1.2/library/qwen:0.5b pulling manifest Error: pull model manifest: Get "https://192.168.1.2:443/v2/library/qwen/manifests/0.5b": tls: failed to verify certificate: x509: “HarborManager” certificate is not trusted ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#69491