diff --git a/lms/djangoapps/verify_student/models.py b/lms/djangoapps/verify_student/models.py index 8b84a214bd..cdf9250ae8 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)