Skip to content

common : improve error message when HTTPS is missing but required#18987

Merged
angt merged 4 commits intoggml-org:masterfrom
angt:common-improve-error-message-when-https-support-is-missing-but-required
Jan 21, 2026
Merged

common : improve error message when HTTPS is missing but required#18987
angt merged 4 commits intoggml-org:masterfrom
angt:common-improve-error-message-when-https-support-is-missing-but-required

Conversation

@angt
Copy link
Copy Markdown
Member

@angt angt commented Jan 21, 2026

…ired

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
@angt
Copy link
Copy Markdown
Member Author

angt commented Jan 21, 2026

$ build/bin/llama-server -hf unsloth/gpt-oss-20b-GGUFF
ggml_metal_device_init: tensor API disabled for pre-M5 and pre-A19 devices
ggml_metal_library_init: using embedded metal library
ggml_metal_library_init: loaded in 0.008 sec
ggml_metal_rsets_init: creating a residency set collection (keep_alive = 180 s)
ggml_metal_device_init: GPU name:   Apple M3
ggml_metal_device_init: GPU family: MTLGPUFamilyApple9  (1009)
ggml_metal_device_init: GPU family: MTLGPUFamilyCommon3 (3003)
ggml_metal_device_init: GPU family: MTLGPUFamilyMetal4  (5002)
ggml_metal_device_init: simdgroup reduction   = true
ggml_metal_device_init: simdgroup matrix mul. = true
ggml_metal_device_init: has unified memory    = true
ggml_metal_device_init: has bfloat            = true
ggml_metal_device_init: has tensor            = false
ggml_metal_device_init: use residency sets    = true
ggml_metal_device_init: use shared buffers    = true
ggml_metal_device_init: recommendedMaxWorkingSetSize  = 19069.67 MB
HTTPS is not supported. Please rebuild with:
  -DLLAMA_BUILD_BORINGSSL=ON
  -DLLAMA_BUILD_LIBRESSL=ON
or ensure dev files of an OpenSSL-compatible library are available when building.

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
@angt angt requested a review from ggerganov as a code owner January 21, 2026 08:40
angt added 2 commits January 21, 2026 09:49
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
@angt angt merged commit 14be5a3 into ggml-org:master Jan 21, 2026
76 of 79 checks passed
shaofeiqi pushed a commit to qualcomm/llama.cpp that referenced this pull request Feb 6, 2026
Seunghhon pushed a commit to Seunghhon/llama.cpp that referenced this pull request Apr 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants