500 error when sending a webhook to https
Created by: mekanics
I'm getting a 500 error, when I'm trying to send a webhook to an url with https
production.log
Started GET "/testnamespace/theproject/hooks/14/test" for 152.146.17.73 at 2015-04-22 11:36:46 +0200
Processing by Projects::HooksController#test as HTML
Parameters: {"namespace_id"=>"testnamespace", "project_id"=>"theproject", "id"=>"14"}
Completed 500 Internal Server Error in 55ms
OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: (null)):
app/models/hooks/web_hook.rb:36:in `execute'
app/services/test_hook_service.rb:4:in `execute'
app/controllers/projects/hooks_controller.rb:28:in `test'
Here our system informations
System information
System: Debian 6.0.10
Current User: git
Using RVM: no
Ruby Version: 2.1.2p95
Gem Version: 2.2.2
Bundler Version:1.6.5
Rake Version: 10.4.2
Sidekiq Version:3.3.0
GitLab information
Version: 7.9.4
Revision: b10de29
Directory: /home/git/gitlab
DB Adapter: mysql2
Using LDAP: yes
Using Omniauth: no
GitLab Shell
Version: 2.6.0
Repositories: /home/git/repositories/
Hooks: /home/git/gitlab-shell/hooks/
Git: /usr/bin/git
Am I making something wrong or is it really a bug?