Skip to content

Commit 5dd099e

Browse files
committed
use_ssl by default
1 parent 762eff2 commit 5dd099e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/lib/sift_client/transport/base_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(
2222
grpc_url: str,
2323
rest_url: str,
2424
api_key: str,
25-
use_ssl: bool = False,
25+
use_ssl: bool = True,
2626
cert_via_openssl: bool = False,
2727
):
2828
"""Initialize the connection configuration.

0 commit comments

Comments
 (0)