<?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>TechnoBlogy &#187; IIS</title>
	<atom:link href="http://technoblogy.net/category/mtools/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://technoblogy.net</link>
	<description>Technology with a Big difference</description>
	<lastBuildDate>Mon, 05 Dec 2011 17:29:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Configuring SSL for a website on IIS</title>
		<link>http://technoblogy.net/configuring-ssl-for-a-website-on-iis/</link>
		<comments>http://technoblogy.net/configuring-ssl-for-a-website-on-iis/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 07:37:07 +0000</pubDate>
		<dc:creator>Nauman</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[certificates]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://technoblogy.net/configuring-ssl-for-a-website-on-iis/</guid>
		<description><![CDATA[To remove the issue of sending/receiving data on http, SSL (Secure Sockets Layer) is used to encrypt data for transmission. In order to implement SSL successfully on your IIS, you need to get a Server Certificate. Server Certificates can be obtained from a trusted 3rd party CA such as VeriSign or Thawte. Steps for Configuring [...]]]></description>
			<content:encoded><![CDATA[<p>To remove the issue of sending/receiving data on http, SSL (Secure Sockets Layer) is used to encrypt data for transmission.</p>
<p>In order to implement SSL successfully on your IIS, you need to get a Server Certificate. Server Certificates can be obtained from a trusted 3rd party CA such as VeriSign or Thawte.</p>
<h5>Steps for Configuring SSL</h5>
<p>To configure SSL on your IIS web server please follow the following steps:</p>
<ul>
<li>Open IIS Manager. </li>
<li>In IIS Manager, expand your SERVERNAME, and then websites node. </li>
<li>Right click on &quot;Default Website&quot; </li>
</ul>
<p><a href="http://technoblogy.net/wp-content/uploads/2009/11/IISMan1.jpg"><img title="IISMan" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="256" alt="IISMan" src="http://technoblogy.net/wp-content/uploads/2009/11/IISMan_thumb1.jpg" width="333" align="left" border="0" /></a>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>On properties dialog box select the &quot;Directory Security&quot; tab.</p>
<p><a href="http://technoblogy.net/wp-content/uploads/2009/11/DSecurity.png"><img title="DSecurity" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="276" alt="DSecurity" src="http://technoblogy.net/wp-content/uploads/2009/11/DSecurity_thumb.png" width="280" align="left" border="0" /></a> </p>
<p>&#160;</p>
<p>&#160;</p>
</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<li>In Directory Security tab, click Server Certificate. </li>
<li>Click Next on Welcome screen. </li>
<li>On Server Certificate, select &quot;Create new Server certificate&quot; and then click next.
<p>&#160;</p>
<p><a href="http://technoblogy.net/wp-content/uploads/2009/11/certificate.jpg"><img title="certificate" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="235" alt="certificate" src="http://technoblogy.net/wp-content/uploads/2009/11/certificate_thumb.jpg" width="301" align="left" border="0" /></a> </p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>You can also import existing certificates that are previously installed on your web server.</p>
<p>On the Delayed or Immediate Request page, click Send the request immediately to an online certification authority, and then click Next.<a href="http://technoblogy.net/wp-content/uploads/2009/11/newCert.jpg"><img title="newCert" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="217" alt="newCert" src="http://technoblogy.net/wp-content/uploads/2009/11/newCert_thumb.jpg" width="280" align="left" border="0" /></a> </p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>On the Name and Security Settings page, in the Name box, type <em>yourservername.domainname.com</em></p>
<p><a href="http://technoblogy.net/wp-content/uploads/2009/11/certWizard.jpg"><img title="certWizard" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="221" alt="certWizard" src="http://technoblogy.net/wp-content/uploads/2009/11/certWizard_thumb.jpg" width="284" border="0" /></a> </p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>On the SSL Port page, in the SSL port this web site should use box, verify that 443 is specified, and then click Next.</p>
<p>On the Choose a Certification Authority page, in the Certification Authorities box, verify that your online CA is selected, and then click Next.</p>
<p>On the Certificate Request Submission page, click Next to submit the request, and then click Finish to complete the wizard.</p>
<p>This is how you setup your IIS Server to implement SSL to secure communication of your websites.</p>
</p>
</li>
]]></content:encoded>
			<wfw:commentRss>http://technoblogy.net/configuring-ssl-for-a-website-on-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security Certificate problem</title>
		<link>http://technoblogy.net/security-certificate-problem/</link>
		<comments>http://technoblogy.net/security-certificate-problem/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 14:34:16 +0000</pubDate>
		<dc:creator>Nauman</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[windws]]></category>

		<guid isPermaLink="false">http://technoblogy.net/security-certificate-problem/</guid>
		<description><![CDATA[If you are using a computer without the connector (console) software on it (e.g. at work trying to access your home server) and you try to connect to the web interface of WHS then the following error appears: If you are using a computer without the connector (console) software on it (e.g. at work trying [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using a computer without the connector (console) software on it (e.g. at work trying to access your home server) and you try to connect to the web interface of WHS then the following error appears:</p>
<p>If you are using a computer without the connector (console) software on it (e.g. at work trying to access your home server) and you try to connect to the web interface of WHS then the following error appears:</p>
<p><a href="http://technoblogy.net/wp-content/uploads/2009/11/zrclip_001p578a65e4.png"><img title="zrclip_001p578a65e4" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="205" alt="zrclip_001p578a65e4" src="http://technoblogy.net/wp-content/uploads/2009/11/zrclip_001p578a65e4_thumb.png" width="379" align="left" border="0" /></a> </p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>Home PCs with the connector/console software installed have the server&#8217;s certificate automatically installed during connector setup. Computers without the software installed don&#8217;t have this certificate and so the error message.</p>
<p>To stop this error appearing; when accessing the web interface we need to export the certificate from a PC with the connector/console software on it and then import it into the PC without the software on it.</p>
<h5>EXPORT</h5>
<ol>
<li>So on the PC with the connector/console software on it open your web browser and type in your https://xxxx.livenode.com address </li>
<li>To the right of the address bar click on the Padlock icon and then <strong>View certificates</strong> </li>
<li>Click the <strong>Certification Path</strong> tab </li>
<li>Double click the long GUID number (root certificate) </li>
<li>Click the <strong>Details</strong> tab </li>
<li>Click the <strong>Copy to File…</strong> button </li>
<li>Export the certificate somewhere safe using default option </li>
</ol>
<h5>IMPORT</h5>
<ol>
<li>Move the certificate to the machine without the connector/console software </li>
<li>Double click the the .cer file and select Install <strong>Certificate…</strong> on the <strong>General</strong> tab </li>
<li>Click <strong>Next</strong> on the wizard that opens and place a dot in <strong>Place all certificates in the following store</strong> </li>
<li>Click <strong>Browse</strong> and select <strong>Trusted Root Certification Authorities</strong> and click <strong>OK</strong> </li>
<li>Click<strong>Next</strong> and then<strong>Finish</strong> </li>
</ol>
<p>That&#8217;s it. You can now access your web interface on your PC without the connector/console software via your livenode.com dynamic address, your server name e.g. SERVER or localhost without getting the dreaded error html page.</p>
<p>Home PCs with the connector/console software installed have the server&#8217;s certificate automatically installed during connector setup. Computers without the software installed don&#8217;t have this certificate and so the error message.</p>
<p>To stop this error appearing; when accessing the web interface we need to export the certificate from a PC with the connector/console software on it and then import it into the PC without the software on it.</p>
<h5>EXPORT</h5>
<ol>
<li>So on the PC with the connector/console software on it open your web browser and type in your https://xxxx.livenode.com address </li>
<li>To the right of the address bar click on the Padlock icon and then <strong>View certificates</strong> </li>
<li>Click the <strong>Certification Path</strong> tab </li>
<li>Double click the long GUID number (root certificate) </li>
<li>Click the <strong>Details</strong> tab </li>
<li>Click the <strong>Copy to File…</strong> button </li>
<li>Export the certificate somewhere safe using default option </li>
</ol>
<h5>IMPORT</h5>
<ol>
<li>Move the certificate to the machine without the connector/console software </li>
<li>Double click the the .cer file and select Install <strong>Certificate…</strong> on the <strong>General</strong> tab </li>
<li>Click <strong>Next</strong> on the wizard that opens and place a dot in <strong>Place all certificates in the following store</strong> </li>
<li>Click <strong>Browse</strong> and select <strong>Trusted Root Certification Authorities</strong> and click <strong>OK</strong> </li>
<li>Click<strong>Next</strong> and then<strong>Finish</strong> </li>
</ol>
<p>That&#8217;s it. You can now access your web interface on your PC without the connector/console software via your livenode.com dynamic address, your server name e.g. SERVER or localhost without getting the dreaded error html page.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblogy.net/security-certificate-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

