<?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>ryoku.org &#187; xmpp</title>
	<atom:link href="http://www.ryoku.org/tag/xmpp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryoku.org</link>
	<description>Nerd stuff</description>
	<lastBuildDate>Sat, 04 Sep 2010 21:55:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Setting up jabberd2</title>
		<link>http://www.ryoku.org/2010/01/setting-up-jabberd2/</link>
		<comments>http://www.ryoku.org/2010/01/setting-up-jabberd2/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 20:32:38 +0000</pubDate>
		<dc:creator>Arijan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[xmpp]]></category>

		<guid isPermaLink="false">http://www.ryoku.org/?p=183</guid>
		<description><![CDATA[Today I&#8217;ve setup a jabber daemon, more specific jabberd2 following the documentation over at jabberdoc.org It went quite smoothly, however there are a few pitfalls with the tls/ssl configuration, on my client I got several error messages regarding the TLS handshake. After looking in the server logs I found a bunch of error messages like [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;ve setup a jabber daemon, more specific jabberd2 following the <a href='http://www.jabberdoc.org/FrontPage'>documentation</a> over at jabberdoc.org</p>
<p>It went quite smoothly, however there are a few pitfalls with the tls/ssl configuration, on my client I got several error messages regarding the TLS handshake. After looking in the server logs I found a bunch of error messages like illustrated below:</p>
<pre class="brush: plain;">
error: SSL handshake error (error:140890C7:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:peer did not return a certificate)
</pre>
<p>The reason for this error was the &#8220;verify-mode&#8221; directive in c2s.xml, I changed this from 7 (where you require client certificates) to 2 (where you don&#8217;t require client certificates)</p>
<p>It is all working quite well, currently I am writing a ruby client to pass alerts trough my jabber setup.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryoku.org/2010/01/setting-up-jabberd2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
