Commit 4fb44484 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'web_hooks_doc' into 'master'

Remove deprecated SSL warning on web hooks documentation

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/289

See merge request !178
parents 27b84fd1 174473ed
...@@ -6,14 +6,14 @@ You can configure web hooks to listen for specific events like pushes, issues or ...@@ -6,14 +6,14 @@ You can configure web hooks to listen for specific events like pushes, issues or
Web hooks can be used to update an external issue tracker, trigger CI builds, update a backup mirror, or even deploy to your production server. Web hooks can be used to update an external issue tracker, trigger CI builds, update a backup mirror, or even deploy to your production server.
If you have a big set of projects in the one group then it will be convenient for you to configure web hooks globally for the whole group. You can add the group level web hooks on the group settings page. In GitLab Enterprise Edition you can configure web hooks globally for the whole
group. You can add the group level web hooks on the group settings page
If you send a web hook to an SSL endpoint [the certificate will not be verified](https://gitlab.com/gitlab-org/gitlab-ce/blob/ccd617e58ea71c42b6b073e692447d0fe3c00be6/app/models/web_hook.rb#L35) since many people use self-signed certificates. **Settings > Web Hooks**.
## SSL Verification ## SSL Verification
By default, the SSL certificate of the webhook endpoint is verified based on By default, the SSL certificate of the webhook endpoint is verified based on
an internal list of Certificate Authorities, an internal list of Certificate Authorities,
which means the certificate cannot be self-signed. which means the certificate cannot be self-signed.
You can turn this off in the web hook settings in your GitLab projects. You can turn this off in the web hook settings in your GitLab projects.
...@@ -80,7 +80,7 @@ X-Gitlab-Event: Push Hook ...@@ -80,7 +80,7 @@ X-Gitlab-Event: Push Hook
} }
], ],
"total_commits_count": 4 "total_commits_count": 4
} }
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment