From bb09c07c683b7d78836abcdbe9a0ca0ca8dffad8 Mon Sep 17 00:00:00 2001 From: Adam Blackwell <adam@blackwell.ai> Date: Fri, 3 Apr 2020 18:57:58 -0400 Subject: [PATCH] Revert "Certification verification enabled" This reverts commit 3f1220276d72cada2d4aa5f812768a3dff6e711a. --- lms/djangoapps/verify_student/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/verify_student/models.py b/lms/djangoapps/verify_student/models.py index 8b84a214bd0..cdf9250ae8c 100644 --- a/lms/djangoapps/verify_student/models.py +++ b/lms/djangoapps/verify_student/models.py @@ -940,7 +940,7 @@ class SoftwareSecurePhotoVerification(PhotoVerification): settings.VERIFY_STUDENT["SOFTWARE_SECURE"]["API_URL"], headers=headers, data=simplejson.dumps(body, indent=2, sort_keys=True, ensure_ascii=False).encode('utf-8'), - verify=True + verify=False ) log.info(u"Sent request to Software Secure for receipt ID %s.", self.receipt_id) -- GitLab