<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Christophe Herreman &#187; cruise control</title>
	<atom:link href="http://www.herrodius.com/blog/category/cruise-control/feed" rel="self" type="application/rss+xml" />
	<link>http://www.herrodius.com/blog</link>
	<description>Thoughts from a software developer</description>
	<lastBuildDate>Thu, 15 Sep 2011 21:50:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Cruise Control and SVN over HTTPS</title>
		<link>http://www.herrodius.com/blog/118</link>
		<comments>http://www.herrodius.com/blog/118#comments</comments>
		<pubDate>Tue, 15 Jan 2008 09:37:57 +0000</pubDate>
		<dc:creator>Christophe</dc:creator>
				<category><![CDATA[cruise control]]></category>
		<category><![CDATA[tips 'n tricks]]></category>

		<guid isPermaLink="false">http://www.herrodius.com/blog/118</guid>
		<description><![CDATA[When adding Prana to our Cruise Control system via the web dashboard, I ran into the following svn error: svn: PROPFIND request failed on &#8216;/svnroot/prana/trunk&#8217;svn: PROPFIND of &#8216;/svnroot/prana/trunk&#8217;: Server certificate verification failed: issuer is not trusted (https://prana.svn.sourceforge.net) The problem is that a checkout over https requests the verification of a server certificate which is not [...]]]></description>
			<content:encoded><![CDATA[<p>When adding Prana to our Cruise Control system via the web dashboard, I ran into the following svn error:</p>
<p><strong>svn: PROPFIND request failed on &#8216;/svnroot/prana/trunk&#8217;svn: PROPFIND of &#8216;/svnroot/prana/trunk&#8217;: Server certificate verification failed: issuer is not trusted (https://prana.svn.sourceforge.net)</strong></p>
<p>The problem is that a checkout over https requests the verification of a server certificate which is not handled in the web dashboard interface.</p>
<p><strong>The solution</strong></p>
<p>Make sure you have a user where the cruise control service is running under. Then log in to the build server with that user and manually checkout the repository with the following command&#8230;</p>
<p><code>svn checkout https://prana.svn.sourceforge.net/svnroot/prana/trunk c:/progra~1/cruisecontrol/projects/prana</code></p>
<p>&#8230; then press &#8216;p&#8217; to accept the certificate permanently. You can now go back to the web dashboard and create the project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.herrodius.com/blog/118/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

