]>
git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
server : add SSL support (#5926)
* add cmake build toggle to enable ssl support in server
Signed-off-by: Gabe Goodhart <redacted>
* add flags for ssl key/cert files and use SSLServer if set
All SSL setup is hidden behind CPPHTTPLIB_OPENSSL_SUPPORT in the same
way that the base httlib hides the SSL support
Signed-off-by: Gabe Goodhart <redacted>
* Update readme for SSL support in server
Signed-off-by: Gabe Goodhart <redacted>
* Add LLAMA_SERVER_SSL variable setup to top-level Makefile
Signed-off-by: Gabe Goodhart <redacted>
---------
Signed-off-by: Gabe Goodhart <redacted>