<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Against All Odds - SSL</title>
			<link>http://www.ppshein.net/index.cfm</link>
			<description>A blog for ColdFusion, Android, jQuery, jQueryMobile, Oracle, HL7 and other Web-based programming languages, Web Server like IIS7 and RDMS like Oracle, Microsoft SQL and MySQL.</description>
			<language>en-us</language>
			<pubDate>Tue, 18 Jun 2013 01:51:58 -0700</pubDate>
			<lastBuildDate>Wed, 03 Feb 2010 06:32:00 -0700</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>pyaephyoeshein@gmail.com</managingEditor>
			<webMaster>pyaephyoeshein@gmail.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>pyaephyoeshein@gmail.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>How to implement SSL in IIS</title>
				<link>http://www.ppshein.net/index.cfm/2010/2/3/how-to-implement-ssl-in-iis</link>
				<description>
				
				In these days, using SSL layer at website is the most popular. Because, it&apos;s save, reliable and cannot be attacked by virus easily. Ok, I&apos;ll describe how to configure SSL in IIS 6.
&lt;b&gt;Create certificate&lt;/b&gt;
First of all, open your Internet Service Manager (ISM) or Internet Information Services (IIS) Manager.

Double click on your sever, and expand all websites configured in your Server.

Open one website and click &lt;strong&gt;properties&lt;/strong&gt; on it. And click on &lt;strong&gt;Directory Security&lt;/strong&gt; tab, then click on &lt;strong&gt;Server Certificate&lt;/strong&gt;.

At that time, Web Server Certificate Wizard box will appear, and then click Next. Then, choose Create a new certificate. Then, click next. And, give your certificate name in textbox, and then click next again.

And, type your organization name and unit. Then, type &lt;strong&gt;the common name&lt;/strong&gt; for your site. And, choose Country, State and City.

And, choose the directory where you want to save your certificate file. Then, click next, and click on finish button.
&lt;b&gt;Install the certificate and set up an SSL Web site&lt;/b&gt;
Open the IIS, and expand websites configured at your server. Click on the website, you want to install certificate.

Click the &lt;strong&gt;Directory Security&lt;/strong&gt; tab. Under &lt;strong&gt;Secure Communications&lt;/strong&gt;, click &lt;strong&gt;Server Certificate&lt;/strong&gt;. This starts the Certificate Installation Wizard. Click &lt;strong&gt;Next&lt;/strong&gt; to continue.

Select &lt;strong&gt;Process the pending request and install the certificate&lt;/strong&gt; and click &lt;strong&gt;Next&lt;/strong&gt;.

Type the location of the certificate that you downloaded in the &quot;&lt;strong&gt;Issue and download a certificate&lt;/strong&gt;&quot; section, then click &lt;strong&gt;Next&lt;/strong&gt;. The Wizard displays the Certificate Summary. Verify that the information is correct, then click &lt;strong&gt;Next&lt;/strong&gt; to continue.

Click &lt;strong&gt;Finish&lt;/strong&gt; to complete the process.

&lt;b&gt;Configure and test&lt;/b&gt;
On the Website, type &lt;strong&gt;443&lt;/strong&gt; on SSL Port.

On the &lt;strong&gt;Directory Security&lt;/strong&gt; tab, under &lt;strong&gt;Secure Communications&lt;/strong&gt;, note that there are now three available options. To set the Web site to require secure connections, click &lt;strong&gt;Edit&lt;/strong&gt;. The &lt;strong&gt;Secure Communications&lt;/strong&gt; dialog box appears.

Select &lt;strong&gt;Require Secure Channel (SSL)&lt;/strong&gt; and click &lt;strong&gt;OK&lt;/strong&gt;.

Click &lt;strong&gt;Apply&lt;/strong&gt; and then &lt;strong&gt;OK&lt;/strong&gt; to close the property sheet.
&lt;b&gt;Surf your site&lt;/b&gt;
Access the site through HTTP by typing &lt;u&gt;http://localhost/yoursite/&lt;/u&gt; in the browser. You receive an error message that resembles the following:

&lt;strong&gt;HTTP 403.4 - Forbidden: SSL required.&lt;/strong&gt;

Try to browse to the same Web page using a secured connection (HTTPS) by typing &lt;u&gt;https://localhost/yoursite&lt;/u&gt; in the browser. You may receive a security alert that states that the certificate is not from a trusted root CA. Click &lt;strong&gt;Yes&lt;/strong&gt; to continue to the Web page. If the page appears, you have successfully installed your certificate.

Try it.

Big Credit : &lt;a title=&quot;http://support.microsoft.com/kb/299875&quot; href=&quot;http://support.microsoft.com/kb/299875&quot; target=&quot;_blank&quot;&gt;http://support.microsoft.com/kb/299875&lt;/a&gt;
				
				</description>
				
				
				<category>IIS7</category>
				
				<category>SSL</category>
				
				<pubDate>Wed, 03 Feb 2010 06:32:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2010/2/3/how-to-implement-ssl-in-iis</guid>
				
				
			</item>
			
		 	
			</channel></rss>