FP2000: How to Use Secure Sockets Layer to Secure Pages in Your Web
ID: Q205698
|
The information in this article applies to:
SUMMARY
When 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 secured 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 secured browsing. This article describes how
to accomplish both secure authoring and secure browsing.
MORE INFORMATION
Secure Authoring
To use SSL for secure authoring, follow these steps:
- On the File menu, point to New, and then click Web.
- In the New dialog box, select the "Secure connection required" check box.
- Click OK.
SSL provides a highly secure (encrypted and authenticated) communication
between the client and the server, based on public-key cryptography. To
send a secure message, the sender encrypts the message with the recipient's
public key, and the recipient decrypts the message with the recipient's
private key. Since only the recipient has the private key that can decrypt
the message, the message is secure.
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 can compute the digest of the friendly name and public key for that
participant and can decrypt the certificate for that public key using the
public key of the certifying authority, and check that the same digest
results.
NOTE: FrontPage 2000 can use WININET if Internet Explorer 5 is installed, it is capable of using 128-bit encryption in that case. If Internet Explorer 5 is installed with 40-bit encryption, then FrontPage 2000 only uses 40-bit encryption. If IE5 is installed with 128-bit encryption, then FrontPage 2000 can use 128-bit encryption.
Secure Browsing
If 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)for example: 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 (usually 443). To go
from the SSL port to port 80, link to
http://example.microsoft.com/default.htm
To create an SSL link from a page in your Web for secure browsing, follow
these steps:
- In FrontPage, select the text you want to use for your hyperlink.
- On the Insert menu, click Hyperlink.
- In the URL box change http:// to https:// and type the complete URL of your page. For example, type the following:
https://example.microsoft.com/default.htm
- Click OK.
For additional information about security features and Microsoft Internet
Information Server (IIS), please see the following article in the
Microsoft Knowledge Base:
ARTICLE-ID: Q142868
TITLE : IIS: Authentication & Security Features
Additional query words:
front page
Keywords : kbdta fpext
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbinfo
Last Reviewed: July 28, 1999