FP: How to Use Secure Sockets Layer to Secure Pages in Your WebLast reviewed: March 18, 1998Article ID: Q174424 |
The information in this article applies to:
SUMMARYWhen you create a new FrontPage Web, you can select the Secure Connection Required option. When you select this option, the entire Web will use the Secure Socket Layer (SSL) port to encrypt all data sent to or from FrontPage. This is called secure authoring. You can also specify whether you want to use the SSL port for links to specific pages within a normal, unsecured Web. This is called secure browsing. This article describes how to accomplish both secure authoring and secure browsing.
MORE INFORMATION
Secure AuthoringTo use SSL for secure authoring, follow these steps:
To guarantee authenticity, a certificate accompanies the public key. A certificate is a digital signature on a digest of the friendly (human readable) name of the participant, together with the participant's public key. The certificate is encrypted with the private key of the certifying authority. To check the authenticity of the public key of the participant, anyone may compute the digest of the friendly name and public key for that participant, then decrypt the certificate for that public key using the public key of the certifying authority, and check that the same digest results. For additional information about the use of security certificates with FrontPage, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q171675 TITLE : FP97: Socket Code 13101 Error Opening, Creating New Web Secure BrowsingIf you want to require that SSL be used to browse some of your pages you can mix ports on a single Web by using a fully qualified Uniform Resource Locator (URL), such as http://example.microsoft.com/default.htm. Web servers use a separate port for SSL connections. Instead of linking to default.htm, link to https://example.microsoft.com/default.htm go from the default port (usually 80) to the SSL port. To go from the SSL port to port 80, link to http://example.microsoft.com/default.htm. To create a SSL link from a page in your Web for secure browsing, follow these steps:
ARTICLE-ID: Q142868 TITLE : IIS: Authentication & Security Features |
Additional query words:
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |