Emails not being sent
Created by: deanpcmad
Hey, I'm having issues with sending emails from my Gitlab server since the latest update
In Sidekiq, there are a number of jobs that are stuck with this error:
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: unknown protocol
I have updated to the latest Gitlab (the latest patch), tried
sudo chmod 644 /opt/gitlab/embedded/ssl/certs/cacert.pem
sudo gitlab-ctl restart
But I'm still getting this error. I'm using Mandrill for sending emails using SMTP. Any ideas?