The certificate is a Let’s encrypt generated one.
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 ![]()