Visual Studio Publish using Web Deploy gives SSL Exception?
        Posted  
        
            by 
                user1267778
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1267778
        
        
        
        Published on 2012-03-23T05:24:56Z
        Indexed on 
            2012/03/23
            5:29 UTC
        
        
        Read the original article
        Hit count: 306
        
Im trying to use Web Deploy with arvixe hosting. I enabled Publishing with the host but I get SSL exception when I hit publish.
Is anybody familiar with the following exception:
Error 59 Web deployment task failed.(Could not complete the request to remote agent URL 'https://yew.arvixe.com:8172/msdeploy.axd?site=mywebsite.com'.)
Could not complete the request to remote agent URL 'https://yew.arvixe.com:8172/msdeploy.axd?site=mywebsite.com'. The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. The remote certificate is invalid according to the validation procedure. 0 0 myapplication_MVC4
Thanks
© Stack Overflow or respective owner