I tried long ago, but as they said, client side authentication is an issue, most clients do not support it.
I have a system, I use wireguard vpn and for when I want to use a domain name with proper tls (because some client apps require a proper tls connection to work) I set my caddy reverse proxy to only accept request from localhost.
So, there’s a public domain with let’s encrypt TLS, and that domain can only be properly access from local network. Then I connect using vpn to my local network and the client app can access the service over a CA verified TLS.
zqps@sh.itjust.works 8 months ago
From localhost? Did you mean from local network or am I misunderstanding your point here?
daniskarma@lemmy.dbzer0.com 8 months ago
Yes, local network I meant.