Hi folks,
I need some help to understand what is happening with my web application. I have a simple web app (c# .Net 2.0) that uses a smartcard authentication. In my testing box (win 2k3 32 bits, iis6) everything works fine but in my production box (win2k3 64 bits, iis6) firefox is unable to send the certificate, hosted in the card, to the server (the collection Request.ClientCertificate is empty). If I try to browse the same production site with IE (6, 7 and 8) or Safari it works.
IIS's configuration is the same on both servers: same ssl certificates, same CTL. I’ve been read a lot about firefox problems with certificates but none of them matches mine.
If any of you can give a clue of what is happening I will be very thankful.
Glauco.