diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-08-03 08:42:56 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-08-03 08:42:56 -0700 |
commit | 5511bb9f645176f54b10b0c21e0d216ed92649ee (patch) | |
tree | 871340e0c5dd7a13c889e36ddae9aa6e7de131f2 /doc/update | |
parent | 2600d08f65a8169c6f9414aca6517c828641ec23 (diff) | |
download | gitlab-ce-5511bb9f645176f54b10b0c21e0d216ed92649ee.tar.gz |
Self signed SSL cert not supported until 5.1
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/4.2-to-5.0.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/4.2-to-5.0.md b/doc/update/4.2-to-5.0.md index 230c1e88b23..daf7f7dc4a2 100644 --- a/doc/update/4.2-to-5.0.md +++ b/doc/update/4.2-to-5.0.md @@ -7,6 +7,7 @@ GitLab 5.0 is affected by critical security vulnerability CVE-2013-4490. ## Important changes - We don't use `gitlab` user any more. Everything will be moved to `git` user +- Self signed SSL certificates are not supported until GitLab 5.1 - **requires ruby1.9.3** ## 0. Stop gitlab |