-
**Observed:**
Panic when calling `ctx, err = ziti.LoadContext(idFile)` twice
**Expected:**
I didn't know what I expected, but I think it probably makes sense for this to be idempotent -- or at ve…
-
The `DevKit` kitting strategy currently depends on `ZITI_ROOT` and is ziti-specific. This can easily become generic and still completely fulfill Ziti’s needs.
-
Ziti binaries could be packages for Linux distribution packaging formats. The `ziti-edge-tunnel` is currently packaged for the `deb` and `rpm` formats.
Packaging should include:
- Binaries compil…
-
Notes:
- I'm using binary compiled from the fix-xctrl-startup-race branch (though I suspect this issue is applicable across versions)
- Edge router running on my Mac laptop; controller running in …
-
current implementation may leave tcp peer hanging -- connection is removed before the late stages of TCP shutdown is processed
TCP State transitions happen inside conn.Read() which means that once …
-
The split link functionality introduced with the `dilithium`-like flow control should ideally support multiple `transport` protocols. In Transwarp scenarios, it adds complexity to debugging and operat…
-
When you login with credentials that fail authentication on the Ziti network (e.g. an email that does not match an existing identity) then you get a BrowZer runtime error as expected: `User 'foo@bar.c…
-
I started playing with the helm charts, and I tried to install the ziti-controller.
Unfortunately, the `initContainer` never succeeds, but hangs on a configmap:
```
MountVolume.SetUp failed for v…
-
Hi,
I just tried to install a new ziti-router instance on a fresh node, but the Helm installation failed:
```
Helm release "openziti/core-router" was created, but failed to initialize completel…
-
The simulator is running smoothly. But I run it on iPhone and take this error
`Error Domain=ZitiError Code=-53 "unexpected error"`
`On TLS handshake error getting a negative response code (-53)`
…