Jump to content
Forum²

garyritu

Members
  • Posts

    3
  • Joined

  • Last visited

garyritu's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi All, I have done the client certificate authentication on the IIS and one to one mapping of certificate has been done. But my problem is all setup done manually, how the application come to know that client authentication is working fine or Is there is any error in certificate (say cert.. expired etc). What code can be used in .Net to verify IIS setup is working fine and Data can send using SSL link.
  2. I am very new to IIS please help. I am using Windows 2008 server with IIS 6.0 (thats what "about IIS" says in help however when I open the http://localhost it shows the page IIS7 ) I am trying to create a client authenticated SSL session. These are the below steps that I have done till now. 1. Install IIS server on Windows 2008 with ClientCertificate Mapping option checked. 2. Install Active directory on the server. Domain controller. 3. Install Microsoft CA on the server. 4. After installing the above components I created a certificate request for SSL connection by going into IIS manager>> Server certificates>> Create new certificate request. 5. I submitted this request to the installed CA and got the (web server) certificate. 6. Installed this certificate using IIS manager>> Server certificates>> complete certificate request. 7. Bind this certificate with the server IP address. 8. Go to the website>> SSL>> check "require SSL connection". 9. Now if I do https://localhost, it works. https://localhost/certsrv for Microsoft CA also works. 10. Go to Active Directory and create a user. 11. Logon to this domain using a Windows XP machine and request and Client certificate from the Microsoft CA. 12. Now this is where I am stuck, this certificate should be mapped to this user in IIS so that it could perform a client authenticated SSL connection. I am not able to find a screen or way to do it. It was easy in IIS 5 where this was at the same screen with "Require SSL connection". Could you please let me know how to achieve this?
  3. I need to implementation client authentication using certificates. To achieve that i have installed the IIS7 and CA on windows server 2008. Also created certificate using web enrollment site. But i was unable to map the certificate using IIS 7. Please provide the steps for client certificate mapping on IIS 7.
×
×
  • Create New...