Just as this came in I was trying the following:

There are several ways to workaround and resolve this:

1.  Workarounds:

 - disable http.sslVerify:

      $ git config --global set http.sslVerify true

- point to a local copy of a certificates file:

      $ git config --global set http.sslcainfo /path/to/ca-bundle.crt

2.  Solution:

- Get your hosting provider to put in place a CA certificates file in the
default location.


Good to see you worked it out though.

Cheers,
Colin



On Tue, Jul 12, 2011 at 5:09 PM, Scott Merrill <ski...@skippy.net> wrote:

> The problem stems from the fact that my hosting provider does not have
> the /etc/pki/* directories containing the CA certificates, so the
> sub-module checkout cannot be verified as authoritative.
>
> You'll note that the Habari wiki instructions execute the initial
> checkout via ssh (g...@github.com:/), whereas the /system/ sub-module
> is defined as https://github.com/habari/system.git).
>
> I had to edit the .git/config file to use an SSH URI for the /system/
> sub-module. Now it works.
>
> Thanks.
>
> On Mon, Jul 11, 2011 at 4:17 PM, Scott Merrill <ski...@skippy.net> wrote:
> > I'd like to switch from my SVN checkout to a git clone for my live site.
> >
> > I followed the instructions on the wiki:
> >  http://wiki.habariproject.org/en/Habari_on_github
> >
> > I can successfully clone the Habari repository. Trying to import the
> > /system/ submodule, though, fails with the following:
> > -=-=-=-
> > Initialized empty Git repository in /home/skippy/habari/system/.git/
> > fatal: https://github.com/habari/system.git/info/refs download error -
> > error setting certificate verify locations:
> >  CAfile: /etc/pki/tls/certs/ca-bundle.crt
> >  CApath: none
> >
> > Clone of 'https://github.com/habari/system.git' into submodule path
> > 'system' failed
> > -=-=-=-
> >
> > I'm guessing that this is a problem with my hosting provider, as I can
> > successfully pull the submodule from my local workstation.
> >
> > Is there something I can do to resolve this, or is this something that
> > will require me to engage my hosting provider?
> >
> > Thanks,
> > Scott
> >
>
> --
> To post to this group, send email to habari-users@googlegroups.com
> To unsubscribe from this group, send email to
> habari-users-unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/habari-users
>



-- 
Colin Seymour
Blog: http://colinseymour.co.uk
Tech Stuff: http://lildude.co.uk
Barefoot Running: http://barefootrunner.co.uk
IRC: lildude #habari

-- 
To post to this group, send email to habari-users@googlegroups.com
To unsubscribe from this group, send email to 
habari-users-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/habari-users

Reply via email to