HTHou opened a new pull request, #165:
URL: https://github.com/apache/iotdb-client-go/pull/165

   ## Summary
   
   Add TLS and mTLS support for the Go client session transport path.
   
   ## Changes
   
   - Add `client.TLSConfig` with CA trust loading and optional client 
certificate/key loading.
   - Use TLS transport when `TLSConfig` is present for standalone sessions, 
cluster sessions, reconnects, and session pools.
   - Document TLS/mTLS usage in English and Chinese READMEs.
   - Add unit coverage for TLS config cloning, CA/client certificate loading, 
and client cert/key validation.
   
   ## Validation
   
   - `git diff --cached --check`
   - `go test $(go list ./... | grep -v '/test/e2e')`\n\nE2E tests were not run 
locally because they require an IoTDB service/DNS entry (`iotdb`) in the test 
environment.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to