We include a bundle of certificates in bin/curl-ca-bundle.crt for use
with curl/openssl so appending additional certificates to that might
be one solution. The other is to rebuild git with libcurl built to use
winssl instead of openssl. Reversing commit 3a9151c will achieve that.
You would need to run the src/curl/release.sh script and then rebuild
git to ensure it is all linked up correctly. Using winssl should then
use the builtin certificate store but I found problems when global
internet access was unavailable in cloning from local repositories via
http hence the reversion to using openssl in msysGit.
On 21 May 2013 14:43, <
fabian....@gmail.com> wrote:
> Hi,
>
> When accessing a remote repository via HTTPS and the HTTPS server uses a
> self-signed certificate, it seems to be necessary to put the signing CA's
> certificate into a file and configure the http.sslcainfo property to point
> to that file. This is a bit of a hassle if you need to support multiple CAs
> on a single system, or when you have multiple people trying to clone from
> the same server (they all need to change their http.sslcainfo property).
>
> Since Windows already manages a list of trusted root certificates
> (configured via certmgr.msc), is it possible to get Git for Windows to
> accept certificates signed by these CAs?
>
> Best regards,
> Fabian
>
> --
> --
> *** Please reply-to-all at all times ***
> *** (do not pretend to know who is subscribed and who is not) ***
> *** Please avoid top-posting. ***
> The msysGit Wiki is here:
https://github.com/msysgit/msysgit/wiki - Github
> accounts are free.
>
> You received this message because you are subscribed to the Google
> Groups "msysGit" group.
> To post to this group, send email to
msy...@googlegroups.com
> To unsubscribe from this group, send email to
>
msysgit+u...@googlegroups.com
> For more options, and view previous threads, visit this group at
>
http://groups.google.com/group/msysgit?hl=en_US?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "msysGit" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
msysgit+u...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>