Skip to content

docs: say --tls still loads ~/.docker/ca.pem - #7201

Open
locker95 wants to merge 1 commit into
docker:masterfrom
locker95:docs/tls-cafile-not-system-pool
Open

docs: say --tls still loads ~/.docker/ca.pem#7201
locker95 wants to merge 1 commit into
docker:masterfrom
locker95:docs/tls-cafile-not-system-pool

Conversation

@locker95

Copy link
Copy Markdown

--tls was documented as if it used the public CA pool. The client still opens --tlscacert (default ~/.docker/ca.pem) and errors if that file is missing, even when --tlsverify is off.

Fixes #2468

--tls does not use the system CA pool. The client always opens
--tlscacert and fails if that file is missing, even without
--tlsverify.

Signed-off-by: Dean Chen <862469039@qq.com>
@locker95
locker95 requested review from a team and thaJeztah as code owners August 17, 2026 02:47
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.

With TLS CLI always asks for CA-cert even without --tlsverify

1 participant