Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

IIS6 Certificate Mapping issue

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  WebDav: "An error occurred copying some or a..  
Author Message
nagysz

External


Since: Nov 27, 2003
Posts: 1



(Msg. 1) Posted: Thu Nov 27, 2003 7:41 am
Post subject: IIS6 Certificate Mapping issue
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,

My web application should have to use client certificates
for user authentication. What I want to do at this point
is only set up IIS6 to refuse access on some client
certificates. (I don't want to map certificates to user
accounts at the moment.)
In the IIS6 config client certificate mapping is enabled
on a specific virtual directory's subdirectory and I set
up a Many-to-1 mapping. I created a rule with the
action "Refuse Access" and specified some criteria in it.
The problem is, that the IIS do not mind the above
settings, because it accepts the refuseable certificates
too. Sometimes it works! But only in case when there is
only one criteria defined in the Mapping Rule. If I set up
an another criteria, or delete one from the list, it goes
wrong again....
Does anybody have any experience with certificate mapping?
Any suggestions will be appreciated! Thx.

 >> Stay informed about: IIS6 Certificate Mapping issue 
Back to top
Login to vote
timcof

External


Since: Sep 02, 2003
Posts: 912



(Msg. 2) Posted: Wed Dec 17, 2003 2:00 pm
Post subject: RE: IIS6 Certificate Mapping issue [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Can you not revoke the client certificates? Try here for more:
microsoft.public.inetserver.iis.security

Thank you. I hope this information is helpful.

Tim Coffey [MSFT]

This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.
--------------------
| Content-Class: urn:content-classes:message
| From: "Szabolcs Nagy" <nagysz DeleteThis @mavinformatika.hu>
| Sender: "Szabolcs Nagy" <nagysz DeleteThis @mavinformatika.hu>
| Subject: IIS6 Certificate Mapping issue
| Date: Thu, 27 Nov 2003 04:41:43 -0800
| Lines: 21
| Message-ID: <087b01c3b4e3$d023d150$a501280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcO049Aj2YSnIPR/SB+3CSfEYguCag==
| Newsgroups: microsoft.public.inetserver.iis
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:285650
| NNTP-Posting-Host: tk2msftngxa13.phx.gbl 10.40.1.165
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| Hi,
|
| My web application should have to use client certificates
| for user authentication. What I want to do at this point
| is only set up IIS6 to refuse access on some client
| certificates. (I don't want to map certificates to user
| accounts at the moment.)
| In the IIS6 config client certificate mapping is enabled
| on a specific virtual directory's subdirectory and I set
| up a Many-to-1 mapping. I created a rule with the
| action "Refuse Access" and specified some criteria in it.
| The problem is, that the IIS do not mind the above
| settings, because it accepts the refuseable certificates
| too. Sometimes it works! But only in case when there is
| only one criteria defined in the Mapping Rule. If I set up
| an another criteria, or delete one from the list, it goes
| wrong again....
| Does anybody have any experience with certificate mapping?
| Any suggestions will be appreciated! Thx.
|
|
|

 >> Stay informed about: IIS6 Certificate Mapping issue 
Back to top
Login to vote
ohaya5

External


Since: Dec 17, 2003
Posts: 4



(Msg. 3) Posted: Wed Dec 17, 2003 8:05 pm
Post subject: Re: IIS6 Certificate Mapping issue [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Szabolcs,

If you don't want to map certificates to user accounts, you can just
"Allow anonymous" in the IIS Manager, and uncheck the other
authentication methods. Connections will then be logged under the
IUSR_machinename account.

And, if you're issuing the client certs yourself (e.g., using MS Cert
Server or whatever), you can just revoke the client certificates that
you want to deny access to, and update/publish the CRL. When IIS gets
connection attempt, it will check the certificate against the CRL, and
if the client cert serial # is in the CRL, you'll get a "revoked" error
(403.13, I think).




Tim Coffey wrote:
 >
 > Can you not revoke the client certificates? Try here for more:
 > microsoft.public.inetserver.iis.security
 >
 > Thank you. I hope this information is helpful.
 >
 > Tim Coffey [MSFT]
 >
 > This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.
 > --------------------
 > | Content-Class: urn:content-classes:message
 > | From: "Szabolcs Nagy" <nagysz RemoveThis @mavinformatika.hu>
 > | Sender: "Szabolcs Nagy" <nagysz RemoveThis @mavinformatika.hu>
 > | Subject: IIS6 Certificate Mapping issue
 > | Date: Thu, 27 Nov 2003 04:41:43 -0800
 > | Lines: 21
 > | Message-ID: <087b01c3b4e3$d023d150$a501280a@phx.gbl>
 > | MIME-Version: 1.0
 > | Content-Type: text/plain;
 > | charset="iso-8859-1"
 > | Content-Transfer-Encoding: 7bit
 > | X-Newsreader: Microsoft CDO for Windows 2000
 > | X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
 > | Thread-Index: AcO049Aj2YSnIPR/SB+3CSfEYguCag==
 > | Newsgroups: microsoft.public.inetserver.iis
 > | Path: cpmsftngxa06.phx.gbl
 > | Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:285650
 > | NNTP-Posting-Host: tk2msftngxa13.phx.gbl 10.40.1.165
 > | X-Tomcat-NG: microsoft.public.inetserver.iis
 > |
 > | Hi,
 > |
 > | My web application should have to use client certificates
 > | for user authentication. What I want to do at this point
 > | is only set up IIS6 to refuse access on some client
 > | certificates. (I don't want to map certificates to user
 > | accounts at the moment.)
 > | In the IIS6 config client certificate mapping is enabled
 > | on a specific virtual directory's subdirectory and I set
 > | up a Many-to-1 mapping. I created a rule with the
 > | action "Refuse Access" and specified some criteria in it.
 > | The problem is, that the IIS do not mind the above
 > | settings, because it accepts the refuseable certificates
 > | too. Sometimes it works! But only in case when there is
 > | only one criteria defined in the Mapping Rule. If I set up
 > | an another criteria, or delete one from the list, it goes
 > | wrong again....
 > | Does anybody have any experience with certificate mapping?
 > | Any suggestions will be appreciated! Thx.
 > |
 > |
 > |<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS6 Certificate Mapping issue 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]