Skip to content

Commit c1f65bb

Browse files
ai: apply changes for #930 (1 review thread)
Addresses: - #3847633323 at CONNECTION_PARAMETERS.md:131 Signed-off-by: peco-engineer-bot[bot] <peco-engineer-bot[bot]@users.noreply.github.com>
1 parent 0decb62 commit c1f65bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONNECTION_PARAMETERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ to change without notice.
128128
| `_tls_trusted_ca_file` | `str` ||| `None` | Path to a CA bundle. Defaults to the system trust store. |
129129
| `_tls_client_cert_file` | `str` ||| `None` | Client certificate for mutual TLS. |
130130
| `_tls_client_cert_key_file` | `str` ||| `None` | Private key for the client certificate. |
131-
| `_tls_client_cert_key_password` | `str` ||| `None` | Password for an encrypted client-key file. **Kernel rejects this** with `NotSupportedError` — the kernel has no surface for an encrypted client key today; pass an unencrypted PEM key, or use the Thrift backend. |
131+
| `_tls_client_cert_key_password` | `str` ||| `None` | Password for an encrypted client-key file. On the kernel path this is rejected with `NotSupportedError` **only when mTLS is configured** (i.e. `_tls_client_cert_file` is also set); without mTLS it is ignored. The kernel has no surface for an encrypted client key today pass an unencrypted PEM key, or use the Thrift backend. |
132132

133133
## Results & type rendering
134134

0 commit comments

Comments
 (0)