Open ted-strauss-K1 opened 7 years ago
I don't think this is related to SSL. The first exception you get is a 403 error. This is caused when the datapusher extension in CKAN core tries to contact the DataPusher on port 8800, and Apache returns a 403:
You don\\'t have permission to access /job
which might indicate a misconfiguration in Apache or a file permissions issue.
http://stackoverflow.com/questions/43214581/ssl-connection-fails-to-datapusher-app-through-port-8800-with-nginx-reverse-pro
I am installing the datapusher service for CKAN. CKAN has been configured to use an NGINX reverse proxy that routes client requests, following instructions here. SSL certificate is installed and configured in NGINX. When trying to use the datapusher app to upload a file, it fails and Apache log gives this error:
When testing access to the datapusher's 8800 port through openssl this is the output:
The datapusher docs give a workaround for bypassing SSL here, using the
SSL_Verify
config. I tried this and there was no change.I also tried hardcoding the SSL bypass as suggested in #83 , also to no affect.
I think that I need to either:
Any suggestions?
Referencing: https://github.com/ckan/datapusher/issues/83