ziti-tunnel-sdk-c icon indicating copy to clipboard operation
ziti-tunnel-sdk-c copied to clipboard

Results 102 ziti-tunnel-sdk-c issues
Sort by recently updated
recently updated
newest added

ziti-edge-tunnel currently sets itself up as a DNS server with systemd-resolved, but it doesn't set the "routing domains" to the specific domains that are being intercepted. This means that: *...

Expectation: disabling an identity suppresses all log activity and outgoing connection attempts related to that identity Observation: I used the desktop UI on Linux to toggle an identity off, but...

OpenSSL is the way forward and is required for certain features like PKCS11. OpenSSL is more strict about verifying certificates. The self-signed (root) must be trusted, not merely the issuer...

It's necessary to build ZET from source w/ OpenSSL instead of Mbed-TLS to get PKCS11 key source working with the `ziti-edge-tunnel enroll` command.

I encountered a condition on Linux with the latest ZET release 0.22.20 where ZET doesn't recover after escaping a captive portal. The workaround is to restart ZET after escaping the...

C-SDK logs ss.mmm offset from process startup which is fine when consumed by journald or a container runtime that computes human-friendly timestamps. There are other situations when a timestamp is...

Expected: only log messages at level INFO or lower Observed: log messages from levels: ERROR, WARN, INFO, DEBUG, VERBOSE, TRACE ```bash /opt/openziti/bin/ziti-edge-tunnel run --verbose=2 --dns-ip-range=100.64.0.2/12 --identity-dir=/opt/openziti/etc/identities ``` ```bash ❯ apt...

The dump subcommand indicates it takes a path parameter, but does not appear to do so. Also when it is dumped into the journal, the information is not complete, it...

The existing Linux package `ziti-edge-tunnel` comes with `/opt/openziti/bin/debug.bash` for collecting debug and troubleshooting info. This script needs additional utilities like `strace` and `gdb` that are not necessarily installed by default,...

Update [the Kubernetes workload overview page](https://github.com/openziti/ziti-doc/pull/467#discussion_r1157344198) when the [loopback proxy feature](https://github.com/openziti/ziti-tunnel-sdk-c/issues/22) becomes available. The section needing updating concerns the sidecar loopback proxy that uses `ziti tunnel proxy` to bind a...