<?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>Mac Lab: An Apple Macintosh OS X, Mac &#38; PC Blog &#187; SSL</title>
	<atom:link href="http://www.mac-lab.com/tag/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mac-lab.com</link>
	<description>Another Mac OS X Fanatic</description>
	<lastBuildDate>Thu, 15 Jul 2010 01:45:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Add SSL to Leopard</title>
		<link>http://www.mac-lab.com/2008/09/add-ssl-to-leopard/</link>
		<comments>http://www.mac-lab.com/2008/09/add-ssl-to-leopard/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 16:51:07 +0000</pubDate>
		<dc:creator>Barry Bourland</dc:creator>
				<category><![CDATA[Server / Web Apps]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.mac-lab.com/?p=105</guid>
		<description><![CDATA[To add SSL to your OS X testing server, you need to configure mod_ssl. Open Terminal and type the following commands: * sudo -s * cd /etc/httpd * mkdir ssl * chmod 700 ssl * cd ssl * gzip -c &#8211;best /var/log/system.log &#62; random.dat * openssl rand -rand file:random.dat 0 You now need an SSL [...]]]></description>
		<wfw:commentRss>http://www.mac-lab.com/2008/09/add-ssl-to-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Force redirect to SSL secure page</title>
		<link>http://www.mac-lab.com/2008/09/force-redirect-to-ssl-secure-page/</link>
		<comments>http://www.mac-lab.com/2008/09/force-redirect-to-ssl-secure-page/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 16:08:45 +0000</pubDate>
		<dc:creator>Barry Bourland</dc:creator>
				<category><![CDATA[Server / Web Apps]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.mac-lab.com/?p=103</guid>
		<description><![CDATA[Here&#8217;s a php code snippet to force the page to https instead of http. You can use a self-signed SSL certificate on your OS X testing server. &#60;?php // force redirect to SSL secure page if($_SERVER['SERVER_PORT'] != '443') { header('Location: https://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']); exit(); } ?&#62; &#169;2010 Mac Lab: An Apple Macintosh OS X, Mac &#38; PC [...]]]></description>
		<wfw:commentRss>http://www.mac-lab.com/2008/09/force-redirect-to-ssl-secure-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
