Can Client certificate settings be configured in the web.config

前端 未结 2 459
情话喂你
情话喂你 2020-12-09 03:42

I\'m working with an SSL application and am wanting to control which folders ignore, require or accept client certifications.

The end goal is to have a sub-folder of

2条回答
  •  天涯浪人
    2020-12-09 04:31

    The way I got this to work the same way as in IIS (Display certificate dialog in Browser, and if not selected return 403.7) is by using this sequence in this order in web.config: Ssl,SslNegotiateCert,SslRequireCert.

    So, section looks like this:

    
    
      
        
      
    
    

提交回复
热议问题