Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #9167

Closed
Open
Created Apr 22, 2015 by Administrator@rootOwner

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?

Assignee
Assign to
Time tracking