<?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>Chaos Engine &#187; HTTPS</title>
	<atom:link href="http://dev.modmancer.com/index.php/tag/https/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.modmancer.com</link>
	<description>Sometimes I drink to forget.. but then I forget to drink..</description>
	<lastBuildDate>Mon, 06 Feb 2012 16:11:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Lighttpd and (network.c.529) SSL error</title>
		<link>http://dev.modmancer.com/index.php/2010/05/23/lighttpd-and-network-c-529-ssl-error/</link>
		<comments>http://dev.modmancer.com/index.php/2010/05/23/lighttpd-and-network-c-529-ssl-error/#comments</comments>
		<pubDate>Sun, 23 May 2010 12:05:11 +0000</pubDate>
		<dc:creator>riddler</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://dev.modmancer.com/?p=42</guid>
		<description><![CDATA[I just realized that the latest Lighttpd you may find in FreeBSD ports (and in all Linux distros actually) is a bit buggy. Apparently there is an error in network.c which will crash your HTTPS. Once you upgrade and restart Lighty you&#8217;ll get something like this: 2010-03-05 10:23:01: (network.c.529) SSL: error:00000000:lib(0):func(0):reason(0) And that&#8217;s it. Lighty [...]]]></description>
			<content:encoded><![CDATA[<p>I just realized that the latest <a title="Lighttpd" href="http://www.lighttpd.net" target="_blank">Lighttpd</a> you may find in FreeBSD ports (and in all  Linux distros actually) is a bit buggy. Apparently there is an error in  network.c which will crash your HTTPS.<br />
<span id="more-42"></span><br />
Once you upgrade and restart  Lighty you&#8217;ll get something like this:</p>
<pre>2010-03-05 10:23:01: (network.c.529) SSL: error:00000000:lib(0):func(0):reason(0)</pre>
<p>And that&#8217;s it. Lighty will die. Well, here is a quick fix till new  port is released:</p>
<pre>cd /usr/ports/www/lighttpd
make install clean then Ctrl + C when it starts configuring
cd work/lighttpd-1..26/src/
rm network.c
fetch http://redmine.lighttpd.net/projects/lighttpd/repository/revisions/2716/
raw/branches/lighttpd-1.4.x/src/network.c
cd ../../ &amp;&amp; make install clean
</pre>
<p>And that&#8217;s it. It will fix the issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.modmancer.com/index.php/2010/05/23/lighttpd-and-network-c-529-ssl-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

