Could not establish secure channel for SSL/TLS with authority '*'

前端 未结 9 1641
感情败类
感情败类 2020-12-14 17:59

I must consume a PHP webservice which has a SSL certificate. My .net 3.5 Class library references the webservice with \'Add Service references\' in Visualstudio 2010 (WCF ri

9条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-14 18:50

    This was exact the problem I was facing. At some other article I got a hint to change the configuration. For me this works:

    
      
        
          
            
          
        
      
    
    

提交回复
热议问题