Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
89431a9f
Commit
89431a9f
authored
Feb 15, 2019
by
DeAndre Harris
Committed by
Marcia Ramos
Feb 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add troubleshooting steps for "local issuer certificate" error
parent
88c3358b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
doc/user/project/integrations/webhooks.md
doc/user/project/integrations/webhooks.md
+9
-0
No files found.
doc/user/project/integrations/webhooks.md
View file @
89431a9f
...
...
@@ -1228,6 +1228,15 @@ by uncommenting or adding the following setting to your `/etc/gitlab/gitlab.rb`:
gitlab_rails['webhook_timeout'] = 10
```
### Troubleshooting: "Unable to get local issuer certificate"
When SSL verification is enabled, this error indicates that GitLab isn't able to verify the SSL certificate of the webhook endpoint.
Typically, this is because the root certificate isn't issued by a trusted certification authority as
determined by
[
CAcert.org
](
http://www.cacert.org/
)
.
Should that not be the case, consider using
[
SSL Checker
](
https://www.sslshopper.com/ssl-checker.html
)
to identify faults.
Missing intermediate certificates are a commong point of verification failure.
## Example webhook receiver
If you want to see GitLab's webhooks in action for testing purposes you can use
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment