I am trying to Setup OWA to use SSL, I am using the following from 2003
Exchange Server deployment guide chapter 8. I have installed certificate
server and created and install my own certificate. After doing below steps,
I receive message from browser that

Cannot find server - The page cannot be dislpayed - check network settigs

I think I am missing something but I am not sure.

To set up SSL on a server

1. In IIS Manager, expand the local computer, and then expand the Web
Sites folder. Right-click the Web site or file that you want to protect with
SSL, and then click Properties.

2. Under Web site identification, click Advanced.

3. In the Advanced Web site identification box, under Multiple
identities for this Web site, verify that the Web site IP address is
assigned to port 443 (the default port for secure communications), and then
click OK. Optionally, to configure more SSL ports for this Web site, click
Add under Multiple identities of this Web site, and then click OK.

4. On the Directory Security tab, under Secure communications, click
Edit.

5. In the Secure Communications box, select the Require secure
channel (SSL) check box.

If you require 128-bit key encryption, your users must use Web browsers that
support 128-bit encryption. For information about upgrading to 128-bit
encryption capability, see the Microsoft Product Support Services Web site
(http://go.microsoft.com/fwlink/?linkid=14898).

I have allso tried this

Enabling SSL for the Default Web Site
After you obtain an SSL certificate to use either with your Exchange
front-end server on the default Web site or on the site where you host the
\RPC, \OMA, \Microsoft-Server-ActiveSync, \Exchange, \Exchweb, and \Public
virtual directories, you can enable the default Web site to require SSL.

Note
The \Exchange, \Exchweb, \Public, \OMA, and \Microsoft-Server-ActiveSync
virtual directories are installed by default on any Exchange 2003
installation. The \RPC virtual directory for RPC over HTTP communication is
installed manually when you configure Exchange to support RPC over HTTP. For
information about how to set up Exchange to use RPC over HTTP, see
"Configuring RPC over HTTP for Outlook 2003" later in this chapter.



To require SSL

1. In Internet Information Services (IIS), select the Default Web
site or the Web site where you are hosting your Exchange services, and then
click Properties.

2. On the Directory Security tab, in Secure Communications, click
Edit.

3. In Secure Communications, click the Require Secure Channel (SSL)
check box.

After you complete this procedure, all virtual directories on the Exchange
front-end server on the default Web site are configured to use SSL.


Thanks for any help