<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: msysGit error setting certificate verify locations</title>
	<atom:link href="http://lostechies.com/keithdahlby/2010/09/26/msysgit-error-setting-certificate-verify-locations/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/keithdahlby/2010/09/26/msysgit-error-setting-certificate-verify-locations/</link>
	<description>Git, .NET and more</description>
	<lastBuildDate>Mon, 01 Apr 2013 17:24:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Thomas Jaskula</title>
		<link>http://lostechies.com/keithdahlby/2010/09/26/msysgit-error-setting-certificate-verify-locations/#comment-97</link>
		<dc:creator>Thomas Jaskula</dc:creator>
		<pubDate>Fri, 30 Sep 2011 12:35:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/dahlbyk/archive/2010/09/26/msysgit-error-setting-certificate-verify-locations.aspx#comment-97</guid>
		<description>thanks, worked for me !</description>
		<content:encoded><![CDATA[<p>thanks, worked for me !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/keithdahlby/2010/09/26/msysgit-error-setting-certificate-verify-locations/#comment-95</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 06 Sep 2011 11:43:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/dahlbyk/archive/2010/09/26/msysgit-error-setting-certificate-verify-locations.aspx#comment-95</guid>
		<description>thanks, works for me</description>
		<content:encoded><![CDATA[<p>thanks, works for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LightX</title>
		<link>http://lostechies.com/keithdahlby/2010/09/26/msysgit-error-setting-certificate-verify-locations/#comment-84</link>
		<dc:creator>LightX</dc:creator>
		<pubDate>Mon, 11 Apr 2011 02:54:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/dahlbyk/archive/2010/09/26/msysgit-error-setting-certificate-verify-locations.aspx#comment-84</guid>
		<description>Awesome, saved me some time! Thanks</description>
		<content:encoded><![CDATA[<p>Awesome, saved me some time! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Beletsky</title>
		<link>http://lostechies.com/keithdahlby/2010/09/26/msysgit-error-setting-certificate-verify-locations/#comment-82</link>
		<dc:creator>Alexander Beletsky</dc:creator>
		<pubDate>Thu, 07 Apr 2011 15:31:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/dahlbyk/archive/2010/09/26/msysgit-error-setting-certificate-verify-locations.aspx#comment-82</guid>
		<description>that helped me, thanks a lot :)

as well as @Jason, I used
git config --global http.sslcainfo &quot;d:Program FilesGitbincurl-ca-bundle.crt&quot;

windows friedly path</description>
		<content:encoded><![CDATA[<p>that helped me, thanks a lot :)</p>
<p>as well as @Jason, I used<br />
git config &#8211;global http.sslcainfo &#8220;d:Program FilesGitbincurl-ca-bundle.crt&#8221;</p>
<p>windows friedly path</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle C</title>
		<link>http://lostechies.com/keithdahlby/2010/09/26/msysgit-error-setting-certificate-verify-locations/#comment-51</link>
		<dc:creator>Kyle C</dc:creator>
		<pubDate>Mon, 21 Mar 2011 17:38:23 +0000</pubDate>
		<guid isPermaLink="false">/blogs/dahlbyk/archive/2010/09/26/msysgit-error-setting-certificate-verify-locations.aspx#comment-51</guid>
		<description>Worked great thanks!</description>
		<content:encoded><![CDATA[<p>Worked great thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Jarrett</title>
		<link>http://lostechies.com/keithdahlby/2010/09/26/msysgit-error-setting-certificate-verify-locations/#comment-50</link>
		<dc:creator>Jason Jarrett</dc:creator>
		<pubDate>Wed, 16 Mar 2011 15:21:29 +0000</pubDate>
		<guid isPermaLink="false">/blogs/dahlbyk/archive/2010/09/26/msysgit-error-setting-certificate-verify-locations.aspx#comment-50</guid>
		<description>Worked for me. Thanks!</description>
		<content:encoded><![CDATA[<p>Worked for me. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Finch</title>
		<link>http://lostechies.com/keithdahlby/2010/09/26/msysgit-error-setting-certificate-verify-locations/#comment-49</link>
		<dc:creator>Jason Finch</dc:creator>
		<pubDate>Fri, 19 Nov 2010 03:24:13 +0000</pubDate>
		<guid isPermaLink="false">/blogs/dahlbyk/archive/2010/09/26/msysgit-error-setting-certificate-verify-locations.aspx#comment-49</guid>
		<description>Thanks for the tip. I found with 1.7.3.1 msysgit i had to use the command git config --global http.sslcainfo &quot;C:\Program Files(x86)\Git\Bin\curl-ca-bundle.crt&quot;   

Basically just changing round the path.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. I found with 1.7.3.1 msysgit i had to use the command git config &#8211;global http.sslcainfo &#8220;C:\Program Files(x86)\Git\Bin\curl-ca-bundle.crt&#8221;   </p>
<p>Basically just changing round the path.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
