<?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/"
		>
<channel>
	<title>Comments on: WCF: The HTTP request is unauthorized with client authentication scheme &#8216;Anonymous&#8217;.</title>
	<atom:link href="http://goneale.com/2009/10/22/wcf-the-http-request-is-unauthorized-with-client-authentication-scheme-anonymous/feed/" rel="self" type="application/rss+xml" />
	<link>http://goneale.com/2009/10/22/wcf-the-http-request-is-unauthorized-with-client-authentication-scheme-anonymous/</link>
	<description>Graham O&#039;Neale – Deep In .NET Development: ASP.NET, MVC, jQuery, WPF, WCF, Silverlight</description>
	<lastBuildDate>Fri, 27 Aug 2010 04:30:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Joon</title>
		<link>http://goneale.com/2009/10/22/wcf-the-http-request-is-unauthorized-with-client-authentication-scheme-anonymous/comment-page-1/#comment-7447</link>
		<dc:creator>Joon</dc:creator>
		<pubDate>Wed, 17 Mar 2010 07:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://goneale.com/?p=975#comment-7447</guid>
		<description>I had the exact same problem. In my case, the issue was that the user which the anonymous access authenticates as had its password expire.

I traced that by trying to open the svc file in IE. This gave me a 401.2, which told me that it was a server configuration problem.</description>
		<content:encoded><![CDATA[<p>I had the exact same problem. In my case, the issue was that the user which the anonymous access authenticates as had its password expire.</p>
<p>I traced that by trying to open the svc file in IE. This gave me a 401.2, which told me that it was a server configuration problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano</title>
		<link>http://goneale.com/2009/10/22/wcf-the-http-request-is-unauthorized-with-client-authentication-scheme-anonymous/comment-page-1/#comment-7181</link>
		<dc:creator>Stefano</dc:creator>
		<pubDate>Mon, 08 Mar 2010 13:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://goneale.com/?p=975#comment-7181</guid>
		<description>Hi Graham,

today I tested yuor solution, and it was not wiorking as well as a lot of other tests.
So I had the idea to remove most of the settings which are added automatically by VS 2008 (I&#039;m using also 2010).
And I discovered that the problems was resolved mainly having a very simple configuration:



    
        
            
                
                    
                        
                        
                    
                
                
                    
                        
                        
                    
                
            
        
        
            
        
    


Magically everything started to work correctly, probably the problem is in one or more parameters that have been added by VS.

Hope this will help all the others which are fighting with this absurd issue.

Stefano</description>
		<content:encoded><![CDATA[<p>Hi Graham,</p>
<p>today I tested yuor solution, and it was not wiorking as well as a lot of other tests.<br />
So I had the idea to remove most of the settings which are added automatically by VS 2008 (I&#8217;m using also 2010).<br />
And I discovered that the problems was resolved mainly having a very simple configuration:</p>
<p>Magically everything started to work correctly, probably the problem is in one or more parameters that have been added by VS.</p>
<p>Hope this will help all the others which are fighting with this absurd issue.</p>
<p>Stefano</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham O'Neale</title>
		<link>http://goneale.com/2009/10/22/wcf-the-http-request-is-unauthorized-with-client-authentication-scheme-anonymous/comment-page-1/#comment-6793</link>
		<dc:creator>Graham O'Neale</dc:creator>
		<pubDate>Wed, 24 Feb 2010 23:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://goneale.com/?p=975#comment-6793</guid>
		<description>No problem!! So glad I could help. When WCF is working, it works well, when it&#039;s not working, it&#039;s a REAL pain to debug.</description>
		<content:encoded><![CDATA[<p>No problem!! So glad I could help. When WCF is working, it works well, when it&#8217;s not working, it&#8217;s a REAL pain to debug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bekkens</title>
		<link>http://goneale.com/2009/10/22/wcf-the-http-request-is-unauthorized-with-client-authentication-scheme-anonymous/comment-page-1/#comment-6766</link>
		<dc:creator>bekkens</dc:creator>
		<pubDate>Wed, 24 Feb 2010 11:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://goneale.com/?p=975#comment-6766</guid>
		<description>I was pulling my hair out today UNTIL I read your article (after hundreds of other articles, none helped).
Your article solved my problem which I encountered 2 days ago.
Thanks a lot !!!</description>
		<content:encoded><![CDATA[<p>I was pulling my hair out today UNTIL I read your article (after hundreds of other articles, none helped).<br />
Your article solved my problem which I encountered 2 days ago.<br />
Thanks a lot !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://goneale.com/2009/10/22/wcf-the-http-request-is-unauthorized-with-client-authentication-scheme-anonymous/comment-page-1/#comment-6045</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Wed, 27 Jan 2010 10:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://goneale.com/?p=975#comment-6045</guid>
		<description>Hi, 
Am facing the similar issue.  i did as per the instruction here but still the issue is not resolved.

Here is a list of steps i did

1a. Created WCF service and exposed it in IIS on Windows 2003 OS
1b. Created WCF test client and it is running in the same machine (Win 2003 OS)
2. Created a server certificate and client certificate using Win 2003 certicate utility. Placed these in Local Machine &amp; Local user in the following places TrustedPeeople/Personal/Trusted Root.
3. Enabled the Security mode as TransportWithMessageCredentials. Authorization is done using certificate.
4. Mapped the server certificate in IIS and enabled these settings in the WebSite which exposes WCF
      a. Enabled Require SSL Channel
      b. Require Client Certificate
      c. Enable client certificate mapping - used 1-1 mapping and mapped the client certificate to my login username/pwd.  
5. used httpcfg utitlity to mapp the thumbpring hash to 0.0.0.0 and 0.0.0.0:443 with these switch -m 1 and -f 2
6. I could able to view the .svc file and WSDL file in Internet Explorer. IE pops up a screen to choose my client certificate.. and on choosing wsdl is displayed without any problem.
7. But the said exception comes when i call a contract using the test client which is also running in the same machine &amp; with same login info.

Please let me know where am i missing.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Am facing the similar issue.  i did as per the instruction here but still the issue is not resolved.</p>
<p>Here is a list of steps i did</p>
<p>1a. Created WCF service and exposed it in IIS on Windows 2003 OS<br />
1b. Created WCF test client and it is running in the same machine (Win 2003 OS)<br />
2. Created a server certificate and client certificate using Win 2003 certicate utility. Placed these in Local Machine &amp; Local user in the following places TrustedPeeople/Personal/Trusted Root.<br />
3. Enabled the Security mode as TransportWithMessageCredentials. Authorization is done using certificate.<br />
4. Mapped the server certificate in IIS and enabled these settings in the WebSite which exposes WCF<br />
      a. Enabled Require SSL Channel<br />
      b. Require Client Certificate<br />
      c. Enable client certificate mapping &#8211; used 1-1 mapping and mapped the client certificate to my login username/pwd.<br />
5. used httpcfg utitlity to mapp the thumbpring hash to 0.0.0.0 and 0.0.0.0:443 with these switch -m 1 and -f 2<br />
6. I could able to view the .svc file and WSDL file in Internet Explorer. IE pops up a screen to choose my client certificate.. and on choosing wsdl is displayed without any problem.<br />
7. But the said exception comes when i call a contract using the test client which is also running in the same machine &amp; with same login info.</p>
<p>Please let me know where am i missing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: black wolf</title>
		<link>http://goneale.com/2009/10/22/wcf-the-http-request-is-unauthorized-with-client-authentication-scheme-anonymous/comment-page-1/#comment-5883</link>
		<dc:creator>black wolf</dc:creator>
		<pubDate>Wed, 20 Jan 2010 08:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://goneale.com/?p=975#comment-5883</guid>
		<description>That really works!!! Thanks alot</description>
		<content:encoded><![CDATA[<p>That really works!!! Thanks alot</p>
]]></content:encoded>
	</item>
</channel>
</rss>
