Skip to content

Commit

Permalink
DBC22-2731: hotfix for DIT endpoint cert
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-oxd committed Oct 25, 2024
1 parent 5f5ff5c commit 04543b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/apps/feed/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def _process_get_request(self, endpoint, params, resource_type, timeout=5.0):
headers=self._get_auth_headers(resource_type),
params=params if params else {},
timeout=timeout,
verify=True,
verify=False,
)
return self._get_response_data_or_raise(response)

Expand Down

0 comments on commit 04543b5

Please sign in to comment.