Hi, I'm loving OpenZiti and in the process of setting up Zero trust for all my networking needs. I have a gitea instance running on Server A. The Controller and Router are running on Server B. Both Servers A & B are on the same LAN.
On Server A where gitea is running. I have a ziti-edge-tunnel systemd service with a bind policy. Then on my laptop (which is still in the same LAN) I have a windows tunneler running with a dial policy.
The service along with the necessary host & intercept configs are defined as well as the proper policies.
I was able to confirm this by running: ziti edge policy-advisor services --quiet "giteaSvc"
Here is the output:
OKAY : zen (1) -> giteaSvc (1) Common Routers: (1/1) Dial: Y Bind: N
OKAY : qipione_webSvcServer (1) -> giteaSvc (1) Common Routers: (1/1) Dial: N Bind: Y
I have a feeling that the issue might be in here:
Or here:
My question is: Can a host config forward traffic to another server on the same LAN without having another ziti-router on that server?
Also if the gitea server is not configured to handle any SSL certificates. It's just regular HTTP not HTTPS. Will that be a problem with how the intercept config is specified? ie https://gitea.ziti/
It seems to intercept just fine: but I'm getting this error:
Your help is greatly appreciated!!