Skip to content

Commit 9426a46

Browse files
stiwarisemanticbitsShivam Tiwari
andauthored
BB2-3899: Fix certificate vurnability (#1331)
Co-authored-by: Shivam Tiwari <shivam.tiwari@icf.com>
1 parent f838c73 commit 9426a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/health/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def bfd_fhir_dataserver(v2=False):
3434
r = requests.get(target_url,
3535
params={"_format": "json"},
3636
cert=backend_connection.certs(),
37-
verify=False,
37+
verify=True,
3838
timeout=5)
3939
try:
4040
r.raise_for_status()

0 commit comments

Comments
 (0)