You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSLError: HTTPSConnectionPool(host='qa-datacatalog.mhf.mhc', port=443): Max retries exceeded with url: /api/action/resource_show (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:618)'),))
As Stated in a solution in the issue ticket #51 -------- used request_kwargs={'verify':False} forcefully in ckan code file remoteCkan.py.
.action.<actual_action>()
This mode of accessing should be enhanced to also take in request_kwargs
for now only using call_action we can specify request_kwargs.
Does this request make sense
The text was updated successfully, but these errors were encountered:
SSLError: HTTPSConnectionPool(host='qa-datacatalog.mhf.mhc', port=443): Max retries exceeded with url: /api/action/resource_show (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:618)'),))
As Stated in a solution in the issue ticket #51 -------- used request_kwargs={'verify':False} forcefully in ckan code file remoteCkan.py.
.action.<actual_action>()
This mode of accessing should be enhanced to also take in request_kwargs
for now only using call_action we can specify request_kwargs.
Does this request make sense
The text was updated successfully, but these errors were encountered: