<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Enabling SSL in SQL 2005 cluster</title><link>http://blogs.technet.com/b/mbaher/archive/2006/12/16/enabling-ssl-in-sql-2005-cluster.aspx</link><description>Did you tried to enable SQL encryption between the client and your SQL instance? I thought that configuring SQL 2005 cluster to encrypt its traffic is simple however I discovered that it is not that straight forward and you always get this error “The</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Enabling SSL in SQL 2005 cluster</title><link>http://blogs.technet.com/b/mbaher/archive/2006/12/16/enabling-ssl-in-sql-2005-cluster.aspx#3472999</link><pubDate>Tue, 27 Dec 2011 16:38:59 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3472999</guid><dc:creator>j_babaria</dc:creator><description>&lt;p&gt;Hi Mohamed,&lt;/p&gt;
&lt;p&gt;Thanks for such a nice blog, it helps a lot. One more thing if you can mention, we have certificates installed from private authority on the database server but still connections from clients where those private certificates are not installed gets connected to SQL Server, it should be refused as per my understanding when we have third party certificates are installed on the database server, isn&amp;#39;t it? So, if you can put some light on it, how to refuse connections from clients where certificates are not installed?&lt;/p&gt;
&lt;p&gt;I guess those clients get connected using self signed certificates, if its true then we want to stop using self signed certificates.&lt;/p&gt;
&lt;p&gt;Thanks a lot for your time in advance.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3472999" width="1" height="1"&gt;</description></item><item><title>re: Enabling SSL in SQL 2005 cluster</title><link>http://blogs.technet.com/b/mbaher/archive/2006/12/16/enabling-ssl-in-sql-2005-cluster.aspx#1321476</link><pubDate>Fri, 22 Jun 2007 10:50:02 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1321476</guid><dc:creator>Mohamed Baher [MSFT]</dc:creator><description>&lt;p&gt;Hi Dan,&lt;/p&gt;
&lt;p&gt;Thanks for posting the URL for the &amp;quot;winhttpcertcfg&amp;quot; workaround, i wish that it was posted before December timeframe where i was in bad need for it:)&lt;/p&gt;
&lt;p&gt;Thanks again for adding this info to the post,&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1321476" width="1" height="1"&gt;</description></item><item><title>re: Enabling SSL in SQL 2005 cluster -- no localadmin required</title><link>http://blogs.technet.com/b/mbaher/archive/2006/12/16/enabling-ssl-in-sql-2005-cluster.aspx#1318520</link><pubDate>Fri, 22 Jun 2007 02:54:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1318520</guid><dc:creator>Dan P</dc:creator><description>&lt;p&gt;Found the answer:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.technet.com/mscom/archive/2007/05/30/how-to-get-sql-to-accept-the-cert-or-a-day-or-two-in-the-life-of-an-mscom-debug-engineer-part-2.aspx"&gt;http://blogs.technet.com/mscom/archive/2007/05/30/how-to-get-sql-to-accept-the-cert-or-a-day-or-two-in-the-life-of-an-mscom-debug-engineer-part-2.aspx&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;use winhttpcertcfg.exe to grant the sql service acct access to the local_system cert store without being a local admin.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1318520" width="1" height="1"&gt;</description></item><item><title>re: Enabling SSL in SQL 2005 cluster</title><link>http://blogs.technet.com/b/mbaher/archive/2006/12/16/enabling-ssl-in-sql-2005-cluster.aspx#1317508</link><pubDate>Fri, 22 Jun 2007 00:38:49 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1317508</guid><dc:creator>Dan P</dc:creator><description>&lt;p&gt;&amp;quot;3. &amp;nbsp;Add the SQL service account into the local administrator group of both cluster nodes&amp;quot;&lt;/p&gt;
&lt;p&gt;-- Why ON EARTH is this step necessary? &amp;nbsp;Possibly the single most beautiful feature of SQL2005 over previous versions of the product is how well the installer doles out just enough account priveleges to the service accounts to let the sw run, without requiring poor operational practices just like this one. &amp;nbsp;For many environments (especially ones concerned enough with security to bother implementing SSL) putting the SQL acct in the admin group is a major no-no. &amp;nbsp;I'm trying to enable ssl encryption on multiple (non-clustered) servers. &amp;nbsp;I have a 'Server Authentication' certificate installed on each server within the 'Personal' cert store of the service acct. that SQL Server runs as. &amp;nbsp;Any time I attempt to start SQL with that account *not* in the local admin group, I get the following:&lt;/p&gt;
&lt;p&gt;2007-06-21 14:24:23.93 Server &amp;nbsp; &amp;nbsp; &amp;nbsp;The server could not load the certificate it needs to initiate an SSL connection. It returned the following error: 0x8009030e. Check certificates to make sure they are valid.&lt;/p&gt;
&lt;p&gt;2007-06-21 14:24:23.93 Server &amp;nbsp; &amp;nbsp; &amp;nbsp;Error: 26014, Severity: 16, State: 1.&lt;/p&gt;
&lt;p&gt;2007-06-21 14:24:23.93 Server &amp;nbsp; &amp;nbsp; &amp;nbsp;Unable to load user-specified certificate. The server will not accept a connection. You should verify that the certificate is correctly installed. See &amp;quot;Configuring Certificate for Use by SSL&amp;quot; in Books Online.&lt;/p&gt;
&lt;p&gt;2007-06-21 14:24:23.93 Server &amp;nbsp; &amp;nbsp; &amp;nbsp;Error: 17182, Severity: 16, State: 1.&lt;/p&gt;
&lt;p&gt;2007-06-21 14:24:23.93 Server &amp;nbsp; &amp;nbsp; &amp;nbsp;TDSSNIClient initialization failed with error 0x80092004, status code 0x80.&lt;/p&gt;
&lt;p&gt;2007-06-21 14:24:23.95 Server &amp;nbsp; &amp;nbsp; &amp;nbsp;Error: 17182, Severity: 16, State: 1.&lt;/p&gt;
&lt;p&gt;2007-06-21 14:24:23.95 Server &amp;nbsp; &amp;nbsp; &amp;nbsp;TDSSNIClient initialization failed with error 0x80092004, status code 0x1.&lt;/p&gt;
&lt;p&gt;2007-06-21 14:24:23.95 Server &amp;nbsp; &amp;nbsp; &amp;nbsp;Error: 17826, Severity: 18, State: 3.&lt;/p&gt;
&lt;p&gt;2007-06-21 14:24:23.95 Server &amp;nbsp; &amp;nbsp; &amp;nbsp;Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log.&lt;/p&gt;
&lt;p&gt;2007-06-21 14:24:23.95 Server &amp;nbsp; &amp;nbsp; &amp;nbsp;Error: 17120, Severity: 16, State: 1.&lt;/p&gt;
&lt;p&gt;2007-06-21 14:24:23.95 Server &amp;nbsp; &amp;nbsp; &amp;nbsp;SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.&lt;/p&gt;
&lt;p&gt;C'mon man... there's gotta be a way to enable SSL encryption without making SQL Server root on every box in my environment. &amp;nbsp;What have ya got for me?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1317508" width="1" height="1"&gt;</description></item><item><title>Microsoft  &amp;raquo; Blog Archives   &amp;raquo; &amp;#8230; the internal network adapter to let the</title><link>http://blogs.technet.com/b/mbaher/archive/2006/12/16/enabling-ssl-in-sql-2005-cluster.aspx#865780</link><pubDate>Wed, 02 May 2007 13:07:53 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:865780</guid><dc:creator>Microsoft  » Blog Archives   » … the internal network adapter to let the</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://chaespot.com/mssql/2007/05/02/the-internal-network-adapter-to-let-the-2/"&gt;http://chaespot.com/mssql/2007/05/02/the-internal-network-adapter-to-let-the-2/&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=865780" width="1" height="1"&gt;</description></item></channel></rss>