HTHou opened a new pull request, #17854:
URL: https://github.com/apache/iotdb/pull/17854

   ## Description
   
   This PR adds generic SSL/TLS configuration support across IoTDB client and 
service paths without introducing provider-specific behavior.
   
   Changes include:
   - Add a shared `RpcSslUtils` helper for SSL context setup, optional JSSE 
provider registration, cipher suite parsing, and keystore/truststore type 
detection.
   - Wire generic SSL/TLS protocol and provider options through Session, JDBC, 
CLI import/export tools, Thrift transport creation, REST HTTPS, and Ratis 
certificate loading.
   - Add generic `ssl_protocol`, `ssl_provider_class`, and `ssl_cipher_suites` 
configuration entries.
   - Add JDBC URL parsing coverage for the new SSL/TLS parameters.
   
   ## Validation
   
   - `./mvnw spotless:apply -pl iotdb-core/node-commons`
   - `./mvnw -pl iotdb-client/service-rpc,iotdb-core/node-commons -DskipTests 
compile`
   - `./mvnw -pl 
iotdb-client/service-rpc,iotdb-client/isession,iotdb-client/session,iotdb-client/jdbc,iotdb-client/cli
 -DskipTests compile`
   - `./mvnw -pl iotdb-client/jdbc -Dtest=UtilsTest#testParseSslConfig test`
   - `git diff --check`


-- 
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