I'm trying to deploy to a secure Service Fabric Cluster, installed on a network server, secured via certificates via VSTS, but I'm unable to.
I can connect via powershell from my dev machine, I can publish via Visual Studio but publishing via VSTS is not working.
I'm fairly sure it's a configuration issue when creating the 'Cluster Connection' in VSTS but not sure why?
The error I get is as follows:
2018-10-10T21:14:35.1844975Z Imported cluster client certificate with
thumbprint 'd5df1g65d1fg651dfg651df6g51d6fg516d51651'.
2018-10-10T21:15:20.5985717Z ##[warning]Failed to contact Naming Service.
Attempting to contact Failover Manager Service...
2018-10-10T21:16:00.6325833Z ##[warning]Failed to contact Failover Manager
Service, Attempting to contact FMM...
2018-10-10T21:16:40.7508422Z ##[warning]No such host is known
2018-10-10T21:16:41.0348119Z Service fabric SDK version: 3.2.176.9494.
2018-10-10T21:16:41.7540933Z ##[error]No cluster endpoint is reachable,
please check if there is connectivity/firewall/DNS issue.
Hoping someone has seen this before.
EDIT:
Note, I am able to deploy to this server via VSTS directly for IIS deployments, as an agent already exists and has been downloaded and configured with the appropriate proxy settings.