Here is the log file that I obtained using zrok access command
zok access private mysocksproxy --headless --verbose > zrok_access_firefox137.log 2>&1
In ten minutes I have 84 messages on the client side.
grep duplicate zrok_access_firefox137.log | wc -l
84
{"file":"/github/home/go/pkg/mod/github.com/openziti/sdk-golang@v0.23.44/ziti/ziti.go:1436","func":"github.com/openziti/sdk-golang/ziti.(*ContextImpl).connectEdgeRouter.func1","level":"info","msg":"connection to tls:60042e42-5eef-4378-9ade-538b5cde57a0.production.netfoundry.io:443 already established, closing duplicate connection","time":"2025-04-08T09:18:42.156Z"}
{"file":"/github/home/go/pkg/mod/github.com/openziti/sdk-golang@v0.23.44/ziti/ziti.go:1436","func":"github.com/openziti/sdk-golang/ziti.(*ContextImpl).connectEdgeRouter.func1","level":"info","msg":"connection to tls:60042e42-5eef-4378-9ade-538b5cde57a0.production.netfoundry.io:443 already established, closing duplicate connection","time":"2025-04-08T09:18:45.568Z"}
{"file":"/github/home/go/pkg/mod/github.com/openziti/sdk-golang@v0.23.44/ziti/ziti.go:1436","func":"github.com/openziti/sdk-golang/ziti.(*ContextImpl).connectEdgeRouter.func1","level":"info","msg":"connection to tls:60042e42-5eef-4378-9ade-538b5cde57a0.production.netfoundry.io:443 already established, closing duplicate connection","time":"2025-04-08T09:18:55.045Z"}
{"file":"/github/home/go/pkg/mod/github.com/openziti/sdk-golang@v0.23.44/ziti/ziti.go:1436","func":"github.com/openziti/sdk-golang/ziti.(*ContextImpl).connectEdgeRouter.func1","level":"info","msg":"connection to tls:60042e42-5eef-4378-9ade-538b5cde57a0.production.netfoundry.io:443 already established, closing duplicate connection","time":"2025-04-08T09:19:03.805Z"}
{"file":"/github/home/go/pkg/mod/github.com/openziti/sdk-golang@v0.23.44/ziti/ziti.go:1436","func":"github.com/openziti/sdk-golang/ziti.(*ContextImpl).connectEdgeRouter.func1","level":"info","msg":"connection to tls:60042e42-5eef-4378-9ade-538b5cde57a0.production.netfoundry.io:443 already established, closing duplicate connection","time":"2025-04-08T09:19:29.213Z"}
On the server side I have the "client connection failed" message :
journalctl --since "40 minutes ago" -u zrok-socks5.service | grep -v CONNECT | wc -l
223
journalctl --since "40 minutes ago" -u zrok-socks5.service | grep -v CONNECT | head
Apr 08 07:14:54 element zrok-socks5.bash[386131]: {"file":"/__w/zrok/zrok/endpoints/socks/socks5.go:117","func":"github.com/openziti/zrok/endpoints/socks.(*Server).Serve.func1","level":"info","msg":"client connection failed: could not read packet header","time":"2025-04-08T07:14:54.715Z"}
Apr 08 07:14:56 element zrok-socks5.bash[386131]: {"file":"/__w/zrok/zrok/endpoints/socks/socks5.go:117","func":"github.com/openziti/zrok/endpoints/socks.(*Server).Serve.func1","level":"info","msg":"client connection failed: could not read packet header","time":"2025-04-08T07:14:56.192Z"}
Apr 08 07:14:56 element zrok-socks5.bash[386131]: {"file":"/__w/zrok/zrok/endpoints/socks/socks5.go:117","func":"github.com/openziti/zrok/endpoints/socks.(*Server).Serve.func1","level":"info","msg":"client connection failed: could not read packet header","time":"2025-04-08T07:14:56.232Z"}
Apr 08 07:14:56 element zrok-socks5.bash[386131]: {"file":"/__w/zrok/zrok/endpoints/socks/socks5.go:117","func":"github.com/openziti/zrok/endpoints/socks.(*Server).Serve.func1","level":"info","msg":"client connection failed: could not read packet header","time":"2025-04-08T07:14:56.273Z"}
Apr 08 07:14:56 element zrok-socks5.bash[386131]: {"file":"/__w/zrok/zrok/endpoints/socks/socks5.go:117","func":"github.com/openziti/zrok/endpoints/socks.(*Server).Serve.func1","level":"info","msg":"client connection failed: could not read packet header","time":"2025-04-08T07:14:56.330Z"}
Apr 08 07:14:58 element zrok-socks5.bash[386131]: {"file":"/__w/zrok/zrok/endpoints/socks/socks5.go:117","func":"github.com/openziti/zrok/endpoints/socks.(*Server).Serve.func1","level":"info","msg":"client connection failed: could not read packet header","time":"2025-04-08T07:14:58.636Z"}
Apr 08 07:15:00 element zrok-socks5.bash[386131]: {"file":"/__w/zrok/zrok/endpoints/socks/socks5.go:117","func":"github.com/openziti/zrok/endpoints/socks.(*Server).Serve.func1","level":"info","msg":"client connection failed: could not read packet header","time":"2025-04-08T07:15:00.563Z"}
Apr 08 07:15:04 element zrok-socks5.bash[386131]: {"file":"/__w/zrok/zrok/endpoints/socks/socks5.go:117","func":"github.com/openziti/zrok/endpoints/socks.(*Server).Serve.func1","level":"info","msg":"client connection failed: could not read packet header","time":"2025-04-08T07:15:04.953Z"}
Apr 08 07:15:05 element zrok-socks5.bash[386131]: {"file":"/__w/zrok/zrok/endpoints/socks/socks5.go:117","func":"github.com/openziti/zrok/endpoints/socks.(*Server).Serve.func1","level":"info","msg":"client connection failed: could not read packet header","time":"2025-04-08T07:15:05.290Z"}
Apr 08 07:15:05 element zrok-socks5.bash[386131]: {"file":"/__w/zrok/zrok/endpoints/socks/socks5.go:117","func":"github.com/openziti/zrok/endpoints/socks.(*Server).Serve.func1","level":"info","msg":"client connection failed: could not read packet header","time":"2025-04-08T07:15:05.514Z"}