ckanext-harvest icon indicating copy to clipboard operation
ckanext-harvest copied to clipboard

Harvester cannot harvest remote urls

Open asarchami opened this issue 6 years ago • 2 comments

Our harvester can harvest from CKAN instance running in our network but it connection times out if I try to harvest from remote. I already set to bypass certificate check and manually set proxy settings in _get_content function in ckanharvester.py file.

asarchami avatar Apr 16 '18 21:04 asarchami

Can you curl the remote CKAN API from the place where the harvester is running?

Have you tried using the http_proxy and https_proxy environment variables to set the location of your proxy?

rossjones avatar May 11 '18 07:05 rossjones

Yes, I can curl the remote API and I have http_proxy set.

asarchami avatar May 11 '18 16:05 asarchami