Skip to content

Commit

Permalink
Merge pull request #64 from dvb-cfpb/enable-https-verify-to-iiq
Browse files Browse the repository at this point in the history
Setting https request to IdentityIQ (IIQ) to grant data access to ver…
  • Loading branch information
tanderegg committed Sep 10, 2020
2 parents 532739f + a8e9385 commit 646e0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/cfpb_extrafields/controllers/access.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def submit(self, resource_id, cn):
workflow_url,
json=workflow_json,
auth=HTTPBasicAuth(workflow_user, workflow_pass),
verify=False
verify=True
)
flash_notice("Access request has been sent, you will recieve email updates on the status of the request as it is processed.")
except Exception as e:
Expand Down

0 comments on commit 646e0b7

Please sign in to comment.