Changes

From SME Server
Jump to navigationJump to search
204 bytes added ,  15:30, 21 July 2013
Line 71: Line 71:  
==== Ignore self signed SSL certificates ====
 
==== Ignore self signed SSL certificates ====
   −
When accessing git on your server, set your git client to ignore self signed SSL certificates with:
+
Git validates the HTTP SSL security certificate when accessing a repository. With the self singed 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:
    
  git config --global http.sslVerify false
 
  git config --global http.sslVerify false
374

edits

Navigation menu