You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2020-06-17 23:39:05,356 DEBUG [ckanext.harvest.queue] Received harvest job id: fb7c1a84-ba62-4242-9396-b834c259ccb4
Traceback (most recent call last):
File "/usr/bin/ckan", line 45, in <module>
load_entry_point('PasteScript', 'console_scripts', 'paster')()
File "/usr/lib/ckan/lib/python2.7/site-packages/paste/script/command.py", line 104, in run
invoke(command, command_name, options, args[1:])
File "/usr/lib/ckan/lib/python2.7/site-packages/paste/script/command.py", line 143, in invoke
exit_code = runner.run(args)
File "/usr/lib/ckan/lib/python2.7/site-packages/paste/script/command.py", line 238, in run
result = self.command()
File "/usr/lib/ckan-new/src/ckanext-harvest/ckanext/harvest/commands/harvester.py", line 135, in command
gather_callback(consumer, method, header, body)
File "/usr/lib/ckan-new/src/ckanext-harvest/ckanext/harvest/queue.py", line 231, in gather_callback
harvest_object_ids = harvester.gather_stage(job)
File "/usr/lib/ckan-new/src/ckanext-datajson/ckanext/datajson/harvester_base.py", line 126, in gather_stage
source_datasets, catalog_values = self.load_remote_catalog(harvest_job)
File "/usr/lib/ckan-new/src/ckanext-datajson/ckanext/datajson/harvester_datajson.py", line 35, in load_remote_catalog
datasets = json.loads(lstrip_bom(urllib2.urlopen(req).read()))
File "/usr/local/lib/python2.7.10/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/local/lib/python2.7.10/lib/python2.7/urllib2.py", line 431, in open
response = self._open(req, data)
File "/usr/local/lib/python2.7.10/lib/python2.7/urllib2.py", line 449, in _open
'_open', req)
File "/usr/local/lib/python2.7.10/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/usr/local/lib/python2.7.10/lib/python2.7/urllib2.py", line 1240, in https_open
context=self._context)
File "/usr/local/lib/python2.7.10/lib/python2.7/urllib2.py", line 1197, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>
healtdata.gov data.json source shows 0 errors.
data.json: https://healthdata.gov/data.json
openssl log shows the certificate expired.
How to reproduce
Expected behavior
Harvest job displays an error that it could not be harvested because the certificate is invalid.
Actual behavior
Job completes successfully with no updates.
The text was updated successfully, but these errors were encountered: