|
thomforeman -> RE: Certificate Warning from Outlook 2007 (5.Jul.2007 5:45:25 PM)
|
I had tried all of the steps found on the links in the this thread, but finally figured it out with this Technet article: http://technet.microsoft.com/en-us/library/bb310764.aspx Configuring Exchange to Use an SSL Certificate with Redirection To configure your Outlook Anywhere deployment to use an SSL certificate with redirection, you must do the following: - Configure a valid SSL certificate You must obtain a valid SSL certificate from a certification authority (CA) that is trusted by the client computer's operating system. For more information about how to use SSL for Exchange 2007 client access, see Managing SSL for a Client Access Server. After you acquire a valid SSL certificate, apply the certificate to the default Web site of your Client Access server.
- Configure the URLs for Exchange services You must configure the external and internal URLs for your available Exchange services to point to the default Web site, for example, mail.contoso.com. For more information about how to set the URLs for the Exchange services, see How to Configure Exchange Services for the Autodiscover Service.
- Configure the service connection point object You must configure the service connection point (SCP) object to use a site dedicated to handling e-mail, for example, mail.contoso.com. You do this by running the following command:
[image]http://technet.microsoft.com/technet/Controls/CodeSnippet/en-us/copy_off.gif[/image] Copy Code Set-ClientAccessServer -id <CAS01> -AutoDiscoverServiceInternalUri https://mail.contoso.com/autodiscover/autodiscover.xml - Configure the IP address for the default Web site You must set the default Web site to listen on only one IP address. After you have done this, bind an additional IP address to the network adapter, also known as a NIC, for the Client Access server.
- Create a new Web site in IIS Use Internet Information Services (IIS) to create a new Web site. Create a new folder named Autodiscover_redirect in the file system under C:\Inetpub.
[image]http://technet.microsoft.com/en-us/library/Bb310764.note(en-us,TechNet.10).gif[/image]Note: You must allow Read and Anonymous access to the Web site that you create. - Create the Autodiscover redirect Use Windows Explorer to locate the folder that you created named Autodiscover_redirect. Create a new folder named Autodiscover in the Autodiscover redirect folder, and then use a text editor to create a new blank text file that has the name Autodiscover.xml in the Autodiscover folder.
- Configure the new Web site You must configure the new Web site that you created to redirect to the site that is dedicated to handling e-mail, for example, mail.contoso.com. In IIS Manager, right-click the Autodiscover.xml file that you created, and then click Properties. On the Properties page, select A redirection to a URL, and then enter the same information that you used to configure the SCP object. For example, https://mail.contoso.com/autodiscover/autodiscover.xml.
- Test your results After you have completed all these steps, you must make sure that the site that you are using to handle e-mail, for example, mail.contoso.com, can be resolved internally and externally by using your Outlook 2007 client.
Hope this helps some people.
|
|
|
|