Skip to content
Snippets Groups Projects
Unverified Commit 6fcf9779 authored by adeelehsan's avatar adeelehsan Committed by GitHub
Browse files

Merge pull request #23591 from...

Merge pull request #23591 from edx/aehsan/prod-1395/certificate_verification_enabled_for_software_secure

Certification verification enabled
parents 2a27fe09 3f122027
No related branches found
No related tags found
No related merge requests found
......@@ -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=False
verify=True
)
log.info(u"Sent request to Software Secure for receipt ID %s.", self.receipt_id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment