0

In IIS you can force client certificate request mais can it exclude some pages ? How is it by coding (sample code somewhere ?) or by configuration ?

Same question for Apache / Java

user46250
  • 362
  • 1
  • 6
  • 22

1 Answers1

0

For Apache, the question is easily answered: use the directive SSLVerifyClient in a Directory context. See the mod_ssl documentation for more info.

Jenny D
  • 27,780
  • 21
  • 75
  • 114