-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
call back url error #151
Comments
Does that |
@4estone Hi!! We have de same problem. How did you solve it ?? Env. CKAN 2.9 Dockerized "Express Load starting: /dataset/primerapruebarequests/resource/5cf85e8a-caa1-47bb-ab17-e4c4f4fcbe78" When we use a url with https(nginx - CKAN_SITE_URL="https://ckan.*******.com"), xloader can't download the file.
|
It sounds like your XLoader doesn't recognise the SSL certificate of the site you're downloading from? |
i have to run on localhost but i have same issue
|
If you're running on localhost and still getting connection errors, that's definitely odd. Is your XLoader on the same machine? |
@ThrawnCA yes. i have XLoader in same machine and run on docker compose container that include ckan nginx |
Hi @pcbimon is this from pypi or from github? |
In Docker? Is the XLoader in the same container as the web application? |
@duttonw i fixed by not use localhost because i have to build ckan in container with nginx container reverse proxy when. i use localhost in ckan it's not call nginx reverse proxy but call localhost ckan container that my fault. |
@ThrawnCA if you stuck in same issue please check your web server app service that can call from external container. |
Sounds like you should change the ckan.url to the nginx box url/port to have it go through the correct routing. For example's that we run for github action testing, see: docker/test-OpenData.ini, docker-compose.yml and Dockerfile-template.ckan |
hi all,
Env: CKAN 2.9, os: Centos7
I got an error when pushinf file on datastore with xloader:
`Express Load starting: /dataset/test-2-9/resource/d891053e-1291-431b-bd2a-6f4c390376d4
Fetching from: https://t-opendata67.alsace.eu/dataset/09802715-e21e-46b3-bd31-e433ab56f596/resource/d891053e-1291-431b-bd2a-6f4c390376d4/download/b_apa_dom_canton_2015.csv
URL error: HTTPSConnectionPool(host='t-opendata67.alsace.eu', port=443): Max retries exceeded with url: /dataset/09802715-e21e-46b3-bd31-e433ab56f596/resource/d891053e-1291-431b-bd2a-6f4c390376d4/download/b_apa_dom_canton_2015.csv (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4dd81bd828>: Failed to establish a new connection: [Errno 111] Connection refused',))
End of log`
It's not an issue, but I realy want to get some clue or information about solving this problem.
Thanks
Sylvain
The text was updated successfully, but these errors were encountered: