Hi all, I'm in Windows using git version: git version 2.6.3.windows.1. Git is installed to /c/Users/tbarik/AppData/Local/Programs/Git/cmd/git. However, when I look for the config name http.sslcainfo, it returns: $ git config --get-all http.sslcainfo C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt Although I can override the name, I'm trying to figure out where this is being set, since the correct location should be (in this case) C:/Users/tbarik/AppData/Local/Programs/Git/mingw64/ssl/certs/ca-bundle.crt. I don't see C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt in either --global, --system, or --local, hence my confusion as to where this path is coming from. Thanks, Titus -- Titus Barik, PE <titus@xxxxxxxxx> -- 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