Commit 8be6c74a authored by Job van der Voort's avatar Job van der Voort

documentation on ssl verification in web hooks

parent 8ae026a6
......@@ -6,7 +6,12 @@ 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.
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.
## SSL Verification
Web hooks do SSL verification by default.
You can turn this off in the web hook settings in your GitLab projects.
![SSL Verification](ssl.png)
## Push events
......
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