CloudWise-Lukemiao commented on code in PR #14789:
URL: https://github.com/apache/iotdb/pull/14789#discussion_r1955645513


##########
iotdb-client/client-py/iotdb/Session.py:
##########
@@ -85,6 +87,8 @@ def __init__(
         fetch_size=DEFAULT_FETCH_SIZE,
         zone_id=DEFAULT_ZONE_ID,
         enable_redirection=True,
+        use_ssl=False,
+        ca_certs=None,

Review Comment:
   The client implementation of SSL for Java and Python clients is different. 
Java still needs to load the client's certificate and password during SSL/TLS 
one-way authentication to maintain code consistency and security. The SSL 
module in Python is more flexible and concise, and usually only needs to verify 
the identity of the server in one-way authentication.



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