<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Adding Kerberos &amp;amp; SSL to Central Administration</title><link>http://blogs.msdn.com/bgeoffro/archive/2008/02/11/adding-kerberos-ssl-to-central-administration.aspx</link><description>This came up during the SharePoint AcademyLive Search class today, and isn't the first time I've been asked how to do this, so I figured it was time to write a post. :) When you're first configuring your farm, it's often easier to configure Kerberos &amp;amp;</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>BioSensorAB &amp;raquo; Adding Kerberos &amp;amp; SSL to Central Administration</title><link>http://blogs.msdn.com/bgeoffro/archive/2008/02/11/adding-kerberos-ssl-to-central-administration.aspx#7621681</link><pubDate>Tue, 12 Feb 2008 00:44:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7621681</guid><dc:creator>BioSensorAB » Adding Kerberos &amp; SSL to Central Administration</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.biosensorab.org/2008/02/11/adding-kerberos-ssl-to-central-administration/"&gt;http://www.biosensorab.org/2008/02/11/adding-kerberos-ssl-to-central-administration/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>BioSensorAB &amp;raquo; Adding Kerberos &amp;amp; SSL to Central Administration</title><link>http://blogs.msdn.com/bgeoffro/archive/2008/02/11/adding-kerberos-ssl-to-central-administration.aspx#7621684</link><pubDate>Tue, 12 Feb 2008 00:44:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7621684</guid><dc:creator>BioSensorAB » Adding Kerberos &amp; SSL to Central Administration</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.biosensorab.org/2008/02/11/adding-kerberos-ssl-to-central-administration/"&gt;http://www.biosensorab.org/2008/02/11/adding-kerberos-ssl-to-central-administration/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>MOSS and ECM Class Notes and Questions</title><link>http://blogs.msdn.com/bgeoffro/archive/2008/02/11/adding-kerberos-ssl-to-central-administration.aspx#8368959</link><pubDate>Tue, 08 Apr 2008 15:52:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8368959</guid><dc:creator>Technical Weblog of Eric Charran</dc:creator><description>&lt;p&gt;For those folks attending the MOSS and ECM class I delivered in Boston/Waltham, please find the notes&lt;/p&gt;
</description></item><item><title>Changing the Port Number and Enabling SSL for SharePoint Central Administration Site</title><link>http://blogs.msdn.com/bgeoffro/archive/2008/02/11/adding-kerberos-ssl-to-central-administration.aspx#8518161</link><pubDate>Sun, 18 May 2008 15:48:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8518161</guid><dc:creator>Matjaz Perpar's Blog</dc:creator><description>&lt;p&gt;Technorati Tags: SharePoint , MOSS , stsadm , SSL , port One of the common questions I get on the field&lt;/p&gt;
</description></item><item><title>re: Adding Kerberos &amp; SSL to Central Administration</title><link>http://blogs.msdn.com/bgeoffro/archive/2008/02/11/adding-kerberos-ssl-to-central-administration.aspx#8720006</link><pubDate>Fri, 11 Jul 2008 07:16:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8720006</guid><dc:creator>Pete D</dc:creator><description>&lt;p&gt;Do you need to SetSPN to &amp;quot;setspn -A https/contoso86:12345 dname\uname&amp;quot; ? &amp;nbsp;Or will the SPN work with SSL whether or not it is http or https?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description></item><item><title>re: Adding Kerberos &amp; SSL to Central Administration</title><link>http://blogs.msdn.com/bgeoffro/archive/2008/02/11/adding-kerberos-ssl-to-central-administration.aspx#8731173</link><pubDate>Mon, 14 Jul 2008 11:41:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8731173</guid><dc:creator>bgeoffro</dc:creator><description>&lt;p&gt;When using setspn for an HTTP or HTTPS address, just use the &amp;quot;http/&amp;quot; prefix. What's equally important is that you specify the hostname that the user will use to access the service - i.e. if it's a standard port such as 80 for http or 443 for https, you DON'T need to include the port number. Something called service.company.com at port 80 will likely be accessed by users as &amp;quot;&lt;a rel="nofollow" target="_new" href="http://service.company.com&amp;quot;"&gt;http://service.company.com&amp;quot;&lt;/a&gt;, not &amp;quot;&lt;a rel="nofollow" target="_new" href="http://service.company.com:80&amp;quot;"&gt;http://service.company.com:80&amp;quot;&lt;/a&gt;, and same goes for a secure service on 443 - thry won't usually include the port number in the address.&lt;/p&gt;
&lt;p&gt;If it's a nonstandard port like 12345, you need to include the port number in the name regardless of which protocol is used, since users will always need to inlude the port number when accessing the service.&lt;/p&gt;
</description></item><item><title>re: Adding Kerberos &amp; SSL to Central Administration</title><link>http://blogs.msdn.com/bgeoffro/archive/2008/02/11/adding-kerberos-ssl-to-central-administration.aspx#9370952</link><pubDate>Fri, 23 Jan 2009 00:49:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9370952</guid><dc:creator>meka38</dc:creator><description>&lt;p&gt;Hi bgeoffro,&lt;/p&gt;
&lt;p&gt;I have fixed a sp site with ssl protocole (https) and and kerberos and it works good. but RSS view dont work in it. do you have any idea?&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
</description></item><item><title>So you want to secure Central Admin on IIS 7 in Windows Server 2008</title><link>http://blogs.msdn.com/bgeoffro/archive/2008/02/11/adding-kerberos-ssl-to-central-administration.aspx#9692186</link><pubDate>Wed, 03 Jun 2009 22:05:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9692186</guid><dc:creator>Michael Blumenthal Blog  </dc:creator><description>&lt;p&gt;Body: You’ve already installed SharePoint. You want to use SSL to secure Central Admin because it is&lt;/p&gt;
</description></item></channel></rss>