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") `