Hi,
We have multiple apis running behind caddy for exposing https self certificates on local domain names like api.awesome-app.lan & app.awesome-app.lan for instance.
After calling caddy trust on ubuntu
- curl
https://app.awesome-app.lan => 🟢
- chrome on
https://app.awesome-app.lan => 🟢
- a rust process using
reqwest crate calling https://api.awesome-app.lan => 🟢
- tauri http plugin (yes
allow configured) on https://app.awesome-app.lan => 🔴
I saw some issues here that might be related ... not sure, also it seems to be a discussed topic in the discord.
What would be the right way to go in order to make this work ? (and avoid activating the dangerous-settings feature in tauri plugin)
Thanks
EDIT : epiphany web browser on utunbu => 🟢