Article ID: 825493 - Last Review: June 21, 2007 - Revision: 2.1 How to use SSL to encrypt a Web in Expression Web, in SharePoint Designer 2007, and in FrontPage 2003On This PageSUMMARYYou use Microsoft Expression Web, Microsoft Office SharePoint Designer 2007, or Microsoft Office FrontPage 2003 to create a new Web. If you use the Encrypted connection required (SSL) option, all your Web uses the Secure Sockets Layer (SSL) port to encrypt all the data sent to or from these programs. With this option, you can also specify whether you want to use the SSL port for links to specific pages in a nonsecured Web. This article describes how to complete both encrypted authoring and encrypted browsing. Use SSL for encrypted authoringTo use SSL for encrypted authoring, follow these steps:Expression Web and SharePoint Designer 2007
FrontPage 2003
198092
(http://support.microsoft.com/kb/198092/
)
How to create a new Web in Microsoft FrontPage 2000
SSL helps improve encrypted and authenticated communication between the client and the server based on public-key cryptography. To send an encrypted message, the sender encrypts the message with the recipient's public key, and the recipient decrypts the message with the recipient's private key. Because only the recipient has the private key that can decrypt the message, it is difficult for someone other than the recipient to decrypt the message. 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 certification authority. To verify the authenticity of the public key of the participant, anyone can compute the digest of the friendly name and the public key for that participant. They can use the certification authority's public key to decrypt the certificate and verify that the same digest results. Note Expression Web, SharePoint Designer 2007, and FrontPage 2003 can use Wininet.dll program interface if Internet Explorer 5 or later is installed and can use 128-bit encryption. If Internet Explorer 5 is installed with 40-bit encryption, FrontPage 2002 only uses 40-bit encryption. If Internet Explorer 5 or later is installed with 128-bit encryption, Expression Web, SharePoint Designer 2007, and FrontPage 2003 can use 128-bit encryption. Use SSL for encrypted browsingIf you do not want to encrypt your whole Web site with SSL, but you must have SSL encryption to search some of your pages, you can use a fully qualified URL to mix ports on a single Web. Web servers use a separate port for SSL connections. This port is identified by the protocol that the URL uses:
default.htm Use the fully qualified URL:https://example.microsoft.com/default.htm The fully qualified URL forces the browser to use the SSL port (typically port 443) instead of the default port (typically port 80). To link from the SSL port to the default port, use a fully qualified URL with the unencrypted protocol. For example:http://example.microsoft.com/default.htm To create an SSL link for encrypted browsing from a page in your Web to another page, follow these steps:
Remote Web site settingsTo use SSL connections on your Web server, you must configure the server with a certificate from a recognized certification authority. If the server does not support SSL, click to clear the Encrypted connection required (SSL) check box when you set the remote Web site properties. If you do not do this, you cannot publish folders and files to the remote Web site. If you do not know whether your Web site supports SSL, contact your Web server administrator or Internet service provider.REFERENCES
For more information about SSL and earlier versions of FrontPage, click the following article numbers to view the articles in the Microsoft Knowledge Base:
292633
(http://support.microsoft.com/kb/292633/
)
How to use Secure Sockets Layer to help protect pages in your Web in FrontPage 2002
205698
(http://support.microsoft.com/kb/205698/
)
How to use Secure Sockets Layer to help protect pages in your Web in FrontPage 2000
194072
(http://support.microsoft.com/kb/194072/
)
How to use Secure Sockets Layer to help protect pages in your Web in FrontPage 98
174424
(http://support.microsoft.com/kb/174424/
)
How to use Secure Sockets Layer to help protect pages in your Web in FrontPage 97
| Article Translations
|

Back to the top
