Authentication failed because the remote party has closed the transport stream exception when getting a response from webservice

后端 未结 2 534
难免孤独
难免孤独 2020-12-24 10:41

I am calling a third party service and when I ask for a response it throws out an exception that says

\"Authentication failed because the remote part

2条回答
  •  旧巷少年郎
    2020-12-24 11:21

    I had a limitation of using TLS 1.2 only and more than anything else the resource address (URL/address) was local. So above solution didn't work for me. After closely analysing web.config I tried using for local URLs and miracle happened!

    
        
          
            
              
          
        
    
    

    Please note I was already using setting for accessing other external URLs so not having this setup was not allowed either. Hope this helps!

提交回复
热议问题