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
b5ba6c38
Commit
b5ba6c38
authored
Jan 22, 2019
by
Cody West
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add script explanation
Offer more explanation regarding the ssl-test script and how it's used.
parent
e0d96f9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
doc/user/project/integrations/slack.md
doc/user/project/integrations/slack.md
+7
-0
No files found.
doc/user/project/integrations/slack.md
View file @
b5ba6c38
...
...
@@ -65,6 +65,13 @@ puts "testing GitLab"
Net
::
HTTP
.
get
(
URI
(
'https://<GITLAB URL>'
))
```
The important thing with this script is that it should use the same Ruby as GitLab.
There are many ways to run this script, and it will change depending on your install type.
On Omnibus GitLab installs, you can run save this script to
`/root/ssl-test.rb`
,
make the file exectuable with
`chmod u+x /root/ssl-test.rb`
, then run
`/root/ssl-test.rb`
to execute the script. It should return only the "testing X" lines if it succeeds.
In the event of a failure, the exception should be displayed as well.
If it's an issue with GitLab not trusting HTTPS connections to itself, then you may simply
need to
[
add your certificate to GitLab's trusted certificates
](
https://docs.gitlab.com/omnibus/settings/ssl.html#install-custom-public-certificates
)
.
...
...
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