--- a/index.html
+++ b/index.html
@@ -467,21 +467,6 @@
 
 	<h2 class="nocol"><a name="faq">FAQ</a></h2>
 
-    <h3><a name="ssl-certs">Git fails with the error: Peer's Certificate issuer is not recognized</a></h3>
-    <p>You need to either add our self signed certificate, or disable the
-    certificate check in Git. A git clone can be  done using
-    </p>
-
-<pre class="hint">
-GIT_SSL_NO_VERIFY=1 git clone ...
-</pre>
-    
-    <p>Afterwards you can set this option for you repository, using</p>
-
-<pre class="hint">
-git config http.sslVerify false
-</pre>
-
 	<h3><a name="platform-api">Is there an API to access platform?</a></h3>
     <p>The platform uses the Allura API, the same API used by Sourceforge. 
     Tools compatible that are compatible with this API should work with no issues.