Article ID: 324069 - Last Review: November 21, 2006 - Revision: 3.3 How To Set Up an HTTPS Service in IIS
This article was previously published under Q324069 On This PageSUMMARY
HTTPS is a secure communications channel that is used to exchange information between a client computer and a server. It uses Secure Sockets Layer (SSL). This article describes how to configure the SSL/HTTPS service in Internet Information Services (IIS) and compares this process to the similar process in Apache. Configuring Your Web Server for SSLTo enable SSL in IIS, you must first obtain a certificate that is used to encrypt and decrypt the information that is transferred over the network. IIS includes its own certificate request tool that you can use to send a certificate request to a certification authority. This tool simplifies the process of obtaining a certificate. If you use Apache, you must obtain the certificate manually.In both IIS and Apache, you receive a certificate file from the certification authority, which you must configure on the computer. Apache reads the certificate from its source file by using the SSLCACertificateFile directive. However, in IIS, you can configure and manage certificates by using the Directory Security tab of the Web site or folder properties. You can migrate certificates from Apache to IIS; however, Microsoft recommends that you re-create or obtain a new certificate for IIS. Configure Folder or Web Site to Use SSL/HTTPSThis procedure assumes that your site has already has a certificate assigned to it.
REFERENCESFor additional information about how to set other preferences for log files in IIS, click the article number below
to view the article in the Microsoft Knowledge Base:
310178
(http://support.microsoft.com/kb/310178/EN-US/
)
How To Install Imported Certificates on a Web Server in Windows 2000
For additional information about securing IIS for a migration from UNIX to Windows, click the article number below to view the article in the Microsoft Knowledge Base: 324216
(http://support.microsoft.com/kb/324216/EN-US/
)
How To Secure IIS in a UNIX-to-Windows Migration
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top