<?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>Confused Amused &#187; mobile</title>
	<atom:link href="http://www.confusedamused.com/tags/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.confusedamused.com</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 03:03:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Windows Mobile 6.0 Root Certificates</title>
		<link>http://www.confusedamused.com/notebook/installing-windows-mobile-60-root-certificates/</link>
		<comments>http://www.confusedamused.com/notebook/installing-windows-mobile-60-root-certificates/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 00:23:31 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
				<category><![CDATA[Exchange Server 2007]]></category>
		<category><![CDATA[activesync]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/archives/installing-windows-mobile-60-root-certificates/</guid>
		<description><![CDATA[Recently I ran into a situation where we had purchased an Exchange certificate from a fairly common certificate authority (GeoTrust) and everything worked well with browsers automatically trusting the certificate&#8230; and then we picked up a Windows Mobile 6.0 device from Verizon. For whatever reason, Verizon or Microsoft has decided this particular CA was not [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I ran into a situation where we had purchased an Exchange certificate from a fairly common certificate authority (GeoTrust) and everything worked well with browsers automatically trusting the certificate&#8230; and then we picked up a Windows Mobile 6.0 device from Verizon. For whatever reason, Verizon or Microsoft has decided this particular CA was not trustworthy and isn&#8217;t in the default list, so ActiveSync fails to connect to the Exchange server. Fortunately, we can force the device to trust the certificate.</p>

<p>Windows Mobile 6.0 brought a change in how to install certificates. Users cannot install a certificate into the root certificates store on a phone unless the certificate is self-signed. This ensures that only true root certificates exist in the root store. </p>

<p>The pain here is that when you try installing a certificate such as the one used to secure Outlook Web Access it gets dumped in the personal store, and ActiveSync won’t connect because it can’t verify the certificate authority associated with the certificate. The solution is to get the certificate authority’s self-signed certificate into the root store. We can do this with the following steps:</p>

<ol>
<li><p>Open Internet Explorer and navigate to the site securing OWA. Click the lock next to the address bar.
<img src="http://www.confusedamused.com/wp-content/uploads/2007/10/c-001.png" alt="C 00" /> </p></li>
<li><p>Click the <strong>View Certificates</strong> link.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-01.png" alt="C 01" /> </p></li>
<li><p>Click the <strong>Certification Path</strong> tab at the top.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-02.png" alt="C 02" /> </p></li>
<li><p>Click the top certificate name first (the root CA) and then click <strong>View Certificate</strong>.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-03.png" alt="C 03" /> </p></li>
<li><p>Click the <strong>Details</strong> tab.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-04.png" alt="C 04" /> </p></li>
<li><p>Click the <strong>Copy to File…</strong> button.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-05.png" alt="C 05" /> </p></li>
<li><p>Click <strong>Next</strong> to start the Certificate Export Wizard.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-06.png" alt="C 06" /> </p></li>
<li><p>Click <strong>Next</strong> to export the certificate as a DER encoded binary X.509 (.CER)
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-07.png" alt="C 07" /> </p></li>
<li><p>Browse to a location where you’d like to save the certificate and give it a name.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-08.png" alt="C 08" /> </p></li>
<li><p>Click <strong>Finish</strong> to complete the Certificate Export Wizard.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-09.png" alt="C 09" /> </p></li>
<li><p>You should see a dialog that the export was successful.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-10.png" alt="C 10" /> </p></li>
<li><p>Now copy that .cer file you created to the device in some way. Via a storage card, USB cable, Bluetooth, whatever. Just get the .cer in the file structure of the phone somehow.</p></li>
<li><p>Power up the phone and click <strong>Start</strong>.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-01.png" alt="W 01" /> </p></li>
<li><p>Find and open <strong>File Explorer</strong>.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-02.png" alt="W 02" /> </p></li>
<li><p>Locate the .cer file you copied to the phone. I called mine root.cer.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-03.png" alt="W 03" /> </p></li>
<li><p>Press <strong>Menu</strong> and then <strong>Install</strong>.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-05.png" alt="W 05" /> </p></li>
<li><p>You should see a dialog that the install was successful. I’ve seen it fail on the first attempt before, so try a few times if you get an error. Press <strong>OK</strong>.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-06.png" alt="W 06" /> </p></li>
<li><p>Navigate to the phone’s <strong>Settings</strong> option.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-07.png" alt="W 07" /> </p></li>
<li><p>Click on <strong>Security</strong> and press OK.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-08.png" alt="W 08" /> </p></li>
<li><p>Click on <strong>Certificates</strong> and press OK.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-09.png" alt="W 09" /> </p></li>
<li><p>Click on <strong>Root</strong> and press OK.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-10.png" alt="W 10" /> </p></li>
<li><p>Scroll to the end of the certificates list or keep pressing <strong>More</strong>. You should see the certificate you installed listed at the very end of the list. If it’s not there, try starting over and making sure you’re exporting the certificate authority’s certificate, and not yours.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-11.png" alt="W 11" /> </p></li>
</ol>

<p>You can now test ActiveSync and it should be able to connect to the Exchange server without ever needing to install your OWA certificate. It’s automatically trusted because the certificate authority now exists in your root certificates store.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/installing-windows-mobile-60-root-certificates/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>
