ckan/ckanext-harvest

Support for SSL when connecting to Redis

hcvdwerf opened this issue · 0 comments

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

class RedisPublisher(object):

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