Redis::ConnectionError - OpenSSL::SSL::SSLError

Hi,

I’m having an issue with an SSL error connecting to redis. Anyone know what the issue is with this? It’s a Rails app running sidekiq. The full error is:

	
    rescue SystemCallError, IOError, OpenSSL::SSL::SSLError => error
      raise ConnectionError, error.message
    end

I’m assuming there is a config error or something?

Thanks!

Ok, so I removed and reset the REDIS_URL. That seems to have allowed events to get though to Redis and process, but I’m still getting the same error raised even when events succeed.