HTHou commented on code in PR #14789:
URL: https://github.com/apache/iotdb/pull/14789#discussion_r1955475936
##########
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:
I find JAVA sdk has 3 arguments about ssl. `useSSL`, `trustStore`, and
`trustStorePwd`. Why does Python sdk only have 2 arguments?
And is `ca_certs` in Python equal to `trustStore` in Java?
--
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]