Click here to Skip to main content
15,890,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello ,
I want to create Secure web site , for that i need to validate my certificate by for example VeriSign . So now my certificate will be in trusted root certificate authority (TRCA).
Now , when user want to login on my site say , www.testingcertificate.com so it will be https://www.testingcertificate.com , it will ask for client certificate , so what ever certificate is / are available in user's PC it will be shown in one pop up . Say user have 3 certificate
1)ABC
2)DEF
3)XYZ

User select 2)DEF certificate , so would i know that user select 2)nd certificate .
I try with one to one mapping in IIS 8 , but its not working and shows
"Your client certificate is either not trusted or is invalid."

So tell me what to do .
Thank you.
Posted
Comments
Sergey Alexandrovich Kryukov 25-Aug-14 1:16am    
I wonder, why would you ever issue 3 different client-side certificate to the same user?
—SA
Hello sir,
for different company , there are different certificates .
Firsty I will create digital certificate for my client then they will install in their PC.
so 2)nd certificate is for web site.
how could I know that user has selected 2)nd certificate ?
Thank you.
harshavardhan12345678 25-Aug-14 7:00am    
so wt , try it once

I am getting error when i have certificate in trusted root certificate authority for secure web site.now Client want to access my web site , its asking for personal certificate and when client select any certificate getting
HTTP Error 403.16 - Forbidden
Your client certificate is either not trusted or is invalid.
error
 
Share this answer
 
v2
I have created certificate which will have primary key , from that i have create client certificate and client personal certificate.Then it works fine.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900