New SDK version 0.28.0 connect

Hello, I'm contacting you about the Node.js SDK on Windows. I successfully enrolled using the SDK and init.ziti, but whenever I try to connect to retrieve or send data, I get an error.

Knowing that my identity and the address I'm calling are correct.

Thanks in advance.

@dorianEliptec , thank you for the report

it would be really helpful to post sample code that demonstrates the issue you're seeing

Here is my code for the connection part

import ziti from './node_modules/@openziti/ziti-sdk-nodejs/ziti.js';
import http from 'node:http';

const IDENTITY_FILE = process.argv[2];
const URL = process.argv[3];

if (!IDENTITY_FILE || !URL) {
    console.error('Usage: node script.js <identity.json> <url>');
    process.exit(1);
}

try {
    await ziti.init(IDENTITY_FILE);

    http.get(URL,
        { agent: ziti.httpAgent() },
        (res) => {
            console.log(`http status code: ${res.statusCode} ${res.statusMessage}`);
            for (const k in res.headers) {
                const header = res.headers[k]
                console.log(`${k}: ${header}`);
            }

            res.on('data', (chunk) => {
                console.log(chunk.toString());
            }).on('end', () => ziti.ziti_shutdown());
        }).on('error', (err) => {
        console.error('Erreur:', err);
        process.exit(1);
    });
} catch (err) {
    console.error('Erreur init Ziti:', err);
    process.exit(1);
}

hello @ekoby do y have any news ? for my problem ?

thanks for the report @dorianEliptec

it is caused by nodejs internal handling of sockets which seems to be incompatible with Windows.

I am working on a workaround now

Good news, thanks. Iโ€™m eagerly awaiting this new version!

Hello @ekoby ,

Do you have any news to share with me regarding the SDK?

Have a good day.

sorry for the delay.

This issue needed fixes in both C and NodeJS SDKs. Both are now merged and I expect to publish the new version today.

version 0.29.1 is now available with the fix

Hello Ekoby,

I tested with the new version and this time I have something different, but my administrator and I have thoroughly checked my identity permissions, and yet I still have no access.

```
PS C:\Users\doria\Desktop\test> node http-get.mjs C:\Users\doria\Desktop\test\ziti-SDK-dorian.json
on_req entered: { req: 2258314951360 }
Rรฉponse service vide: {"status":-18,"permissions":0}
(1228)[ 0.823] ERROR ziti-sdk:connect.c:1068 connect_reply_cb() conn1.0/VV-AdiL1/Connecting failed to connect, reason=service 6HA0kP9kCW8QyJQpTsMCsG has no terminators for instanceId
(1228)[ 0.823] ERROR ziti-njs:Ziti_https_request.c:704 on_resp() <--------- returning httpsClient [0000020DCE18C180] back to pool due to error: [-24]
on_resp entered: {
req: 2258315621120,
code: -24,
status: 'Unknown system error -24',
headers: {}
}
```

No terminators is generally a clear sign that your service isn't bound by any identities that are online.

Run policy advisor:

ziti edge policy-advisor identities -q

Check for your service and make sure you have at least one online and binding.

How can i do this command if im not administrator ?

You can't. You'll need to be admin to run the command.

