-
Notifications
You must be signed in to change notification settings - Fork 153
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
SSLError while pushing to Datastore #229
Comments
Any idea, anyone? |
Have you tried installing ndg-httpsclient?
If it doesn't help, at least it could also help with debugging your SSL issues. https://github.com/cedadev/ndg_httpsclient/#running-ndg_httpclient |
Thank you for the suggestion! I will try this and let you know. |
I am sorry but I would need more help here. How this tool works exactly? |
Also, just noticed host='ckan.example.com' in your trace log:
Is your |
No, I just replaced my actual url with this, so that I don't reveal it. |
Got the suggestion from https://stackoverflow.com/questions/33410577/python-requests-exceptions-sslerror-eof-occurred-in-violation-of-protocol. It should help with SSL certificate issues, but like you said, you had Anyway, its most likely an configuration issue on your end as Datapusher works with SSL and it will have to be a process of elimination. First off, does the Datapusher work when you run CKAN without SSL? G'luck! |
Thanks! I would rather not turn off SSL unless I really have to, as it is a productive running CKAN instance. |
I was thinking about using xloader instead, but it is not so straightforward. |
Hey @maxclac, we were having this same issue building datapusher in a Docker container. After a lot of trial and error, we tried changing the base image from I can only assume that there is some incompatibility in the ssl libraries provided by the operating system and the python libraries used by datapusher? Anyway, might help you resolve the issue. Good luck! |
Interesting! Thank you, I will have a look. |
We've been through a few rounds of trying to get this working nicely... If you have the ability to use a pre-built docker image in your environment I heartily recommend https://hub.docker.com/r/keitaro/ckan-datapusher... worked nicely out of the box for me, can override some settings with environment vars etc |
I see. It means that I can disable my current Datapusher, and use a container from this Docker image instead? Do I understand that right? |
Hi! Just an update, I am still having this problem and would still appreciate help. |
It is working when I set |
Hi!
I am using CKAN 2.9.2 and I am currently having a problem with an Excel file in a dataset that I try to manually push to the Datastore.
I put the
SSL_VERIFY
to False in the config file but it did not help.What can I do?
The text was updated successfully, but these errors were encountered: