Skip to content

Add TLS between model-cli and the Model Runner API when using TCP #445

@ilopezluna

Description

@ilopezluna

When the Model Runner API is exposed over TCP (http://localhost:12434 by default), requests between model-cli and the API travel unencrypted.
Add first-class support for TLS so the CLI can connect securely over https://…, aligning with Docker Engine’s existing TLS ergonomics.
Today, Unix domain socket access exists (secure by OS permissions), but TCP is explicitly supported and documented for host access, which should be able to be secured as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions