 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The ranting of an IT Professional &#187; 2007</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/it-rant/tag/2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/it-rant</link>
	<description></description>
	<lastBuildDate>Mon, 19 Sep 2011 18:30:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Warning message when you start Outlook 2007 and then connect to a mailbox that is hosted on an Exchange 2007: Security certificate is invalid.</title>
		<link>http://itknowledgeexchange.techtarget.com/it-rant/warning-message-when-you-start-outlook-2007-and-then-connect-to-a-mailbox-that-is-hosted-on-an-exchange-2007-security-certificate-is-invalid/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-rant/warning-message-when-you-start-outlook-2007-and-then-connect-to-a-mailbox-that-is-hosted-on-an-exchange-2007-security-certificate-is-invalid/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 13:42:24 +0000</pubDate>
		<dc:creator>Jason Tramer</dc:creator>
				<category><![CDATA[2007]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[internal]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[outlook 2007]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-rant/?p=241</guid>
		<description><![CDATA[I encountered this issue when setting up an Exchange 2007 environment. After I installed the SSL cert for OWA all of the users using Outlook 2007 reported that they got a certificate warning when opening Outlook internally. A co-worker of mine found this support article which fixed the issue and saved my bacon. SYMPTOMS When [...]]]></description>
				<content:encoded><![CDATA[<p>I encountered this issue when setting up an Exchange 2007 environment. After I installed the SSL cert for OWA all of the users using Outlook 2007 reported that they got a certificate warning when opening Outlook internally.</p>
<p>A co-worker of mine found this support article which fixed the issue and saved my bacon.</p>
<p><strong>SYMPTOMS</strong><br />
When you start Microsoft Office Outlook 2007 and then connect to a mailbox that is hosted on a mailbox server that is running Microsoft Exchange Server 2007, you receive the following security warning message:</p>
<p><span style="color: #ff0000"><strong>The name of the security certificate is invalid or does not match the name of the site.</strong></span></p>
<p><strong>CAUSE</strong><br />
You replace the default self-signed Exchange 2007 certificate with a different certificate.</p>
<p>By default, the URL that is stored in these objects references the NetBIOS name of the server. For example, a URL that resembles the following URL is stored:</p>
<p><a href="https://netbios_name.contoso.com/autodiscover/autodiscover.xml">https://NetBIOS_name.contoso.com/autodiscover/autodiscover.xml</a></p>
<p>This may differ from the host name that is used in the FQDN of the replacement certificate. For example, the replacement certificate may have an FQDN that resembles the following FQDN:</p>
<p>mail.contoso.com</p>
<p>This issue causes a name mismatch error to occur. Therefore, you receive the security warning message when you try to connect Outlook 2007 to the mailbox.</p>
<p><strong>RESOLUTION</strong><br />
To resolve this issue, modify the URLs for the appropriate Exchange 2007 components. To do this, follow these steps:<br />
1. Start the Exchange Management Shell.<br />
2. Modify the Autodiscover URL in the Service Connection Point. The Service Connection Point is stored in the <a id="KonaLink0" class="kLink" href="http://www.king.net/2008/08/warning-message-when-you-start-outlook.html#" target="undefined"><span style="color: blue ! important;font-weight: 400;font-size: 14px"><span class="kLink" style="color: blue ! important;font-family: Georgia,century gothic,Arial,verdana,sans-serif;font-weight: 400;font-size: 14px">Active </span><span class="kLink" style="color: blue ! important;font-family: Georgia,century gothic,Arial,verdana,sans-serif;font-weight: 400;font-size: 14px">Directory</span></span></a> directory service. To modify this URL, type the following command, and then press ENTER:</p>
<p><strong>Set-ClientAccessServer -Identity CAS_Server_Name -AutodiscoverServiceInternalUri </strong><a href="https://mail.contoso.com/autodiscover/autodiscover.xml"><strong>https://mail.contoso.com/autodiscover/autodiscover.xml</strong></a></p>
<p>3. Modify the InternalUrl attribute of the EWS. To do this, type the following command, and then press ENTER:</p>
<p><strong>Set-WebServicesVirtualDirectory -Identity &#8220;CAS_Server_Name\EWS (Default Web Site)&#8221; -InternalUrl <a href="https://mail.contoso.com/ews/exchange.asmx">https://mail.contoso.com/ews/exchange.asmx</a><br />
</strong><br />
4. Modify the InternalUrl attribute for Web-based Offline Address Book distribution. To do this, type the following command, and then press ENTER:</p>
<p><strong>Set-OABVirtualDirectory -Identity &#8220;CAS_Server_name\oab (Default Web Site)&#8221; -InternalUrl </strong><a href="https://mail.contoso.com/oab"><strong>https://mail.contoso.com/oab</strong></a></p>
<p>5. Modify the InternalUrl attribute of the UM Web service. To do this, type the following command, and then press ENTER:</p>
<p><strong>Set-UMVirtualDirectory -Identity &#8220;CAS_Server_Name\unifiedmessaging (Default Web Site)&#8221; -InternalUrl <a href="https://mail.contoso.com/unifiedmessaging/service.asmx">https://mail.contoso.com/unifiedmessaging/service.asmx</a><br />
</strong><br />
6. Open IIS Manager.<br />
7. Expand the local computer, and then expand <a id="KonaLink1" class="kLink" href="http://www.king.net/2008/08/warning-message-when-you-start-outlook.html#" target="undefined"><span style="color: blue ! important;font-weight: 400;font-size: 14px"><span class="kLink" style="color: blue ! important;font-family: Georgia,century gothic,Arial,verdana,sans-serif;font-weight: 400;font-size: 14px">Application</span></span></a> Pools.<br />
8. Right-click MSExchangeAutodiscoverAppPool, and then click Recycle.</p>
<p>Source: <a href="http://support.microsoft.com/kb/940726">http://support.microsoft.com/kb/940726</a></p>
<p><span class="reaction-buttons"> </span> <span class="star-ratings"> </span> <a rel="tag" href="http://www.king.net/search/label/Certificate">Certificate</a>, <a rel="tag" href="http://www.king.net/search/label/Exchange%20Server">Exchange Server</a>, <a rel="tag" href="http://www.king.net/search/label/Outlook">Outlook</a></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-rant/warning-message-when-you-start-outlook-2007-and-then-connect-to-a-mailbox-that-is-hosted-on-an-exchange-2007-security-certificate-is-invalid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
