We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762eff2 commit 5dd099eCopy full SHA for 5dd099e
1 file changed
python/lib/sift_client/transport/base_connection.py
@@ -22,7 +22,7 @@ def __init__(
22
grpc_url: str,
23
rest_url: str,
24
api_key: str,
25
- use_ssl: bool = False,
+ use_ssl: bool = True,
26
cert_via_openssl: bool = False,
27
):
28
"""Initialize the connection configuration.
0 commit comments