ckan / ckanext-harvest

Remote harvesting extension for CKAN
130 stars 203 forks source link

Support for SSL when connecting to Redis #545

Open hcvdwerf opened 6 months ago

hcvdwerf commented 6 months ago

I want to connect with Redis via SSL. It looks like the code doesn't support it:

https://github.com/ckan/ckanext-harvest/blob/8ea4b1b4fb277046a0d8ba4f4c779e5c9e1fbd8b/ckanext/harvest/queue.py#L217

For example: ssl_connection = redis.Redis(host='localhost', port=6666, ssl=True, ssl_cert_reqs="none")