My tauri app runs inside an internal network of mine, which uses all self signed certificates.
My Tauri app also gets some resources from an API that is inside this network and therefore, technically doesn't need the certificate.
Now the issue is that Tauri as far as I am aware, can't work in a "ignore certificate issues" mode? Is that correct? Do you know some workarounds?