diff --git a/ckanext/cfpb_extrafields/controllers/access.py b/ckanext/cfpb_extrafields/controllers/access.py index f339c42..957396b 100644 --- a/ckanext/cfpb_extrafields/controllers/access.py +++ b/ckanext/cfpb_extrafields/controllers/access.py @@ -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: