Re: ... forbidden with client authentication scheme Anonymous
- From: "Tiago Halm" <thalm@xxxxxxxxxxxxxxxxxx>
- Date: Sat, 29 Mar 2008 20:13:08 -0000
Let us know more details, in particular the binding (basicHttpBinding,
wsHttpBinding, netTcpBinding, etc...) and its attributes. We need to know
where the security check takes place (transport or message) and how the
server/client authenticate.
And, you say the "the error the server gets (...)". Isn't the other way
around?
note: avoid posting to multiple newsgroups please ...
Tiago Halm
<mzarlenga@xxxxxxxxx> wrote in message
news:70e4d74a-a5f7-48b6-b6bc-fafb8ddef0fa@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have a client / server written in C#/VS2005 that uses WCF. Each
component exposes a secure (https:) endpoint with WCF. httpcfg was
used to secure the ports with certificates. (Both system use the same
certificate for their endpoints, in case that matters)
The client and server are on different physical systems.
The applications communicate like so:
Request: Client -----> Server's endpoint (
https://172.16.26.30:8283/MyServer
)
Response: Server -----> Client's endpoint (
https://172.16.26.31:40201/MyClient
)
The client works on every system I've tried it ... but one. On that
one system, when the Server tries to respond, the error the server
gets is: The HTTP request was forbidden with client authentication
scheme 'Anonymous'
This appears to be some kind of IIS setup issue on that one client
system.
I believe I've made sure that Anonymous access is enabled: Control
Panel > Administrative Tools > Internet Information Services > Web
Services > right click > Properties > Directory Security >
Authentication and Access Control > Enable Anonymous Access is
checked.
What else could be wrong? What am I missing?
Help!
.
- Follow-Ups:
- Re: ... forbidden with client authentication scheme Anonymous
- From: mzarlenga
- Re: ... forbidden with client authentication scheme Anonymous
- Prev by Date: Re: Need to View SOAP Messages Between Client and Web Service
- Next by Date: Re: Need to View SOAP Messages Between Client and Web Service
- Previous by thread: Need to View SOAP Messages Between Client and Web Service
- Next by thread: Re: ... forbidden with client authentication scheme Anonymous
- Index(es):
Relevant Pages
|