From 69534b4310d158a0178591c61e0db3874dfc6411 Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Tue, 14 Apr 2020 17:07:18 +0200 Subject: [PATCH 1/2] Removed the note. --- .../proc_accessing-a-git-repository-via-https.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/pages/che-7/end-user-guide/proc_accessing-a-git-repository-via-https.adoc b/src/main/pages/che-7/end-user-guide/proc_accessing-a-git-repository-via-https.adoc index 985932cf3f..86b44ac4df 100644 --- a/src/main/pages/che-7/end-user-guide/proc_accessing-a-git-repository-via-https.adoc +++ b/src/main/pages/che-7/end-user-guide/proc_accessing-a-git-repository-via-https.adoc @@ -24,5 +24,3 @@ Alternatively, use the native Git commands in the terminal to clone a project. ---- $ git clone __ ---- - -WARNING: Self-signed SSL certificates are not supported. Use SSH keys instead. From 102e7f34b86ce69ccbd4faa3fece591537ed1846 Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Tue, 14 Apr 2020 17:14:54 +0200 Subject: [PATCH 2/2] Added a note about self-signes support. --- .../proc_accessing-a-git-repository-via-https.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/pages/che-7/end-user-guide/proc_accessing-a-git-repository-via-https.adoc b/src/main/pages/che-7/end-user-guide/proc_accessing-a-git-repository-via-https.adoc index 86b44ac4df..ecee072a2d 100644 --- a/src/main/pages/che-7/end-user-guide/proc_accessing-a-git-repository-via-https.adoc +++ b/src/main/pages/che-7/end-user-guide/proc_accessing-a-git-repository-via-https.adoc @@ -24,3 +24,6 @@ Alternatively, use the native Git commands in the terminal to clone a project. ---- $ git clone __ ---- ++ +{prod} supports git self-signed SSL certificates. +See xref:advanced-configuration-options.adoc#deploying-che-with-support-for-git-repositories-with-self-signed-certificates_advanced-configuration-options[Deploying {prod} with support for-git repositories with self-signed certificates] to learn more.