<?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>Calazan.com &#187; Networking</title>
	<atom:link href="http://www.calazan.com/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.calazan.com</link>
	<description>Share the Knowledge</description>
	<lastBuildDate>Sun, 05 Feb 2012 02:57:52 +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>How to automatically redirect the WordPress login and admin pages from HTTP to HTTPS</title>
		<link>http://www.calazan.com/how-to-automatically-redirect-the-wordpress-login-and-admin-pages-from-http-to-https/</link>
		<comments>http://www.calazan.com/how-to-automatically-redirect-the-wordpress-login-and-admin-pages-from-http-to-https/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 03:37:22 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.calazan.com/?p=1513</guid>
		<description><![CDATA[I always get worried every time I have to login to a website over a non-SSL enabled connection.  When my blog didn&#8217;t support SSL (before I migrated from a shared host to my own VPS) and I had to work on it at a coffee shop, I would sometimes change my password when I get [...]]]></description>
		<wfw:commentRss>http://www.calazan.com/how-to-automatically-redirect-the-wordpress-login-and-admin-pages-from-http-to-https/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use client certificate authentication with Suds</title>
		<link>http://www.calazan.com/how-to-use-client-certificate-authentication-with-suds/</link>
		<comments>http://www.calazan.com/how-to-use-client-certificate-authentication-with-suds/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 04:18:35 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[soap]]></category>

		<guid isPermaLink="false">http://www.calazan.com/?p=1239</guid>
		<description><![CDATA[This is related to my last post.  I was finally able to communicate to an SSL-enabled SOAP service with my computer behind a proxy but then ran into another problem: certificate-based authentication. Suds actually doesn&#8217;t support certificate authentication directly, but fortunately someone created a custom transport for it: http://stackoverflow.com/questions/6277027/suds-over-https-with-cert I tried his code but then ran [...]]]></description>
		<wfw:commentRss>http://www.calazan.com/how-to-use-client-certificate-authentication-with-suds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to connect to a SOAP-based web service with Suds over a proxy that requires authentication</title>
		<link>http://www.calazan.com/how-to-connect-to-a-soap-based-web-service-with-suds-over-a-proxy-that-requires-authentication/</link>
		<comments>http://www.calazan.com/how-to-connect-to-a-soap-based-web-service-with-suds-over-a-proxy-that-requires-authentication/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 02:45:20 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[soap]]></category>

		<guid isPermaLink="false">http://www.calazan.com/?p=1224</guid>
		<description><![CDATA[I&#8217;m writing a small Python program to connect to a SOAP-based web service using Suds and just ran into an issue with authenticating to our proxy server.  I&#8217;m able to connect fine if the web service runs on http, but the web service we need to connect to uses https and the urllib2 module threw [...]]]></description>
		<wfw:commentRss>http://www.calazan.com/how-to-connect-to-a-soap-based-web-service-with-suds-over-a-proxy-that-requires-authentication/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to enable Telnet on Windows 7</title>
		<link>http://www.calazan.com/how-to-enable-telnet-on-windows-7/</link>
		<comments>http://www.calazan.com/how-to-enable-telnet-on-windows-7/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 00:49:10 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.calazan.com/?p=1209</guid>
		<description><![CDATA[We have a computer at work that runs on Windows 7 and I needed to check whether it can connect to our internal SMTP server so I can use it to send emails. The quickest way to do this is to telnet to the SMTP server on port 25 but it turned out telnet is [...]]]></description>
		<wfw:commentRss>http://www.calazan.com/how-to-enable-telnet-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to sync the date and time to a time server in Ubuntu Linux (command line)</title>
		<link>http://www.calazan.com/how-to-sync-the-date-and-time-to-a-time-server-in-ubuntu-linux-command-line/</link>
		<comments>http://www.calazan.com/how-to-sync-the-date-and-time-to-a-time-server-in-ubuntu-linux-command-line/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 04:10:32 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.calazan.com/?p=1198</guid>
		<description><![CDATA[I just logged in to my Rackspace hosted virtual server running Ubuntu Linux 10.04 and noticed that the time drifted almost a couple of minutes. Type in the command below to sync your server&#8217;s date and time to a time server (where ntp.ubuntu.com is the time server): To automatically correct the time drifting issue in [...]]]></description>
		<wfw:commentRss>http://www.calazan.com/how-to-sync-the-date-and-time-to-a-time-server-in-ubuntu-linux-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

