<?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>UH.LEE.KA &#187; IIS5</title>
	<atom:link href="http://www.uhleeka.com/blog/tag/iis5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uhleeka.com/blog</link>
	<description>If you think nobody cares about you, try missing a few car payments.</description>
	<lastBuildDate>Wed, 25 Aug 2010 01:35:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows XP Change HTTPS Port Binding</title>
		<link>http://www.uhleeka.com/blog/2009/10/windows-xp-change-https-port-binding/</link>
		<comments>http://www.uhleeka.com/blog/2009/10/windows-xp-change-https-port-binding/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 21:06:47 +0000</pubDate>
		<dc:creator>uhleeka</dc:creator>
				<category><![CDATA[Installs and Configs]]></category>
		<category><![CDATA[IIS5]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.uhleeka.com/blog/?p=359</guid>
		<description><![CDATA[On Windows XP, to change the HTTPS secure port binding (e.g. to port 444 instead of 443), run the following adsutil script at the command prompt: C:\Inetpub\AdminScripts>cscript adsutil.vbs set w3svc/1/securebindings ":444:" Return: Microsoft (R) Windows Script Host Version 5.7 Copyright (C) Microsoft Corporation. All rights reserved. securebindings : (LIST) ":444:" You can verify the new [...]]]></description>
			<content:encoded><![CDATA[<p>On Windows XP, to change the HTTPS secure port binding (e.g. to port 444 instead of 443), run the following adsutil script at the command prompt:</p>

<div class="uhleeka_codebox"><div class="uhleeka_codebox_in"><pre>C:\Inetpub\AdminScripts>cscript adsutil.vbs set w3svc/1/securebindings ":444:"</pre></div></div>

<p>Return:</p>

<div class="uhleeka_codebox"><div class="uhleeka_codebox_in"><pre>Microsoft (R) Windows Script Host Version 5.7
Copyright (C) Microsoft Corporation. All rights reserved.

securebindings                  : (LIST) ":444:"</pre></div></div>

<p><span id="more-359"></span>You can verify the new setting by opening IIS Manager and clicking the &#8220;Advanced&#8230;&#8221; IP Address button on the properties page of the default website.</p>
<p>You can also verify using the following netstat command to view all TCP ports:</p>

<div class="uhleeka_codebox"><div class="uhleeka_codebox_in"><pre>C:\Inetpub\AdminScripts>netstat -an -p tcp</pre></div></div>

<p>Return:</p>

<div class="uhleeka_codebox"><div class="uhleeka_codebox_in"><pre>Active Connections

  Proto  Local Address          Foreign Address        State
  TCP    0.0.0.0:25             0.0.0.0:0              LISTENING
  TCP    0.0.0.0:80             0.0.0.0:0              LISTENING
  TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:444            0.0.0.0:0              LISTENING
  ...</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.uhleeka.com/blog/2009/10/windows-xp-change-https-port-binding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

