Skip to content
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

[Automation] Remote server SSL verify failed. #6

Open
1 task
AcckiyGerman opened this issue Jan 15, 2018 · 5 comments
Open
1 task

[Automation] Remote server SSL verify failed. #6

AcckiyGerman opened this issue Jan 15, 2018 · 5 comments
Assignees

Comments

@AcckiyGerman
Copy link
Contributor

AcckiyGerman commented Jan 15, 2018

The datapackage-pipeline cannot download and process the source.

Acceptance criteria

  • datapackage is processed after data push-flow

Analysis

source link: https://www.nationwide.co.uk/~/media/MainSite/documents/about/house-price-index/downloads/uk-house-price-since-1952.xls

automation log: https://testing.datahub.io/AcckiyGerman/house-prices-uk/v/8

tabulator.exceptions.HTTPError: HTTPSConnectionPool(host='www.nationwide.co.uk', port=443): Max retries exceeded with url: /~/media/MainSite/documents/about/house-price-index/downloads/uk-house-price-since-1952.xls (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)'),))

File could be downloaded via browser, but I failed to download it with curl
Definitely the bug is on the remote site. (I just wonder why could I get the file via browser without any security warnings)

@rufuspollock
Copy link
Member

@AcckiyGerman this may be blocking bots. Have you replicated with data cat url or simple python script.

@AcckiyGerman
Copy link
Contributor Author

AcckiyGerman commented Jan 15, 2018 via email

@AcckiyGerman
Copy link
Contributor Author

AcckiyGerman commented Jan 15, 2018 via email

@rufuspollock
Copy link
Member

@AcckiyGerman have you tried sending a non-bot header with url retrieve or similar?

@AcckiyGerman
Copy link
Contributor Author

@rufuspollock no, I haven't and reasons are:

  • it will not help to automate the dataset, coz assembler still not able to retrieve the source
  • it is only one dataset with such an error, I don't see it is worth fixing in the assembler code now
  • for updating the datset itself I downloaded data manually 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants