mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
issue: Ubuntu 24.04 docker / SSL WRONG_VERSION_NUMBER , not able to read models, AMD 780M ROCm #6521
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @reywang18 on GitHub (Sep 27, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.31
Ollama Version (if applicable)
0.11.10
Operating System
Ubuntu 24.04
Browser (if applicable)
local Chrome
Confirmation
README.md.Expected Behavior
From $ docker logs ID, noticed 2 most important errors.
Exception: External Error: {'message': 'Missing bearer authentication in header', 'type': 'invalid_request_error', 'param': None, 'code': None}
2025-09-27 20:24:42.411 | ERROR | open_webui.routers.ollama:send_get_request:106 - Connection error: Cannot connect to host 192.168.0.2:11434 ssl:default [[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1016)]
In my env,
~/docker$ env | grep OLL
OLLAMA_MODELS=/opt/ollama_models
OLLAMA_HOST=0.0.0.0
OLLAMA_DEBUG=1
$ ifconfig -a
enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255
ether 58:47:ca:74:2a:f5 txqueuelen 1000 (Ethernet)
RX packets 6302 bytes 814134 (814.1 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3811 bytes 489292 (489.2 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
So my issue is somwhow SSL prevents to read models.
Actual Behavior
Can't load models.
Steps to Reproduce
This is for AMD 780M GPU, ROCm enable.
docker AMD open webUI startup ROCm
$ docker pull ghcr.io/open-webui/open-webui:main
$ docker run -d -p 8080:8080 --name open-webui --device=/dev/kfd --device=/dev/dri ghcr.io/open-webui/open-webui:main
Logs & Screenshots
NA
Additional Information
NA