<?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>Hawk Wings &#187; certificates</title>
	<atom:link href="http://www.hawkwings.net/tag/certificates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hawkwings.net</link>
	<description>Tips and add-ons to make Apple Mail / Mail.app even better</description>
	<lastBuildDate>Tue, 26 Jul 2011 07:44:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Apple Mail phones home too</title>
		<link>http://www.hawkwings.net/2006/07/18/apple-mail-phones-home-too/</link>
		<comments>http://www.hawkwings.net/2006/07/18/apple-mail-phones-home-too/#comments</comments>
		<pubDate>Tue, 18 Jul 2006 12:17:28 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail Bugs]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[certificates]]></category>
		<category><![CDATA[hanging]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[port 80]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[reply]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[spinning beachball of death]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2006/07/18/apple-mail-phones-home-too/</guid>
		<description><![CDATA[Not long ago Daniel Jalkut discovered that Dashboard calls home to Apple to check for widget updates. Today I discovered that Mail.app does the same thing.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2006/07/wp-images/phonehomefirewall.jpg" height="95" width="100" border="0" align="right" hspace="10" vspace="0" alt="phonehomefirewall" title="phonehomefirewall" />Not long ago Daniel Jalkut <a href="http://www.red-sweater.com/blog/153/apple-phones-home-too">discovered that Dashboard calls home</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> to Apple to check for widget updates. Today I discovered that Mail.app does the same thing.</p>
<p>Recently at my real work but not at home, Mail has been hanging for 30 seconds to a minute each time I tried to reply to an email.  I would hit the Reply button and have time to make a cup of coffee in the kitchenette before the reply window appeared.</p>
<p>Luckily, the network administrator at the College, Tim Bell, has god-like tcpdump powers. He uncovered what was happening.</p>
<p>Each time I reply to a message, Mail attempts to contact an Apple server through port 80. That&#8217;s not a problem at home, but it is at work, where port 80 is blocked and a proxy redirects all HTTP traffic through another port. Mail didn&#8217;t respect my proxy settings. It carried on regardless with a process that eventually failed after lengthy delay.</p>
<p>Tim opened the port so that we could see what Mail was trying to do. </p>
<p>Mail was sending the following request based on my .Mac username to certinfo.mac.com (17.250.248.148):</p>
<p><span id="code">GET /lookup?timgaden HTTP/1.1</p>
<p>In response, it was getting:</p>
<div id="code">timgaden<br />
================<br />
R5IGFzc3VtZXMg<br />
YWNjZXB0YW5jZSB</div>
<p>The third line in base64 decodes to </span><span id="code">G\x92\x06\x1777V\xd6W2</span> (where <span id="code">\x??</span> means the non-ascii character 92 (in hex), etc.) &#8211; so Tim tells me &#8211; and the fourth line to <span id="code">acceptance </span> (with a trailing space).</p>
<p>Once we understood the problem, we could google for an answer. It turns out that Jonathan Wight <a href="http://toxicsoftware.com/blog/mailapp_hangs_problem_and_solution/">experienced the same thing</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> a year ago. He also provides a fix: delete the <span id="code">~/Library/Preferences/com.apple.security.plist</span> preferences file.</p>
<p>I&#8217;m not suggesting that anything nefarious or underhand is happening here, but it still puzzles me on three fronts.</p>
<p>First, what exactly is it checking and what is the undecipherable response? Is it checking my iChat certificate? </p>
<p>Secondly, why should Mail try to do this when I am replying to a message in my work account on my work server?</p>
<p>Thirdly, why is Mail so stupid? What design oversight makes it overlook my system-wide proxy settings and carry on banging away at port 80, giving me endless delays? Normally, Mail.app helps me to get things done, but not here.</p>
<p><strong>UPDATE:</strong> MacGeekery <a href="http://www.macgeekery.com/tips/mail_app_doesnt_phone_home_either">has posted an interesting take</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> on this, which is worth a read. </p>
<p>I hope I made it clear in my post above &#8211; although perhaps I didn&#8217;t &#8211; that I do not think Apple is stealing my credit card information or looking for cracked software or turning my computer into a drone for Apple press releases or doing anything else untoward. </p>
<p>I do think it is puzzling that my proxy settings were ignored and that Mail.app was thus unusable for up to a minute everytime I tried to reply to a message. I do think it is puzzling that the fix was so hard to find. I do think it is fair to expect better of Apple than this. </p>
<p>[Thanks for your help this afternoon, Tim. All my tcpdump are belong to you.]<tags>mail.app, apple mail, security, certificates, port 80, reply, hanging, spinning beachball of death, bug, proxy</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/10/18/long-delays-with-mailapp-replies/" rel="bookmark" title="18 October 2006, 11:11 pm">Long delays with Mail.app replies</a></li>
<li><a href="http://www.hawkwings.net/2006/01/20/posting-mac-mail-when-port-25-is-blocked/" rel="bookmark" title="20 January 2006, 2:32 am">Posting .Mac mail when Port 25 is blocked</a></li>
<li><a href="http://www.hawkwings.net/2006/12/22/emailing-from-starbucks-what-port-587-is-for/" rel="bookmark" title="22 December 2006, 12:53 am">Emailing from Starbucks: What port 587 is for</a></li>
<li><a href="http://www.hawkwings.net/2006/09/24/three-outgoing-mail-fixes-for-mac-users-on-the-go/" rel="bookmark" title="24 September 2006, 9:31 pm">Three outgoing mail fixes for Mac users on the go</a></li>
<li><a href="http://www.hawkwings.net/2006/10/14/four-things-that-mailapp-cant-do/" rel="bookmark" title="14 October 2006, 9:28 pm">Four things that Mail.app can&#8217;t do</a></li>
</ul>
<p><!-- Similar Posts took 46.981 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2006/07/18/apple-mail-phones-home-too/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>How the new Entourage kicks Mail&#8217;s butt</title>
		<link>http://www.hawkwings.net/2006/03/30/how-the-new-entourage-kicks-mails-butt/</link>
		<comments>http://www.hawkwings.net/2006/03/30/how-the-new-entourage-kicks-mails-butt/#comments</comments>
		<pubDate>Wed, 29 Mar 2006 13:24:49 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[certificates]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[entourage]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[Spotlight]]></category>
		<category><![CDATA[switching]]></category>
		<category><![CDATA[syncing]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2006/03/30/how-the-new-entourage-kicks-mails-butt/</guid>
		<description><![CDATA[A while ago I posted to a number of people who have enjoyed the switch from Mail.app to the new Spotlight-enabled and Sync-capable Entourage. Well, there's more.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2006/03/wp-images/entourage100px-2.jpg" height="91" width="95" border="0" align="right" hspace="10" vspace="0" alt="entourage100px" title="entourage100px" />A while ago I <a href="http://www.hawkwings.net/2006/03/20/mailapp-vs-the-new-entourage/">posted about</a> a number of people who have enjoyed the switch from Mail.app to <a href="http://www.hawkwings.net/2006/03/15/entourage-gets-spotlight-sync-services-support/">the new Spotlight-enabled and Sync-capable Entourage</a>. </p>
<p>Sven Semmler <a href="http://semmlerconsulting.com/blog/2006/03/16/entourage/">was delighted</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> with the switch a week ago. He still is; Redmond is still making his day.</p>
<p>In his most recent post <a href="http://semmlerconsulting.com/blog/2006/03/22/entourage-tips/">he describes</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> how he can still do everything in Entourage that he once did with Mail. He also records some fixes for the problems of double Spotlight results and handling iCal invitations and reminders which users of the new Entourage experience. They would be worth recording, if this site was interested in Entourage.</p>
<p>James Caudill also <a href="http://blog.kingscrossing.net/?p=72">finds Entourage far superior</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> to Mail.app. He outlines a number of problems that made Mail unusable for him and make Entourage his email client of choice:</p>
<blockquote><p>Donâ€™t get me wrong. If someone said, â€œHey they fixed a lot of stuff in Mail.App and it is stable now.â€ I will be the first one to try using it again. I love the simple layout and the pretty icons and stuff, but I really need dependability first.</p></blockquote>
<p>   Del.icio.us user mjg <a href="http://del.icio.us/mjg">is heading back to Entourage</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> too. He says, &#8220;Apple Mail just isn&#8217;t cutting it, especially with its lack of support for secondary-CA signed certificates.&#8221;<tags>entourage, mail.app, apple mail, spotlight, syncing, certificates, email, switching</tags> <strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/03/15/entourage-gets-spotlight-sync-services-support/" rel="bookmark" title="15 March 2006, 8:16 am">Entourage gets Spotlight, Sync Services support</a></li>
<li><a href="http://www.hawkwings.net/2006/03/20/mailapp-vs-the-new-entourage/" rel="bookmark" title="20 March 2006, 12:05 am">Mail.app vs the &#8220;new&#8221; Entourage</a></li>
<li><a href="http://www.hawkwings.net/2006/04/22/more-butt-kicking-entourage-over-mailapp/" rel="bookmark" title="22 April 2006, 12:54 am">More butt-kicking: Entourage over Mail.app</a></li>
<li><a href="http://www.hawkwings.net/2006/09/04/six-ways-mail-beats-the-pants-off-entourage/" rel="bookmark" title="4 September 2006, 10:35 pm">Six Ways Mail beats the pants off Entourage</a></li>
<li><a href="http://www.hawkwings.net/2005/10/26/every-cloud-has-a-silver-lining/" rel="bookmark" title="26 October 2005, 1:32 am">Every cloud has a silver lining</a></li>
</ul>
<p><!-- Similar Posts took 57.655 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2006/03/30/how-the-new-entourage-kicks-mails-butt/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>GPGMail 1.1.2</title>
		<link>http://www.hawkwings.net/2006/02/06/gpgmail-112/</link>
		<comments>http://www.hawkwings.net/2006/02/06/gpgmail-112/#comments</comments>
		<pubDate>Sun, 05 Feb 2006 23:18:58 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[Apple Mail Plug-ins]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[certificates]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[GPG]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[mailtags]]></category>
		<category><![CDATA[PGP]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2006/02/06/gpgmail-112/</guid>
		<description><![CDATA[Hot on the heels of Matt Haughey's fine post about the difficulties of using encryption in Mail.app, comes an update to GPGMail.This plugin is a front end for gpg and allows you to send and receive encrypted messages.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/wp-images/GPGMail-1.jpg" height="68" width="70" border="0" align="right" hspace="10" vspace="0" alt="GPGMail" title="GPGMail" /><!-- google_ad_section_start -->Hot on the heels of <a href="http://www.hawkwings.net/2006/02/05/the-frustrations-of-encrypted-mail-in-mailapp/">Matt Haughey&#8217;s fine post</a> about the difficulties of using encryption in Mail.app, comes an update to <a href="http://www.hawkwings.net/2005/09/15/gpg-encrypting-messages-in-apple-mail/">GPGMail</a>.</p>
<p>This plugin is a front end for gpg and allows you to send and receive encrypted messages. It extends Mail.app&#8217;s in-built encryption features in several useful ways.<!-- google_ad_section_end --></p>
<p>You can read about the features it offers and its limitation on the <a href="http://www.sente.ch/software/GPGMail/">GPGMail site</a>. <img src="http://www.hawkwings.net/images/extlink.jpg"/></p>
<p>The new version fixes a compatibility problem with MailTags, needs GPG 1.4 or better, works better in Panther, has a Dutch localisation, works better with AppleScript-generated windows and solves a number of other bugs. (<a href="http://www.sente.ch/software/GPGMail/English.lproj/GPGMail.html#Release%20Notes">Full changelog</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>).</p>
<p>The developer warns, &#8220;GPGMail is a complete hack, relying on Mail&#8217;s private internal API. Use it at your own risks!&#8221; But don&#8217;t let that put you off. </p>
<p>Get it from the <a href="http://www.sente.ch/software/GPGMail/">GPGMail web site</a>. <img src="http://www.hawkwings.net/images/extlink.jpg"/><tags>encryption, PGP, GPG, plugin, mail.app, apple mail, mailtags, applescript, certificates</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/01/18/breaking-news-hawk-wings-bought-by-tuaw/" rel="bookmark" title="18 January 2006, 12:42 am">BREAKING NEWS: Hawk Wings bought by TUAW</a></li>
<li><a href="http://www.hawkwings.net/2005/09/15/gpg-encrypting-messages-in-apple-mail/" rel="bookmark" title="15 September 2005, 9:53 am">GPG: Encrypting messages in Apple Mail</a></li>
<li><a href="http://www.hawkwings.net/2006/07/18/security-vulnerability-in-gpgmail/" rel="bookmark" title="18 July 2006, 10:15 pm">Security vulnerability in GPGMail</a></li>
<li><a href="http://www.hawkwings.net/2006/03/27/fix-for-gpgmail-unread-messages-bug/" rel="bookmark" title="27 March 2006, 12:13 am">Fix for &#8220;GPGMail unread messages&#8221; bug</a></li>
<li><a href="http://www.hawkwings.net/2006/04/04/1046-mail-gpgmail-and-mailstamps-issues/" rel="bookmark" title="4 April 2006, 8:57 am">10.4.6: Mail, GPGMail and MailStamps issues</a></li>
</ul>
<p><!-- Similar Posts took 44.542 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2006/02/06/gpgmail-112/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The frustrations of encrypted mail in Mail.app</title>
		<link>http://www.hawkwings.net/2006/02/05/the-frustrations-of-encrypted-mail-in-mailapp/</link>
		<comments>http://www.hawkwings.net/2006/02/05/the-frustrations-of-encrypted-mail-in-mailapp/#comments</comments>
		<pubDate>Sat, 04 Feb 2006 13:38:55 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[certificates]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[just too bloody difficult]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[thawte]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[user friendly]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2006/02/05/the-frustrations-of-encrypted-mail-in-mailapp/</guid>
		<description><![CDATA[Matthew Haughey (own wikipedia entry Kewl!)]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/wp-images/SSL_Cert-1.jpg" height="64" width="75" border="0" align="right" hspace="5" vspace="0" alt="SSL_Cert" title="SSL_Cert" />Matt Haughey (<a href="http://en.wikipedia.org/wiki/Matthew_Haughey">his wikipedia entry</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> kewl!) <a href="http://a.wholelottanothing.org/2006/02/its_the_user_ex.html">has written a great piece</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> on the frustrations of trying to set up and use encryption in Mail.app.</p>
<p>He suggests that,</p>
<blockquote><p>Encryption seems to lie somewhere between privacy, security, and a mountain of engineering acronyms and standards. Unfortunately for regular people, most of these systems are overbuilt and the process is so painful that I would argue it barely even functions.</p></blockquote>
<p>He describes his experience of following Joar Winfor&#8217;s <a href="http://www.joar.com/certificates/">excellent tutorial on setting up encryption</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> in Apple Mail, drawing attention to the frustrations of the whole process.</p>
<p>He also makes a few suggestions on how some usability could be introduced. A great read.<tags>encryption, mail.app, Apple Mail, usability, user friendly, certificates, Thawte, just too bloody difficult</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2007/03/08/encryption-tutorial-for-mailapp/" rel="bookmark" title="8 March 2007, 10:18 pm">Encryption tutorial for Mail.app</a></li>
<li><a href="http://www.hawkwings.net/2005/09/15/gpg-encrypting-messages-in-apple-mail/" rel="bookmark" title="15 September 2005, 9:53 am">GPG: Encrypting messages in Apple Mail</a></li>
<li><a href="http://www.hawkwings.net/2006/07/25/why-apple-mail-makes-leander-smile/" rel="bookmark" title="25 July 2006, 11:28 pm">Why Apple Mail makes Leander smile</a></li>
<li><a href="http://www.hawkwings.net/2005/12/03/5-best-online-articles-for-apple-mail-users/" rel="bookmark" title="3 December 2005, 2:44 am">Five great online articles for Apple Mail users</a></li>
<li><a href="http://www.hawkwings.net/2006/11/14/getting-contacts-out-of-gmail-and-into-mailapp/" rel="bookmark" title="14 November 2006, 7:55 pm">Getting contacts out of Gmail into Mail.app</a></li>
</ul>
<p><!-- Similar Posts took 47.641 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2006/02/05/the-frustrations-of-encrypted-mail-in-mailapp/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

