Slack service no longer working afer 7.10.0 upgrade
Error goes as follows:
Started GET "/wrt/client/services/slack/test" for <ip> at 2015-04-22 19:19:32 -0400
Processing by Projects::ServicesController#test as HTML
Parameters: {"namespace_id"=>"wrt", "project_id"=>"client", "id"=>"slack"}
Completed 500 Internal Server Error in 749ms
OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed):
I tried downgrading back to 7.9.4 and the service worked just fine (And it's been working for months).
openssl s_client -showcerts -connect hooks.slack.com:443 -CApath /etc/ssl/certs
yields
Verify return code: 0 (ok)
and no errors.
Am I missing something or is it an issue with gitlab?