Skip to content
Snippets Groups Projects
Commit bb09c07c authored by Adam Blackwell's avatar Adam Blackwell
Browse files

Revert "Certification verification enabled"

This reverts commit 3f122027.
parent dc6b98cb
Branches
Tags
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=True
verify=False
)
log.info(u"Sent request to Software Secure for receipt ID %s.", self.receipt_id)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment