Skip to content

Commit

Permalink
set verify to false
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 authored Aug 28, 2024
1 parent 73325aa commit 69c5611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyDataverse/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def _sync_request(

try:
resp: httpx.Response = method(
**kwargs, auth=self.auth, follow_redirects=True, timeout=None
**kwargs, auth=self.auth, follow_redirects=True, timeout=None, verify=False
)
if resp.status_code == 401:
try:
Expand Down

0 comments on commit 69c5611

Please sign in to comment.