• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

about browser asking client certificate

 
Ranch Hand
Posts: 143
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using apache as my web servier with ssl enabled. What happened is that when the user uses IE to open the first page of the site, it requests the client certificate by poping up window to let user choose one certificate from the list (The list in the winodw is actually an empty list). However, if using firfox, there is no such a problem.

Also if the user put url in the IE browser address line again and refesh the window, there is no such a window popup to ask client certificate.

Why it behave like this? I want to get rid of the popup window that asks client certificate.

Can anyone give me a help?

Thanks,

David
 
reply
    Bookmark Topic Watch Topic
  • New Topic