Merge pull request #23613 from edx/adzuci/dos-844-revert-prod-1395

Revert PROD-1395
This commit is contained in:
Adam Blackwell
2020-04-03 19:07:52 -04:00
committed by GitHub

View File

@@ -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)