Re: Access denied 403.7 client certificate
I'm trying ta access a webservice that requires identification by client
certificate. Browsing the webservice and console testprogram works fine,
but
my webapplication gets a 403.7 access denied all the time.
I've followed the instructions and imported the certificate with
Winhttpcertcfg and granted access rights to both ASPNET and NetworkService
account. In the log it looks as if communication is established and my
request is sent, but then a new validation of certificates is asked for
and
then it fails. See SEC_I_RENEGOTIATE on line 176 and then it gets Zero
client
certificates to choose among.
Anyone got any clues?
Can you post client code(The code that load the cert from the store and
ships it to your webservice) for both console and webapplication?
S
.
Relevant Pages
- RE: Unable to unwrap a symmetric key using the private key of an X.509
... When I create my own certificate and install it in the stores, ... my client application that is consuming my WSE enabled webservice receives ... My objective here is to create and secure a service application (webservice) ... (microsoft.public.dotnet.framework.webservices.enhancements) - Re: Problem during consuming a webservice which need a security ce
... "Saravana Kumar" wrote: ... Try constructing a .NET console app to call the webservice, ... certificate on the Computer which is running the BizTalk and in the Send port ... If client have you attached the client certificate to your request? ... (microsoft.public.biztalk.general) - Re: Problem during consuming a webservice which need a security ce
... Try constructing a .NET console app to call the webservice, ... certificate on the Computer which is running the BizTalk and in the Send port ... "Saravana Kumar" wrote: ... If client have you attached the client certificate to your request? ... (microsoft.public.biztalk.general) - HttpClientCertificate not available in webservice
... We have developed a webservice that was accessed by a fat windows client. ... security requirement was that the client authenticates itself by using by ... clients providing a valid certificate could connect. ... (microsoft.public.dotnet.framework.aspnet) - Re: test for existence of file
... client side, you cannot. ... You can use this code on the serverside either with a webapplication or with ... a webservice application. ... (microsoft.public.dotnet.framework.aspnet) |
|