<?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>ThePinguin.net &#187; ssl</title>
	<atom:link href="http://www.thepinguin.net/tag/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thepinguin.net</link>
	<description>pinguin, software, development, dev, projects, daily stuff, thepinguin, programming, c, java, the, c++, cpp, embedded, systems</description>
	<lastBuildDate>Fri, 23 Dec 2011 09:00:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iPhone MP4 over SSL HTTPS issue</title>
		<link>http://www.thepinguin.net/2009/11/iphone-mp4-over-ssl-https-issue/</link>
		<comments>http://www.thepinguin.net/2009/11/iphone-mp4-over-ssl-https-issue/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 09:28:32 +0000</pubDate>
		<dc:creator>ThePinguin</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[aac]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[m4b]]></category>
		<category><![CDATA[m4v]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[stream]]></category>
		<category><![CDATA[touch]]></category>

		<guid isPermaLink="false">http://www.thepinguin.net/?p=530</guid>
		<description><![CDATA[The iPhone and iPod touch are able to &#8217;stream&#8217;, open MP4, MP3, AAC, M4V, and M4B files over an http connection. So when visiting a website you are able to click on a url, and QuickTime will start playing your file. This works fine when using a HTTP connection, strange things begin to happen when [...]]]></description>
		<wfw:commentRss>http://www.thepinguin.net/2009/11/iphone-mp4-over-ssl-https-issue/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Netatalk served by Debian/ Ubuntu</title>
		<link>http://www.thepinguin.net/2009/07/netatalk-served-by-debian/</link>
		<comments>http://www.thepinguin.net/2009/07/netatalk-served-by-debian/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 23:22:09 +0000</pubDate>
		<dc:creator>ThePinguin</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[appletalk]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[failed]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[netatalk]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[transfer]]></category>
		<category><![CDATA[unable]]></category>

		<guid isPermaLink="false">http://www.thepinguin.net/?p=435</guid>
		<description><![CDATA[File sharing between computers at my home use smb/ samba connection. I also have an Apple Macbook, so why use a protocol by Microsoft? Apple&#8217;s Finder supports afp (appletalk) file share protocol by default, curious about it i&#8217;ve installed Netatalk on my Debian 4.0 lenny server. You cannot get filesharing working by using the default [...]]]></description>
		<wfw:commentRss>http://www.thepinguin.net/2009/07/netatalk-served-by-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating openssl certificate</title>
		<link>http://www.thepinguin.net/2008/04/updating-openssl-certificate/</link>
		<comments>http://www.thepinguin.net/2008/04/updating-openssl-certificate/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 10:10:18 +0000</pubDate>
		<dc:creator>ThePinguin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[cert]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://pinguin.exploded.nl/?p=30</guid>
		<description><![CDATA[ My ssl certificate expired in Debian. So to create a new one use this command: openssl req$@ -new -x509 -days 3650 -nodes -out /etc/apache2/apache.pem (location of .pem) -keyout /etc/apache2/ssl/apache.pem (location of .pem)
Note the extra lang time to live.  Check out this helpful page.
Edit:I&#8217;ve got this fix from a former colleague of mine.
]]></description>
		<wfw:commentRss>http://www.thepinguin.net/2008/04/updating-openssl-certificate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

