appveyor / ci

AppVeyor community support repository
https://www.appveyor.com
344 stars 66 forks source link

Unable to deploy to IPv6-only FTP server #2795

Open randomdude999 opened 5 years ago

randomdude999 commented 5 years ago

My FTP/SSH server, random.muncher.se, is only accessible over IPv6. It seems that AppVeyor cannot deploy to it.

When using FTPS: Error message: The remote name could not be resolved: 'random.muncher.se' Build, appveyor.yml

When using SFTP (different error message, but i suspect the same cause): Error message: Cannot connect SFTP server: No such host is known Build, appveyor.yml

When using FTPS and specifying the IP manually: Error message: Unable to connect to the remote server Build, appveyor.yml

IlyaFinkelshteyn commented 5 years ago

Right now AppVeyor build VMs have only IPv4 Internet connection. We have no IPv6 support ETA at the moment. If you need this asap, you can set up private build cloud with your own build VMs with our hybrid approach called Private Build Cloud. More info: https://www.appveyor.com/docs/build-environment/#private-build-cloud https://www.appveyor.com/docs/enterprise/how-to/#private-build-clouds

Note that this feature is being enabled by request.