Hi @plorenz thanks for the reply!
As far as I can see there's no error. I can see the terminators in ZAC etc.
If I try to go to client3.ziti.net (running simple python hello world) I get:
But pressing contiue to site just gives: "Hmmm… can't reach this page"
When I go to the same page on my non clustered setup, I get the same warning but I can reach and access said page.
Here are the configs. First my non cluster setup:
addressable-service
{
"name": "addressable-service",
"roleAttributes": [],
"configs": [
"5K9V1Hzht8JD3KAdIUgiV5",
"sAMUV9wbbb4xnlMM6Tmxh"
],
"encryptionRequired": true,
"terminatorStrategy": "smartrouting",
"tags": {}
}
addressable-service.host.v1
{
"_links": {
"self": {
"href": "./configs/sAMUV9wbbb4xnlMM6Tmxh"
}
},
"createdAt": "2026-03-19T09:57:45.608Z",
"id": "sAMUV9wbbb4xnlMM6Tmxh",
"tags": {},
"updatedAt": "2026-03-19T10:24:20.919Z",
"configType": {
"_links": {
"self": {
"href": "./config-types/NH5p4FpGR"
}
},
"entity": "config-types",
"id": "NH5p4FpGR",
"name": "host.v1"
},
"configTypeId": "NH5p4FpGR",
"data": {
"protocol": "tcp",
"address": "127.0.0.1",
"forwardPort": true,
"allowedPortRanges": [
{
"low": 1,
"high": 65535
}
],
"httpChecks": [],
"listenOptions": {
"bindUsingEdgeIdentity": false,
"identity": "$tunneler_id.name"
},
"portChecks": []
},
"name": "addressable-service.host.v1"
}
addressable-service.intercept.v1
{
"_links": {
"self": {
"href": "./configs/5K9V1Hzht8JD3KAdIUgiV5"
}
},
"createdAt": "2026-03-19T09:53:07.455Z",
"id": "5K9V1Hzht8JD3KAdIUgiV5",
"tags": {},
"updatedAt": "2026-03-19T10:13:42.118Z",
"configType": {
"_links": {
"self": {
"href": "./config-types/g7cIWbcGg"
}
},
"entity": "config-types",
"id": "g7cIWbcGg",
"name": "intercept.v1"
},
"configTypeId": "g7cIWbcGg",
"data": {
"portRanges": [
{
"low": 1,
"high": 65535
}
],
"addresses": [
"*.ziti.net"
],
"dialOptions": {
"identity": "$dst_hostname"
},
"protocols": [
"tcp",
"udp"
]
},
"name": "addressable-service.intercept.v1"
}
addressable-service.bind
{
"_links": {
"identities": {
"href": "./service-policies/2USUUaosyh4m2pqN1Zv13N/identities"
},
"posture-checks": {
"href": "./service-policies/2USUUaosyh4m2pqN1Zv13N/posture-checks"
},
"self": {
"href": "./service-policies/2USUUaosyh4m2pqN1Zv13N"
},
"services": {
"href": "./service-policies/2USUUaosyh4m2pqN1Zv13N/services"
}
},
"createdAt": "2026-03-19T10:00:44.273Z",
"id": "2USUUaosyh4m2pqN1Zv13N",
"tags": {},
"updatedAt": "2026-03-19T10:00:44.273Z",
"identityRoles": [
"#WINNET"
],
"identityRolesDisplay": [
{
"name": "#WINNET",
"role": "#WINNET"
}
],
"name": "addressable-service.bind",
"postureCheckRoles": null,
"postureCheckRolesDisplay": [],
"semantic": "AnyOf",
"serviceRoles": [
"@6YMzwOypXsLSrvclkfw39O"
],
"serviceRolesDisplay": [
{
"name": "@addressable-service",
"role": "@6YMzwOypXsLSrvclkfw39O"
}
],
"type": "Bind"
}
addressable-service.dial
{
"_links": {
"identities": {
"href": "./service-policies/5kEkQUt3AI9EI2vMFZ0ju2/identities"
},
"posture-checks": {
"href": "./service-policies/5kEkQUt3AI9EI2vMFZ0ju2/posture-checks"
},
"self": {
"href": "./service-policies/5kEkQUt3AI9EI2vMFZ0ju2"
},
"services": {
"href": "./service-policies/5kEkQUt3AI9EI2vMFZ0ju2/services"
}
},
"createdAt": "2026-03-19T10:00:00.930Z",
"id": "5kEkQUt3AI9EI2vMFZ0ju2",
"tags": {},
"updatedAt": "2026-03-19T10:00:00.930Z",
"identityRoles": [
"#WINNET"
],
"identityRolesDisplay": [
{
"name": "#WINNET",
"role": "#WINNET"
}
],
"name": "addressable-service.dial",
"postureCheckRoles": null,
"postureCheckRolesDisplay": [],
"semantic": "AnyOf",
"serviceRoles": [
"@6YMzwOypXsLSrvclkfw39O"
],
"serviceRolesDisplay": [
{
"name": "@addressable-service",
"role": "@6YMzwOypXsLSrvclkfw39O"
}
],
"type": "Dial"
}
From the clustered setup:
{
"name": "addressable-service",
"roleAttributes": [],
"configs": [
"2tSo8zGq6FSO5lO8rwuP23",
"3mvEFZVh27hu3flykbM3tw"
],
"encryptionRequired": true,
"terminatorStrategy": "smartrouting",
"tags": {}
}
{
"name": "addressable-service.host.v1",
"configTypeId": "NH5p4FpGR",
"data": {
"protocol": "tcp",
"address": "127.0.0.1",
"forwardPort": true,
"allowedPortRanges": [
{
"low": 1,
"high": 65535
}
],
"httpChecks": [],
"listenOptions": {
"bindUsingEdgeIdentity": false,
"identity": "$tunneler_id.name"
},
"portChecks": []
},
"tags": {}
}
{
"name": "addressable-service.intercept.v1",
"configTypeId": "g7cIWbcGg",
"data": {
"portRanges": [
{
"low": 1,
"high": 65535
}
],
"addresses": [
"*.ziti.net"
],
"dialOptions": {
"identity": "$dst_hostname"
},
"protocols": [
"tcp",
"udp"
]
},
"tags": {}
}
{
"name": "addressable-service.bind",
"appData": "",
"serviceRoles": [
"@6I3P8JXnvnEBnvK695Rifh"
],
"identityRoles": [
"#WINNET"
],
"postureCheckRoles": [],
"semantic": "AnyOf",
"type": "Bind",
"tags": {}
}
{
"name": "addressable-service.dial",
"appData": "",
"serviceRoles": [
"@6I3P8JXnvnEBnvK695Rifh"
],
"identityRoles": [
"#WINNET"
],
"postureCheckRoles": [],
"semantic": "AnyOf",
"type": "Dial",
"tags": {}
}
and a terminator from the clustered setup:
{
"_links": {
"self": {
"href": "./terminators/2A1NuEZuP0WOBIKdF8xeB6"
}
},
"createdAt": "2026-04-09T18:38:09.263Z",
"id": "2A1NuEZuP0WOBIKdF8xeB6",
"tags": {},
"updatedAt": "2026-04-09T18:38:09.263Z",
"address": "2A1NuEZuP0WOBIKdF8xeB6",
"binding": "edge",
"cost": 0,
"dynamicCost": 0,
"identity": "client1.ziti.net",
"precedence": "default",
"router": {
"_links": {
"self": {
"href": "./transit-routers/ASVlrXJ0x6"
}
},
"entity": "transit-routers",
"id": "ASVlrXJ0x6",
"name": "router.xxxxx"
},
"routerId": "ASVlrXJ0x6",
"service": {
"_links": {
"configs": {
"href": "./services/6I3P8JXnvnEBnvK695Rifh/configs"
},
"self": {
"href": "./services/6I3P8JXnvnEBnvK695Rifh"
},
"service-edge-router-policies": {
"href": "./services/6I3P8JXnvnEBnvK695Rifh/service-edge-router-policies"
},
"service-policies": {
"href": "./services/6I3P8JXnvnEBnvK695Rifh/service-policies"
},
"terminators": {
"href": "./services/6I3P8JXnvnEBnvK695Rifh/terminators"
}
},
"entity": "services",
"id": "6I3P8JXnvnEBnvK695Rifh",
"name": "addressable-service"
},
"serviceId": "6I3P8JXnvnEBnvK695Rifh"
}
Thanks in advance 