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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
fdac9ebd
Commit
fdac9ebd
authored
Jan 23, 2019
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken docs link
parent
8ae38ca2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/user/project/integrations/slack.md
doc/user/project/integrations/slack.md
+3
-3
No files found.
doc/user/project/integrations/slack.md
View file @
fdac9ebd
...
...
@@ -28,13 +28,13 @@ Your Slack team will now start receiving GitLab event notifications as configure
## Troubleshooting
If you're having trouble with the Slack integration not working, then start by
searching through the
[
Sidekiq logs
](
/doc
/administration/logs.md#sidekiqlog
)
searching through the
[
Sidekiq logs
](
../../..
/administration/logs.md#sidekiqlog
)
for errors relating to your Slack service.
### Something went wrong on our end
This is a generic error shown in the GitLab UI and doesn't mean much by itself.
You'll need to look in
[
the logs
](
/doc
/administration/logs.md#productionlog
)
to find
You'll need to look in
[
the logs
](
../../..
/administration/logs.md#productionlog
)
to find
an error message and keep troubleshooting from there.
### `certificate verify failed`
...
...
@@ -73,4 +73,4 @@ need to [add your certificate to GitLab's trusted certificates](https://docs.git
If it's an issue with GitLab not trusting connections to Slack, then the GitLab
OpenSSL trust store probably got messed up somehow. Typically this is from overriding
the trust store with
`gitlab_rails['env'] = {"SSL_CERT_FILE" => "/path/to/file.pem"}`
or by accidentally modifying the default CA bundle
`/opt/gitlab/embedded/ssl/certs/cacert.pem`
.
\ No newline at end of file
or by accidentally modifying the default CA bundle
`/opt/gitlab/embedded/ssl/certs/cacert.pem`
.
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