Re: How to push to http(s) repository with authentication?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Josef Wolf, Thu, Oct 23, 2008 19:53:37 +0200:
> On Mon, Oct 20, 2008 at 08:25:02PM +0200, Josef Wolf wrote:
> 
> > I have set up a repository as described in
> > 
> >   http://www.kernel.org/pub/software/scm/git/docs/howto/setup-git-server-over-http.txt
> > 
> > over SSL with basic authentication.  DAV access works fine with konqueror,
> > cadaver and and curl, using this .curlrc:
> > [ ... ]
> 
> Is nobody interested in this topic?  Or am I in the wrong list?

       --cacert <CA certificate>
              (SSL) Tells curl to use the specified certificate file to verify
              the peer. The file may contain  multiple  CA  certificates.  The
              certificate(s) must be in PEM format.

              curl  recognizes the environment variable named ’CURL_CA_BUNDLE’
              if that is set, and uses the given path as a path to a  CA  cert
              bundle. This option overrides that variable.

              The  windows  version  of  curl will automatically look for a CA
              certs file named ´curl-ca-bundle.crt´, either in the same direc‐
              tory as curl.exe, or in the Current Working Directory, or in any
              folder along your PATH.

              If curl is built against the NSS SSL library  then  this  option
              tells  curl the nickname of the CA certificate to use within the
              NSS database defined by the environment variable SSL_DIR (or  by
              default  /etc/pki/nssdb).   If  the NSS PEM PKCS#11 module (lib‐
              nsspem.so) is available then PEM files may be loaded.

              If this option is used several times, the last one will be used.

Does this (setting $CURL_CA_BUNDLE) help?

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux