<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: GoDaddy SSL Certificates and Cannot Verify Identity on Mac/Safari</title>
	<atom:link href="http://blog.boxedice.com/2009/05/11/godaddy-ssl-certificates-and-cannot-verify-identity-on-macsafari/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.boxedice.com/2009/05/11/godaddy-ssl-certificates-and-cannot-verify-identity-on-macsafari/</link>
	<description>Real software development</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:34:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Harold</title>
		<link>http://blog.boxedice.com/2009/05/11/godaddy-ssl-certificates-and-cannot-verify-identity-on-macsafari/#comment-2291</link>
		<dc:creator><![CDATA[Harold]]></dc:creator>
		<pubDate>Fri, 17 Jun 2011 02:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedice.com/?p=157#comment-2291</guid>
		<description><![CDATA[Perfect!  Thanks for this- just the solution I needed.]]></description>
		<content:encoded><![CDATA[<p>Perfect!  Thanks for this- just the solution I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sole</title>
		<link>http://blog.boxedice.com/2009/05/11/godaddy-ssl-certificates-and-cannot-verify-identity-on-macsafari/#comment-1787</link>
		<dc:creator><![CDATA[Sole]]></dc:creator>
		<pubDate>Sat, 25 Dec 2010 16:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedice.com/?p=157#comment-1787</guid>
		<description><![CDATA[The problem now also exist for GeoTrust certificates, that are now chained instead of single root. A quick way to test if the server is responding correctly with intermediate certificates is to test the website/server with an online ssl tester like www.ssltest.net. Most administrators miss this problem, because alot of browsers automatically fix this problem by downloading the intermediate for the user.]]></description>
		<content:encoded><![CDATA[<p>The problem now also exist for GeoTrust certificates, that are now chained instead of single root. A quick way to test if the server is responding correctly with intermediate certificates is to test the website/server with an online ssl tester like <a href="http://www.ssltest.net" rel="nofollow">http://www.ssltest.net</a>. Most administrators miss this problem, because alot of browsers automatically fix this problem by downloading the intermediate for the user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Advantages of LuxSci/Thawte SSL Certificates over Go Daddy &#124; LuxSci FYI</title>
		<link>http://blog.boxedice.com/2009/05/11/godaddy-ssl-certificates-and-cannot-verify-identity-on-macsafari/#comment-662</link>
		<dc:creator><![CDATA[Advantages of LuxSci/Thawte SSL Certificates over Go Daddy &#124; LuxSci FYI]]></dc:creator>
		<pubDate>Mon, 04 Jan 2010 14:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedice.com/?p=157#comment-662</guid>
		<description><![CDATA[[...] will receive error messages when accessing your site, unless you take extra steps to install additional certificate chains on the web server. This could cost a business more than any difference in certificate [...]]]></description>
		<content:encoded><![CDATA[<p>[...] will receive error messages when accessing your site, unless you take extra steps to install additional certificate chains on the web server. This could cost a business more than any difference in certificate [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcyes / GoDaddy SSL Certificates and Cannot Verify Identity on Mac/Safari « Boxed Ice Blog</title>
		<link>http://blog.boxedice.com/2009/05/11/godaddy-ssl-certificates-and-cannot-verify-identity-on-macsafari/#comment-583</link>
		<dc:creator><![CDATA[Marcyes / GoDaddy SSL Certificates and Cannot Verify Identity on Mac/Safari « Boxed Ice Blog]]></dc:creator>
		<pubDate>Thu, 19 Nov 2009 18:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedice.com/?p=157#comment-583</guid>
		<description><![CDATA[[...]  GoDaddy SSL Certificates and Cannot Verify Identity on Mac/Safari « Boxed Ice Blog   This was the fix we used to finally get the SSL certificate up and running on Noopsi.   [via blog.boxedice.com ] [ programming, server, ssl ]   permalink     Latest Updates from this link [...]]]></description>
		<content:encoded><![CDATA[<p>[...]  GoDaddy SSL Certificates and Cannot Verify Identity on Mac/Safari « Boxed Ice Blog   This was the fix we used to finally get the SSL certificate up and running on Noopsi.   [via blog.boxedice.com ] [ programming, server, ssl ]   permalink     Latest Updates from this link [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Boxall</title>
		<link>http://blog.boxedice.com/2009/05/11/godaddy-ssl-certificates-and-cannot-verify-identity-on-macsafari/#comment-392</link>
		<dc:creator><![CDATA[John Boxall]]></dc:creator>
		<pubDate>Mon, 31 Aug 2009 23:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedice.com/?p=157#comment-392</guid>
		<description><![CDATA[Thanks!

On NGINX you just need to append the cert bundle onto your existing cert:
$ cd /etc/ssl/certs/
/etc/ssl/certs$ wget https://certs.godaddy.com/repository/gd_bundle.crt
/etc/ssl/certs$ cat gd_bundle.crt &gt;&gt; myssl.crt

http://wiki.nginx.org/NginxHttpSslModule]]></description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>On NGINX you just need to append the cert bundle onto your existing cert:<br />
$ cd /etc/ssl/certs/<br />
/etc/ssl/certs$ wget <a href="https://certs.godaddy.com/repository/gd_bundle.crt" rel="nofollow">https://certs.godaddy.com/repository/gd_bundle.crt</a><br />
/etc/ssl/certs$ cat gd_bundle.crt &gt;&gt; myssl.crt</p>
<p><a href="http://wiki.nginx.org/NginxHttpSslModule" rel="nofollow">http://wiki.nginx.org/NginxHttpSslModule</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.boxedice.com/2009/05/11/godaddy-ssl-certificates-and-cannot-verify-identity-on-macsafari/#comment-215</link>
		<dc:creator><![CDATA[Kevin]]></dc:creator>
		<pubDate>Fri, 24 Jul 2009 02:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedice.com/?p=157#comment-215</guid>
		<description><![CDATA[Fantastic. This is exactly the problem I was having and this solution is just what I needed.]]></description>
		<content:encoded><![CDATA[<p>Fantastic. This is exactly the problem I was having and this solution is just what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fannar</title>
		<link>http://blog.boxedice.com/2009/05/11/godaddy-ssl-certificates-and-cannot-verify-identity-on-macsafari/#comment-180</link>
		<dc:creator><![CDATA[Fannar]]></dc:creator>
		<pubDate>Wed, 24 Jun 2009 10:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedice.com/?p=157#comment-180</guid>
		<description><![CDATA[I had similar problem with Comodo (InstantSSL.com) and I was using NginX and couldn&#039;t find a way to include Cert Chain File (ca-bundle etc.). So I appended the ca-bundle file to the certificate and used that as my certificate file.

I.e.

crt + ca &gt; crt

cp domain.com.crt comodo.ca-bundle &gt; domain.com_ca.crt

And in Nginx config:

ssl_certificate      /etc/ssl/certs/domain.com_ca.crt;
ssl_certificate_key  /etc/ssl/private/domain.com.key;]]></description>
		<content:encoded><![CDATA[<p>I had similar problem with Comodo (InstantSSL.com) and I was using NginX and couldn&#8217;t find a way to include Cert Chain File (ca-bundle etc.). So I appended the ca-bundle file to the certificate and used that as my certificate file.</p>
<p>I.e.</p>
<p>crt + ca &gt; crt</p>
<p>cp domain.com.crt comodo.ca-bundle &gt; domain.com_ca.crt</p>
<p>And in Nginx config:</p>
<p>ssl_certificate      /etc/ssl/certs/domain.com_ca.crt;<br />
ssl_certificate_key  /etc/ssl/private/domain.com.key;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MLH</title>
		<link>http://blog.boxedice.com/2009/05/11/godaddy-ssl-certificates-and-cannot-verify-identity-on-macsafari/#comment-149</link>
		<dc:creator><![CDATA[MLH]]></dc:creator>
		<pubDate>Tue, 16 Jun 2009 06:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedice.com/?p=157#comment-149</guid>
		<description><![CDATA[This issue is usually caused by issues with not installing the intermediate certificates (root certificates as referenced). The intermediate certificate can be downloaded by clicking on the link embedded in the email message you receive upon certificate issuance. It is also available from the repository on http://certificates.starfieldtech.com/Repository.go. The Godaddy root certificate - the Valicert Class 2 Policy Validation Authority - is installed in the following browser versions:
-Internet Explorer 5.01 and higher
-AOL 5 and higher
-Netscape 4.7 and higher
-Opera 7.5 and higher
-Safari on Mac OS X 10.3.4 and higher
-Mozilla (all versions)
-Firefox (all versions)
-Konqueror (all versions
-Palm OS 6.1 and higher (also Treo 650)
-BlackBerry OS 4.1 and higher
-Sony Playstation Portable 2.5 and higher
-Microsoft Windows Mobile 2005 AKU 2 and higher
-Sun Java Runtime (JRE) 1.4.2_07 and higher and 1.5.0_02 and higher
-ACCESS NetFront 3.3 and higher
-Cingular WAP Gateways (any Cingular phone which uses WAP version 1.X for Web browsing)

*Many Nokia devices manufactured in 2007 and later 
Apple iPhone (both EDGE and 3G)]]></description>
		<content:encoded><![CDATA[<p>This issue is usually caused by issues with not installing the intermediate certificates (root certificates as referenced). The intermediate certificate can be downloaded by clicking on the link embedded in the email message you receive upon certificate issuance. It is also available from the repository on <a href="http://certificates.starfieldtech.com/Repository.go" rel="nofollow">http://certificates.starfieldtech.com/Repository.go</a>. The Godaddy root certificate &#8211; the Valicert Class 2 Policy Validation Authority &#8211; is installed in the following browser versions:<br />
-Internet Explorer 5.01 and higher<br />
-AOL 5 and higher<br />
-Netscape 4.7 and higher<br />
-Opera 7.5 and higher<br />
-Safari on Mac OS X 10.3.4 and higher<br />
-Mozilla (all versions)<br />
-Firefox (all versions)<br />
-Konqueror (all versions<br />
-Palm OS 6.1 and higher (also Treo 650)<br />
-BlackBerry OS 4.1 and higher<br />
-Sony Playstation Portable 2.5 and higher<br />
-Microsoft Windows Mobile 2005 AKU 2 and higher<br />
-Sun Java Runtime (JRE) 1.4.2_07 and higher and 1.5.0_02 and higher<br />
-ACCESS NetFront 3.3 and higher<br />
-Cingular WAP Gateways (any Cingular phone which uses WAP version 1.X for Web browsing)</p>
<p>*Many Nokia devices manufactured in 2007 and later<br />
Apple iPhone (both EDGE and 3G)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Pearce</title>
		<link>http://blog.boxedice.com/2009/05/11/godaddy-ssl-certificates-and-cannot-verify-identity-on-macsafari/#comment-88</link>
		<dc:creator><![CDATA[Jason Pearce]]></dc:creator>
		<pubDate>Thu, 21 May 2009 13:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedice.com/?p=157#comment-88</guid>
		<description><![CDATA[I experienced this problem this week. I have two subdomains, each with a GoDaddy certification. Mac Safari trusted one, but not the other.

Ends up that the Netgear ProSafe VPN Firewall FVS336G that I installed the GoDaddy certification is unable to provide the full issuing certificate chain all the way back to the root SSL certificate, even though I have installed the gd_bundle.crt on the Netgear.

I&#039;ve invested a week in setting up SSL VPN on this Netgear with many hours of tech support on the phone. If anyone is considering this product, I don&#039;t advise it.

Thanks for sharing this tip.]]></description>
		<content:encoded><![CDATA[<p>I experienced this problem this week. I have two subdomains, each with a GoDaddy certification. Mac Safari trusted one, but not the other.</p>
<p>Ends up that the Netgear ProSafe VPN Firewall FVS336G that I installed the GoDaddy certification is unable to provide the full issuing certificate chain all the way back to the root SSL certificate, even though I have installed the gd_bundle.crt on the Netgear.</p>
<p>I&#8217;ve invested a week in setting up SSL VPN on this Netgear with many hours of tech support on the phone. If anyone is considering this product, I don&#8217;t advise it.</p>
<p>Thanks for sharing this tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David M</title>
		<link>http://blog.boxedice.com/2009/05/11/godaddy-ssl-certificates-and-cannot-verify-identity-on-macsafari/#comment-66</link>
		<dc:creator><![CDATA[David M]]></dc:creator>
		<pubDate>Mon, 11 May 2009 21:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedice.com/?p=157#comment-66</guid>
		<description><![CDATA[I didn&#039;t mention it but the same issued applied for the regular certificate for www.boxedice.com as well. Perhaps it is due to ISS / Apache differences.]]></description>
		<content:encoded><![CDATA[<p>I didn&#8217;t mention it but the same issued applied for the regular certificate for <a href="http://www.boxedice.com" rel="nofollow">http://www.boxedice.com</a> as well. Perhaps it is due to ISS / Apache differences.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