(16:05:58) Eric LEJEUNE: eric@zpix:~$ ziti edge policy-advisor identities -q
OKAY : f1733a21-3ee8-40c0-8b9f-728feea15de3 (1) -> 8889-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : f1733a21-3ee8-40c0-8b9f-728feea15de3 (1) -> 2609-a92ae9fd-ea24-459e-9e92-b8aa1c87f54e (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : f1733a21-3ee8-40c0-8b9f-728feea15de3 (1) -> 8189-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : f1733a21-3ee8-40c0-8b9f-728feea15de3 (1) -> 2612 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : f1733a21-3ee8-40c0-8b9f-728feea15de3 (1) -> 2609-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : f1733a21-3ee8-40c0-8b9f-728feea15de3 (1) -> 3478-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : f1733a21-3ee8-40c0-8b9f-728feea15de3 (1) -> 8889-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : f1733a21-3ee8-40c0-8b9f-728feea15de3 (1) -> 2609-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : winpreprod.vigicloud.z (1) -> RDP-Vigicloud (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : winpreprod.vigicloud.z (1) -> 2611 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : winpreprod.vigicloud.z (1) -> XMPP-serveur01 (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : winpreprod.vigicloud.z (1) -> 2612 (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : winpreprod.vigicloud.z (1) -> HFSQL (1) Common Routers: (1/1) Dial: Y Bind: Y 

OKAY : a92ae9fd-ea24-459e-9e92-b8aa1c87f54e.pix (1) -> 2609-a92ae9fd-ea24-459e-9e92-b8aa1c87f54e (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : a92ae9fd-ea24-459e-9e92-b8aa1c87f54e.pix (1) -> 2610 (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : a92ae9fd-ea24-459e-9e92-b8aa1c87f54e.pix (1) -> 2611 (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : a92ae9fd-ea24-459e-9e92-b8aa1c87f54e.pix (1) -> 2612 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : c7337e16-a6e9-40c2-823e-415f5f13c201 (1) -> 8889-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : c7337e16-a6e9-40c2-823e-415f5f13c201 (1) -> 2609-a92ae9fd-ea24-459e-9e92-b8aa1c87f54e (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : c7337e16-a6e9-40c2-823e-415f5f13c201 (1) -> 8189-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : c7337e16-a6e9-40c2-823e-415f5f13c201 (1) -> 2612 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : c7337e16-a6e9-40c2-823e-415f5f13c201 (1) -> 2609-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : c7337e16-a6e9-40c2-823e-415f5f13c201 (1) -> 3478-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : c7337e16-a6e9-40c2-823e-415f5f13c201 (1) -> 8889-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : c7337e16-a6e9-40c2-823e-415f5f13c201 (1) -> 2609-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : PC-Mathis-01 (1) -> 8889-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : PC-Mathis-01 (1) -> 2609-a92ae9fd-ea24-459e-9e92-b8aa1c87f54e (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : PC-Mathis-01 (1) -> 2610 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : PC-Mathis-01 (1) -> 8189-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : PC-Mathis-01 (1) -> 2612 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : PC-Mathis-01 (1) -> 2609-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : PC-Mathis-01 (1) -> 3478-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : PC-Mathis-01 (1) -> 8889-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : PC-Mathis-01 (1) -> 2609-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : 93f4c47e-9a49-41a8-9169-5ae30b54ee73.pix (1) -> 8889-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : 93f4c47e-9a49-41a8-9169-5ae30b54ee73.pix (1) -> 2610 (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : 93f4c47e-9a49-41a8-9169-5ae30b54ee73.pix (1) -> 2611 (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : 93f4c47e-9a49-41a8-9169-5ae30b54ee73.pix (1) -> 8189-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : 93f4c47e-9a49-41a8-9169-5ae30b54ee73.pix (1) -> 2612 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : 93f4c47e-9a49-41a8-9169-5ae30b54ee73.pix (1) -> 2609-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : www.vigicloud.z (1) -> RDP-Vigicloud (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : www.vigicloud.z (1) -> 2611 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : www.vigicloud.z (1) -> XMPP-serveur01 (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : www.vigicloud.z (1) -> 2612 (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : www.vigicloud.z (1) -> HFSQL (1) Common Routers: (1/1) Dial: Y Bind: Y 

OKAY : fa2e7f75-6f73-4dd6-b5d8-06357576db33 (1) -> 8889-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : fa2e7f75-6f73-4dd6-b5d8-06357576db33 (1) -> 2609-a92ae9fd-ea24-459e-9e92-b8aa1c87f54e (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : fa2e7f75-6f73-4dd6-b5d8-06357576db33 (1) -> 8189-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : fa2e7f75-6f73-4dd6-b5d8-06357576db33 (1) -> 2612 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : fa2e7f75-6f73-4dd6-b5d8-06357576db33 (1) -> 2609-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : fa2e7f75-6f73-4dd6-b5d8-06357576db33 (1) -> 3478-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : fa2e7f75-6f73-4dd6-b5d8-06357576db33 (1) -> 8889-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : fa2e7f75-6f73-4dd6-b5d8-06357576db33 (1) -> 2609-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : PCdev-Mathis (1) -> 2610 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : d5cde8a5-6d73-40ae-9abc-776d5f63e412 (1) -> 8889-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : d5cde8a5-6d73-40ae-9abc-776d5f63e412 (1) -> 2609-a92ae9fd-ea24-459e-9e92-b8aa1c87f54e (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : d5cde8a5-6d73-40ae-9abc-776d5f63e412 (1) -> 8189-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : d5cde8a5-6d73-40ae-9abc-776d5f63e412 (1) -> 2612 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : d5cde8a5-6d73-40ae-9abc-776d5f63e412 (1) -> 2609-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : d5cde8a5-6d73-40ae-9abc-776d5f63e412 (1) -> 3478-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : d5cde8a5-6d73-40ae-9abc-776d5f63e412 (1) -> 8889-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : d5cde8a5-6d73-40ae-9abc-776d5f63e412 (1) -> 2609-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : e2ac1e0b-e243-4dc7-a41d-702fadd0a329.pix (1) -> 2610 (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : e2ac1e0b-e243-4dc7-a41d-702fadd0a329.pix (1) -> 2611 (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : e2ac1e0b-e243-4dc7-a41d-702fadd0a329.pix (1) -> 2612 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : a9df171a-f5f8-482e-8104-a2db35cae90a.zpix (1) -> 8889-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : a9df171a-f5f8-482e-8104-a2db35cae90a.zpix (1) -> 2609-a92ae9fd-ea24-459e-9e92-b8aa1c87f54e (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : a9df171a-f5f8-482e-8104-a2db35cae90a.zpix (1) -> 8189-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : a9df171a-f5f8-482e-8104-a2db35cae90a.zpix (1) -> 2612 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : a9df171a-f5f8-482e-8104-a2db35cae90a.zpix (1) -> 2609-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : a9df171a-f5f8-482e-8104-a2db35cae90a.zpix (1) -> 3478-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : a9df171a-f5f8-482e-8104-a2db35cae90a.zpix (1) -> 8889-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : a9df171a-f5f8-482e-8104-a2db35cae90a.zpix (1) -> 2609-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : Mac-EL (1) -> 8889-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : Mac-EL (1) -> RDP-Vigicloud (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : Mac-EL (1) -> 2609-a92ae9fd-ea24-459e-9e92-b8aa1c87f54e (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : Mac-EL (1) -> XMPP-serveur01 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : Mac-EL (1) -> 8189-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : Mac-EL (1) -> 2612 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : Mac-EL (1) -> RDP-Eliptec (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : Mac-EL (1) -> 2609-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : Mac-EL (1) -> 3478-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : Mac-EL (1) -> 8889-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : Mac-EL (1) -> 2609-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : cff85897-abee-4f57-b35d-0cf60166c488.pix (1) -> 8889-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : cff85897-abee-4f57-b35d-0cf60166c488.pix (1) -> 2609-a92ae9fd-ea24-459e-9e92-b8aa1c87f54e (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : cff85897-abee-4f57-b35d-0cf60166c488.pix (1) -> 2610 (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : cff85897-abee-4f57-b35d-0cf60166c488.pix (1) -> 2611 (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : cff85897-abee-4f57-b35d-0cf60166c488.pix (1) -> 8189-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : cff85897-abee-4f57-b35d-0cf60166c488.pix (1) -> 2612 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : cff85897-abee-4f57-b35d-0cf60166c488.pix (1) -> 2609-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: Y 

OKAY : cff85897-abee-4f57-b35d-0cf60166c488.pix (1) -> 3478-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: Y 

OKAY : cff85897-abee-4f57-b35d-0cf60166c488.pix (1) -> 8889-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: Y 

OKAY : cff85897-abee-4f57-b35d-0cf60166c488.pix (1) -> 2609-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : 14a0b2a9-4117-4de4-8689-db06a80f1ae3 (1) -> 8889-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : 14a0b2a9-4117-4de4-8689-db06a80f1ae3 (1) -> 2609-a92ae9fd-ea24-459e-9e92-b8aa1c87f54e (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : 14a0b2a9-4117-4de4-8689-db06a80f1ae3 (1) -> 8189-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : 14a0b2a9-4117-4de4-8689-db06a80f1ae3 (1) -> 2612 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : 14a0b2a9-4117-4de4-8689-db06a80f1ae3 (1) -> 2609-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : 14a0b2a9-4117-4de4-8689-db06a80f1ae3 (1) -> 3478-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : 14a0b2a9-4117-4de4-8689-db06a80f1ae3 (1) -> 8889-cff85897-abee-4f57-b35d-0cf60166c488 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : 14a0b2a9-4117-4de4-8689-db06a80f1ae3 (1) -> 2609-93f4c47e-9a49-41a8-9169-5ae30b54ee73 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : pc-devel (1) -> RDP-Vigicloud (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : pc-devel (1) -> XMPP-serveur01 (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : pc-devel (1) -> RDP-Eliptec (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : pc-devel (1) -> HFSQL (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : Pcsdev (1) -> HFSQL (1) Common Routers: (1/1) Dial: Y Bind: N 

OKAY : serveur01.eliptec.z (1) -> RDP-Eliptec (1) Common Routers: (1/1) Dial: N Bind: Y 

OKAY : portable-NF (1) -> RDP-Eliptec (1) Common Routers: (1/1) Dial: Y Bind: N 

ERROR: Admin 
  - Identity does not have access to any services. Adjust service policies.

eric@zpix:~$ 

Here is my administrator's response to the command

Ok. Does this output make sense? Do you see an identity that is authorized to bind the service you need access to? Have you verified that identity is online? Have you looked at the logs of the identity that's binding the service? Make sure you are logging at debug level at least.

The identity that's acting as a server is not online or has some other problem (possibly connecting to routers, etc)

The same identity works on the tunneler after resetting it.

can you increase logging detail output by setting env var ZITI_LOG=6?

couple more thigs:

  • what is intercept configuration looks like?
  • can you see expected service binding/terminator with ziti edge list terminators?

What is intercept configuration looks like?

{

  "_links": {

    "self": {

      "href": "./configs/51FvFlkgpR9CjXiFl7sxoz"

    }

  },

  "createdAt": "2026-03-10T08:57:19.223Z",

  "id": "51FvFlkgpR9CjXiFl7sxoz",

  "tags": {},

  "updatedAt": "2026-03-10T09:22:35.304Z",

  "configType": {

    "_links": {

      "self": {

        "href": "./config-types/g7cIWbcGg"

      }

    },

    "entity": "config-types",

    "id": "g7cIWbcGg",

    "name": "intercept.v1"

  },

  "configTypeId": "g7cIWbcGg",

  "data": {

    "portRanges": [

      {

        "high": 2612,

        "low": 2612

      }

    ],

    "addresses": [

      "*.vigicloud.z"

    ],

    "dialOptions": {

      "identity": "$dst_hostname"

    },

    "protocols": [

      "tcp"

    ]

  },

  "name": "2612.intercept.v1"

}

Can you see expected service binding/terminator

For our test, this is the penultimate Terminator:

eric@zpix:~$ ziti edge list terminators

โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ

โ”‚ ID                     โ”‚ SERVICE                                   โ”‚ ROUTER  โ”‚ BINDING โ”‚ ADDRESS                โ”‚ IDENTITY                                 โ”‚ COST โ”‚ PRECEDENCE โ”‚ DYNAMIC COST โ”‚

โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค

โ”‚ 10KRve2B6WMIokQsmtnRMn โ”‚ 3478-cff85897-abee-4f57-b35d-0cf60166c488 โ”‚ zpixr01 โ”‚ edge    โ”‚ 10KRve2B6WMIokQsmtnRMn โ”‚                                          โ”‚    0 โ”‚ default    โ”‚            0 โ”‚

โ”‚ 189qrkWME6afESjT0G0GyS โ”‚ 2610                                      โ”‚ zpixr01 โ”‚ edge    โ”‚ 189qrkWME6afESjT0G0GyS โ”‚ cff85897-abee-4f57-b35d-0cf60166c488.pix โ”‚    0 โ”‚ default    โ”‚            0 โ”‚

โ”‚ 1ZN5olENOBkjK4YQAlCqN0 โ”‚ 8889-93f4c47e-9a49-41a8-9169-5ae30b54ee73 โ”‚ zpixr01 โ”‚ edge    โ”‚ 1ZN5olENOBkjK4YQAlCqN0 โ”‚                                          โ”‚    0 โ”‚ default    โ”‚            0 โ”‚

โ”‚ 2m9fnqXxJUiLqYTyd55KP  โ”‚ 2609-93f4c47e-9a49-41a8-9169-5ae30b54ee73 โ”‚ zpixr01 โ”‚ edge    โ”‚ 2m9fnqXxJUiLqYTyd55KP  โ”‚                                          โ”‚    0 โ”‚ default    โ”‚            0 โ”‚

โ”‚ 2wBRe9bAbD5iRqDAKQEuj8 โ”‚ RDP-Vigicloud                             โ”‚ zpixr01 โ”‚ edge    โ”‚ 2wBRe9bAbD5iRqDAKQEuj8 โ”‚ www.vigicloud.z                          โ”‚    0 โ”‚ default    โ”‚            0 โ”‚

โ”‚ 3bb4bRy7gvYSytoqA67brj โ”‚ 2612                                      โ”‚ zpixr01 โ”‚ edge    โ”‚ 3bb4bRy7gvYSytoqA67brj โ”‚ www.vigicloud.z                          โ”‚    0 โ”‚ default    โ”‚            0 โ”‚

โ”‚ 3o820RZg0EGFKqcyVVNBah โ”‚ HFSQL                                     โ”‚ zpixr01 โ”‚ edge    โ”‚ 3o820RZg0EGFKqcyVVNBah โ”‚ winpreprod.vigicloud.z                   โ”‚    0 โ”‚ default    โ”‚            0 โ”‚

โ”‚ 4iVeDO2KagJfgVtARsT24A โ”‚ 8889-cff85897-abee-4f57-b35d-0cf60166c488 โ”‚ zpixr01 โ”‚ edge    โ”‚ 4iVeDO2KagJfgVtARsT24A โ”‚                                          โ”‚    0 โ”‚ default    โ”‚            0 โ”‚

โ”‚ 4rXFSXZpFCLX541yr7DtLv โ”‚ 2612                                      โ”‚ zpixr01 โ”‚ edge    โ”‚ 4rXFSXZpFCLX541yr7DtLv โ”‚ winpreprod.vigicloud.z                   โ”‚    0 โ”‚ default    โ”‚            0 โ”‚

โ”‚ 4x38jF7r3LYBSfEsBvQv7F โ”‚ 2610                                      โ”‚ zpixr01 โ”‚ edge    โ”‚ 4x38jF7r3LYBSfEsBvQv7F โ”‚ 93f4c47e-9a49-41a8-9169-5ae30b54ee73.pix โ”‚    0 โ”‚ default    โ”‚            0 โ”‚

โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ

results: 1-10 of 21

eric@zpix:~$ 



ZITI_LOG=6.txt|attachment (65.7 KB)

from the log it looks to me like you're using Ziti_http_request, is that correct?

can you try using ziti.httpAgent instead?

It worked with httpAgent, thank you very very much !!