Skip to content

Commit

Permalink
Merge pull request openedx#23613 from edx/adzuci/dos-844-revert-prod-…
Browse files Browse the repository at this point in the history
…1395

Revert PROD-1395
  • Loading branch information
adzuci committed Apr 3, 2020
2 parents dc6b98c + bb09c07 commit ade9135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/verify_student/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ def send_request(self, copy_id_photo_from=None):
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)
Expand Down

0 comments on commit ade9135

Please sign in to comment.