A SFF running in my home 24/7 with docker (running few containers like Gitea, etc)
I’ve successfully managed to configure Ziti Desktop Edge to access my services. For example I can access `https://git.lan.example.com` from my browser on Windows.
A more concrete example would be useful but this is a simple certificate issue. Whatever is responding to "git.lan.example.com" is returning a certificate that is not valid for "git.lan.example.com". This is common with intrusion detection that does MITM type of activitiy. It's also possible your WSL ca certs are out of date compared to your windows machine.
I'd ask GPT or some other LLM this one. Based on what you've shared so far, this doesn't strike me as any sort of OpenZiti problem
When I try to get the certificate using open ssl, It’s not finding any:
❯ openssl s_client -connect git.lan.example.com:443 -showcerts | grep -E "(BEGIN|END) CERTIFICATE"
depth=0 CN = git.lan.example.com
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = git.lan.example.com
verify error:num=21:unable to verify the first certificate
verify return:1
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
I guess that’s not really an Openziti issue, but something might be wrong on my WSL. I’ve already tried gpt and looked into this Intercept DNS names are not resolving in WSL But nothing worked so far