{"id":6604,"date":"2014-04-20T13:45:30","date_gmt":"2014-04-20T13:45:30","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/04\/20\/ca-cert-error-when-setting-up-git-submodules-on-ppc-mac-10-5-8-collection-of-common-programming-errors\/"},"modified":"2014-04-20T13:45:30","modified_gmt":"2014-04-20T13:45:30","slug":"ca-cert-error-when-setting-up-git-submodules-on-ppc-mac-10-5-8-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/04\/20\/ca-cert-error-when-setting-up-git-submodules-on-ppc-mac-10-5-8-collection-of-common-programming-errors\/","title":{"rendered":"CA cert error when setting up git submodules on PPC Mac 10.5.8-Collection of common programming errors"},"content":{"rendered":"<p>I have a git repository with submodules on github, when I try and set up the submodules locally by doing:<\/p>\n<pre><code>git submodule init\ngit submodule update\n<\/code><\/pre>\n<p>I get this error:<\/p>\n<pre><code>error: SSL certificate problem, verify that the CA cert is OK. Details:\nerror:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https:\/\/github.com\/wincent\/Command-T.git\/info\/refs\n\nfatal: HTTP request failed\nClone of 'https:\/\/github.com\/wincent\/Command-T.git' into submodule path 'dotfiles\/vim\/bundle\/command-t' failed\n<\/code><\/pre>\n<p>I understand that this is a problem with the CA cert being out of date for Leopard, I have tried to rectify this by first installing a new version of curl with ssl support (now on version7.22), and then when that didn&#8217;t work I updated my crt as per instructions such as: http:\/\/www.simplicidade.org\/notes\/archives\/2011\/06\/github_ssl_ca_errors.html<\/p>\n<p>I still get the same error.<\/p>\n<p>I&#8217;ve also tried adjusting the protocol in .gitmodules to git from https but this makes no difference either. Any ideas?<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I have a git repository with submodules on github, when I try and set up the submodules locally by doing: git submodule init git submodule update I get this error: error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https:\/\/github.com\/wincent\/Command-T.git\/info\/refs fatal: HTTP request failed Clone of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-6604","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/6604","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=6604"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/6604\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=6604"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=6604"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=6604"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}