This is an automated email from the ASF dual-hosted git repository.
HTHou pushed a change to branch codex/generic-ssl-config
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 272dc477a4a Propagate SSL protocol in integration test env
add 6fa902f8482 Support provider-specific SSL protocols
add 5d44daa68d8 Remove SSL hostname verification bypass
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iotdb/rest/RestService.java | 5 +-
integration-test/src/test/resources/test-keystore | Bin 2710 -> 2742 bytes
.../src/test/resources/test-truststore | Bin 1238 -> 1270 bytes
.../src/main/java/org/apache/iotdb/jdbc/Utils.java | 4 +-
.../test/java/org/apache/iotdb/jdbc/UtilsTest.java | 4 +-
.../java/org/apache/iotdb/rpc/RpcSslUtils.java | 32 ++------
.../java/org/apache/iotdb/rpc/RpcUtilsTest.java | 16 +---
.../utils/NoHostnameVerificationTrustManager.java | 88 ---------------------
.../apache/iotdb/consensus/ratis/utils/Utils.java | 9 +--
.../db/conf/rest/IoTDBRestServiceDescriptor.java | 2 +-
.../conf/iotdb-system.properties.template | 3 +-
.../iotdb/commons/conf/CommonDescriptor.java | 2 +-
12 files changed, 23 insertions(+), 142 deletions(-)
delete mode 100644
iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/ratis/utils/NoHostnameVerificationTrustManager.java