Changes

From SME Server
Jump to navigationJump to search
172 bytes added ,  03:21, 4 February 2015
Line 73: Line 73:  
=== Notes on using SME Server Git ===
 
=== Notes on using SME Server Git ===
   −
==== Ignore self signed SSL certificates ====
+
==== Git client needs to ignore self signed SSL certificates ====
   −
Git validates the HTTP SSL security certificate when accessing a repository. With the self signed certificates typical in SME systems you will get an error like '''certificate verify failed''' when accessing the Git repository. You can avoid this problem by disabling this check in your Git client with:
+
The Git client validates the HTTP SSL security certificate when accessing a repository. With the self signed certificates typical on SME servers, you will get an error like '''certificate verify failed''' when accessing the Git repository. You can avoid this problem by by setting the http sslVerify flag to false. Using a command line, you can do this in your Git client as follows:
    
  git config --global http.sslVerify false
 
  git config --global http.sslVerify false
 +
 +
In a git config file, this looks like:
 +
 +
[http]
 +
    sslVerify = false
    
=== Feedback ===
 
=== Feedback ===
374

edits

Navigation menu