Skip to content

Commit a102ca3

Browse files
JustinObanorwendigo
authored andcommitted
Pass HTTP SSL verify flag
1 parent 3e20d9f commit a102ca3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

trino/client.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,8 @@ def unauthenticated(self):
578578
max_attempts=self.max_attempts,
579579
request_timeout=self._request_timeout,
580580
handle_retry=self._handle_retry,
581-
client_session=ClientSession(user=self._client_session.user))
581+
client_session=ClientSession(user=self._client_session.user),
582+
verify=self._http_session.verify)
582583

583584
@property
584585
def max_attempts(self) -> int:

0 commit comments

Comments
 (0)