I need help to understand what is happening with my web application. I have a simple web application (C # .Net 2.0) using smart card authentication. In my test field (win 2k3 32 bits, iis6) everything works fine, but in my production box (win2k3 64 bits, iis6) firefox cannot send the certificate located on the map to the server (Request.ClientCertificate collection is empty). If I try to browse the same site with IE (6, 7 and 8) or Safari, it will work.
The IIS configuration on both servers is the same: the same ssl certificates, the same CTL. I read a lot about firefox issues with certificates, but none of them match mine.
If any of you can make it clear what is happening, I will be very grateful.
Glauco.
source share