Re: .Net client and SSL mutual authentication : 403 Forbidden, client certificate not sent
From: Peter Jakab (someone_at_from.hu)
Date: 10/11/05
- Next message: Paul Glavich [MVP ASP.NET]: "Re: Forms Authentication"
- Previous message: Mfenetre: "Re: .Net client and SSL mutual authentication : 403 Forbidden, client certificate not sent"
- In reply to: Mfenetre: "Re: .Net client and SSL mutual authentication : 403 Forbidden, client certificate not sent"
- Next in thread: Mfenetre: "Re: .Net client and SSL mutual authentication : 403 Forbidden, client certificate not sent"
- Reply: Mfenetre: "Re: .Net client and SSL mutual authentication : 403 Forbidden, client certificate not sent"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 11 Oct 2005 09:57:22 +0200
One more thing:
You should check if there is a problem with the cert switching logging on
for schannel:
http://support.microsoft.com/?id=260729
and one more question:
with IE did you get any notifications about the server certificate that you
had to bypass manually( for example site is not trusted, the cert and site
urls dont match, or cert is expired) ?
In this case you can do this trick in development environment:
http://weblogs.asp.net/jan/archive/2003/12/04/41154.aspx
Best regards
Peter
"Mfenetre" <mfenetre@gmail.com> wrote in message
news:1129015340.591045.187420@g14g2000cwa.googlegroups.com...
> Hello all,
>
> Thanks for all your answers, so let me answer all of these questions :
>
>>Try using Filemon and Regmon (sysinternals)
> Ok I don't know these tools but I'll do that
>
>>Also, make sure the private key is not password protected as IIS obviously
>>can't deal with that.
> No password
>
>>So your client is running as network service?
> Yes, i'm sure, I'm printing the identity on screen just to be sure
>
>>this means that the cert has to be in the Local Machine/MY store - is that
>>the case?
> Yes that's the case.
>
>> is there anything in the col[0] ?
> Yes, I did debugging and I checked that the right certificate was found
>
>>Was the access grant with winhttpcertcfg successful?
> Yes, I granted access to the private key for the user "Network Service"
>
>>If your client is an asp.net code, are you sure, that impersonation is not
>>set?
> I tried impersonation with the user "Administrator", just to use the
> Current User Store instead of Local Machine Store but no luck...
>
>>You could also try loading the cert from file instead of loading from
>>store with WSE 2.0.
> I did it but no luck too...
>
>>You should try with a console or a windows app first, if that works you
>>could get 1 step forth...
> Good idea. I'll try that. So far I know it works with a browser.
>
> Anyway, thank you Joe, Dominick and Peter for all your answers.
>
> regards,
> Alexis.
>
- Next message: Paul Glavich [MVP ASP.NET]: "Re: Forms Authentication"
- Previous message: Mfenetre: "Re: .Net client and SSL mutual authentication : 403 Forbidden, client certificate not sent"
- In reply to: Mfenetre: "Re: .Net client and SSL mutual authentication : 403 Forbidden, client certificate not sent"
- Next in thread: Mfenetre: "Re: .Net client and SSL mutual authentication : 403 Forbidden, client certificate not sent"
- Reply: Mfenetre: "Re: .Net client and SSL mutual authentication : 403 Forbidden, client certificate not sent"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|