WCF over SSL - 404 error

后端 未结 10 2288
执笔经年
执笔经年 2020-12-13 12:58

Okay, I must be missing something utterly simple here, because I\'ve been googling for days, and looking at dozens of answers there, and here on SO, and i just CANNOT get th

10条回答
  •  余生分开走
    2020-12-13 13:34

    I was dealing with this recently, and want to add a tweak. If you follow the above instructions, you'll be able to get the service to work with HTTPS, but not simultaneously work on both HTTP and HTTPS. To do that, you need to have two endpoint configuration nodes, one for each protocol as follows:

     
        
        
      
    

    (taken from my codebase, adjust behaviorConfiguration and binding as appropriate)

提交回复
热议问题