<?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>michaelcolson.com &#187; ssl</title>
	<atom:link href="http://www.michaelcolson.com/category/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelcolson.com</link>
	<description></description>
	<lastBuildDate>Sat, 06 Mar 2010 14:54:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SSL Error 47 with Citrix Password Manager</title>
		<link>http://www.michaelcolson.com/2010/03/03/ssl-error-47-with-citrix-password-manager/</link>
		<comments>http://www.michaelcolson.com/2010/03/03/ssl-error-47-with-citrix-password-manager/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 18:58:48 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[citrix]]></category>
		<category><![CDATA[password manager]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.michaelcolson.com/?p=344</guid>
		<description><![CDATA[SSL Certificates play a big role in a Citrix Password Manager deployment. They help to ensure the password data in the central store is genuine and they also allow for encrypted communications between the Password Manager service and the Password Manager agent. There are lots of things that can go wrong with certificates that will [...]]]></description>
			<content:encoded><![CDATA[<p>SSL Certificates play a big role in a Citrix Password Manager deployment. They help to ensure the password data in the central store is genuine and they also allow for encrypted communications between the Password Manager service and the Password Manager agent. There are lots of things that can go wrong with certificates that will stall your Password Manager deployment.</p>
<p><span id="more-344"></span></p>
<p>I recenty ran across this little gem:</p>
<p><code>[error] SSL Library Error 47 on pm.domain.com:443 with peer 10.20.30.40: An unclassified SSL network error occurred. (error code: error:1408A0C1:lib(20):func(138):reason(193))<br />
[warn] SSL handshake from client failed</code></p>
<p>Well&#8230; now isn&#8217;t that just so helpful.  After verifying and re-verifying my certificate setup I wasn&#8217;t getting anywhere.  I ended up opening the httpd.conf file that the Citrix XTE service depends on and noticed a line near the bottom:</p>
<p> <code>#Allowed CipherSuite (ALL,COM,GOV)<br />
SSLCipherSuite GOV</code></p>
<p>I didn&#8217;t go to the trouble to lookup what &#8216;exactly&#8217; this means but I theorized that I don&#8217;t really want to limit what kind of SSL cipher I can use so why not change it to read:</p>
<p> <code>SSLCipherSuite ALL</code></p>
<p>After making that simple, three letter change, I was now able to hit the Citrix Password Manager service URL from a  web browser and I saw the SSL Error 47 messages in my error.log dissappear.</p>
<p>Hopefully this will save someone else the hours of troubleshooting that I spent on this one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelcolson.com/2010/03/03/ssl-error-47-with-citrix-password-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autodiscover Service with Wildcard Certificate</title>
		<link>http://www.michaelcolson.com/2007/10/17/autodiscover-service-with-wildcard-certificate/</link>
		<comments>http://www.michaelcolson.com/2007/10/17/autodiscover-service-with-wildcard-certificate/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 20:52:30 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[exchange]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.michaelcolson.com/?p=80</guid>
		<description><![CDATA[This change was required on the Exchange 2007 Client Access Server (CAS) in order for clients to accept the wildcard certificate that through the Autodiscover Service (AS) for Outlook Anywhere.

Command:
Set-OutlookProvider expr -CertPrincipalName:"msstd:*.domain.com"
Verification:
Get-OutlookProvider &#124;fl
Look for the property EXPR called CertPrincipalName
]]></description>
			<content:encoded><![CDATA[<p>This change was required on the Exchange 2007 Client Access Server (CAS) in order for clients to accept the wildcard certificate that through the Autodiscover Service (AS) for Outlook Anywhere.</p>
<p><span id="more-80"></span></p>
<p><strong>Command:</strong><br />
<code>Set-OutlookProvider expr -CertPrincipalName:"msstd:*.domain.com"</code></p>
<p><strong>Verification:</strong><br />
<code>Get-OutlookProvider |fl</code><br />
Look for the property EXPR called CertPrincipalName</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelcolson.com/2007/10/17/autodiscover-service-with-wildcard-certificate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL Certificates on Windows Mobile</title>
		<link>http://www.michaelcolson.com/2006/07/12/ssl-windows-mobile/</link>
		<comments>http://www.michaelcolson.com/2006/07/12/ssl-windows-mobile/#comments</comments>
		<pubDate>Wed, 12 Jul 2006 18:54:47 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://mcolson.wordpress.com/?p=28</guid>
		<description><![CDATA[Dealing with certificates on a Windows Mobile device can be somewhat of an adventure.  For starters, no version of Windows Mobile supports wildcard certificates.

If you are using one of the cheaper and often times less trusted CA&#8217;s like a RapidSSL then chances are, you will need to add the Intermediate CA to the Windows Mobile [...]]]></description>
			<content:encoded><![CDATA[<p>Dealing with certificates on a Windows Mobile device can be somewhat of an adventure.  For starters, no version of Windows Mobile supports wildcard certificates.</p>
<p><span id="more-8"></span></p>
<p>If you are using one of the cheaper and often times less trusted <abbr title="Certificate Authority">CA</abbr>&#8217;s like a RapidSSL then chances are, you will need to add the Intermediate <abbr title="Certificate Authority">CA</abbr> to the Windows Mobile device to get the <abbr title="Secure Sockets Layer">SSL</abbr> certificate to work. I have personally had more success in deploying the <abbr title="Certificate Authority">CA</abbr> certificate through a <abbr title="Cabinet">CAB</abbr> file. There are some excellent directions on how to package a certificate in a <abbr title="Cabinet">CAB</abbr> over at the <a href="http://www.amset.info">amset.info</a> site: <a href="http://www.amset.info/pocketpc/certificates3.asp">http://www.amset.info/pocketpc/certificates3.asp</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelcolson.com/2006/07/12/ssl-windows-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
